
.letra1947 {
   font-family: "Inter", sans-serif;
   

}



.imgprinbody{
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerportada{
    display: flex;
    justify-content: left;
        align-items: flex-start;
    padding-top: 10vh;
    width: 96vw;
    height: 85vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;

        margin-top: 5.2vh;

 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
}
.containerportada img{
    width: 96vw;
    height: 85vh;
    object-fit: cover;
    transition: all 0.3s ;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;


}
/*.container:hover img{
    transform: scale(1.2);
    filter:brightness(1);
}*/
.containerportada .headingportada{
       color: rgba(255, 255, 255, 1);
    transition: color 0.8s;
    user-select: none;
    font-size: 7vh;
    font-family: "Inter", sans-serif;
    margin-left: 19vh;
    font-weight: 600;
    
    text-shadow: 8px 2px 16px #00000080;
    line-height: 9vh;
}

/*.container:hover .heading{
    color:rgba(255, 255, 255, 1);
}*/


/**********seccion para pagina responsiva*************/

@media (max-width:1080px) {
    
    .containerportada .headingportada{
       color: rgba(255, 255, 255, 1);
   
    font-size: 7vh;
    font-family: "Inter", sans-serif;
    margin-left: 5vh;
    font-weight: 600;
    
}

 
}


/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/

.prefre {
      font-family: Inter, sans-serif;
    font-size: 5.5vh;
    font-weight: 600;
    color: #080808;
    text-align: left;
    padding-top: 131px;
    width: 96vw;
    padding-left: 8%;
      
  }
   
   
   
        @media screen and (max-width: 1020px) {
            
            .prefre {
                
    font-weight: 600;
             font-size: 6.3vw;
               color: #080808;
            }
            
        }






/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/

  
.colornum {
    color: #00944A;
    font-size: 3.9vh;
    font-weight: 600;
    font-family: "inter" sans-serif;
}



@media screen and (max-width: 1020px) {
.colornum {
  color: #00944A;
    font-size: 3.9vh;
    font-weight: 600;
    font-family: "inter" sans-serif;
}

  }
  
  
  
  .accordion-content {
    font-family: "Inter", sans-serif;
   font-size: 24px;
  padding: 15px;
  display: none;
  background-color: #fff;
  color: #333;
  transition: max-height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}




@media screen and (max-width: 1020px) {

.accordion-content {
  font-family: "Inter", sans-serif;
  text-align: justify;
   font-size: 1.9vh;
  padding: 15px;
  display: none;
  background-color: #fff;
  color: #333;
  transition: max-height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


}
 

.accordion {
  max-width: 85%;
  margin: 0 auto;
  padding-top: 6vh;

}

.accordion-item {
  border-bottom: 1px solid #ccc;
  overflow: hidden; /* Add overflow property to prevent content from affecting layout */
}

.accordion-title {

 font-family: "Inter", sans-serif;
    background-color: #F0F0F0;
    padding: 25px;
    cursor: pointer;
    border-top: 0px solid #ccc;
    color: #000;
    position: relative;
    transition: background-color 0.3s ease;
    font-size: 25px;
}

@media screen and (max-width: 1024px) {
    .accordion {
  max-width: 85%;
  margin: 0 auto;
  padding-top: 3vh;

}
.accordion-title {

 font-family: "Inter", sans-serif;
    background-color: #F0F0F0;
    padding: 25px;
    cursor: pointer;
    border-top: 0px solid #ccc;
    color: #000;
    position: relative;
    transition: background-color 0.3s ease;
    font-size: 2.5vh;
}
  }


.accordion-title::after {
  content: '\25B8';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

           
        
        .darksoul-hover-fill-button2
        {
            margin: auto;
            display: flex;
            width: 200px;
            height: 50px;
            border-radius: 25px;
            outline: none;
            border: #007B34;
            background-color: #007B34;
             font-family: "Inter", sans-serif;
            cursor: pointer;
            align-items: center;
            justify-content: left;
            color: #fff;
            font-size: 3vh;
                margin-top: 40px;
         
        }         
        .color-fill-2
        {
            position: absolute;
            width: 20px;
            height: 50px;
            border-radius: 25px 0px 0px 25px;
            background-color: rgb(160, 168, 255);;
            visibility: hidden;
                margin-left: -1px;
        } 
        .darksoul-hover-fill-button2:hover .color-fill-2
        {
            visibility: visible;
            width: 200px;
            height: 50px;
            border-radius: 25px;
            transition: all 0.5s;
            background-color:  #001970;
            color: #fff;
        }   
        .darksoul-hover-fill-button2:hover
        {
            box-shadow: 1px 1px 20px rgb(160, 168, 255);
            transition: all 1s;
        } 
        .darksoul-hover-fill-button2 p
        {
            margin: auto;
            z-index: 10;
        }   

       @media (max-width: 1024px) {
            
        .darksoul-hover-fill-button2
        {
            margin: auto;
            display: flex;
            width: 20vw;
            height: 8vh;
            border-radius: 25px;
            outline: none;
            border: #007B34;
            background-color: #007B34;
             font-family: "Inter", sans-serif;
            cursor: pointer;
            align-items: center;
            justify-content: left;
            color: #fff;
            font-size: 3vh;
                margin-top: 40px;
         
        }         
        .color-fill-2
        {
            position: absolute;
            width: 20px;
            height: 50px;
            border-radius: 25px 0px 0px 25px;
            background-color: rgb(160, 168, 255);;
            visibility: hidden;
                margin-left: -1px;
        } 
        .darksoul-hover-fill-button2:hover .color-fill-2
        {
            visibility: visible;
            width: 20vw;    
            height: 8vh;
            border-radius: 25px;
            transition: all 0.5s;
            background-color:  #001970;
            color: #fff;
        }   
        .darksoul-hover-fill-button2:hover
        {
            box-shadow: 1px 1px 20px rgb(160, 168, 255);
            transition: all 1s;
        } 
        .darksoul-hover-fill-button2 p
        {
            margin: auto;
            z-index: 10;
        }
        
        .respon {
            font-size: 2vh;
        }
        
        }
        




/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/


.conectatubletra {
   font-family: "Inter", sans-serif;
   

}




.tuboconecta{
    min-height: 70vh;
    min-width: 96vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerpconecta{
    display: inline-table;
    justify-content: left;
        align-items: flex-start;
    padding-top: 10vh;
    width: 96vw;
    height: 45vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;

        margin-top: 5.2vh;

 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
   background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 40%)), url(./../assets/7faq/seccion3/BANNER-conecta-con-extral-baja.jpg);

    background-repeat: no-repeat;
        background-size: 142vw;
}
.containerpconecta img{
    width: 96vw;
    height: 203vh;
    object-fit: cover;
    transition: all 0.3s ;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
  
    background-repeat: no-repeat;


}
/*.container:hover img{
    transform: scale(1.2);
    filter:brightness(1);
}*/
.containerpconecta .conectatub{
       color: rgba(255, 255, 255, 1);

  
    font-size: 5.5vh;
    font-family: "Inter", sans-serif;
   
    font-weight: 600;
    text-align: center;

}

/*.container:hover .heading{
    color:rgba(255, 255, 255, 1);
}*/

@media screen and (max-width: 1024px) {


.containerpconecta .conectatub {
    font-size: 4vh;
    }
    
  .conectatubletra {
    font-size: 0.8vh;
  }  
    
  .containerpconecta{
    display: inline-table;
    justify-content: left;
        align-items: flex-start;
    padding-top: 10vh;
    width: 96vw;
    height: 45vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;

        margin-top: 5.2vh;

 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
   background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 40%)), url(./../assets/7faq/seccion3/tubos.jpg);

    background-repeat: no-repeat;
        background-size: 300vw;
}
    
}



/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/


  .logoface{
    width: 35px;
    left: 6%;
       padding-top: 2vh;
   
} 

/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/


/*****************************************inicio de footer************************************************/


 .logoface{
    width: 35px;
    left: 6%;
       padding-top: 2vh;
   
} 

/*****************************************inicio de footer************************************************/




hr {
    margin-top: 64px;
    margin-bottom: 64px;
    border: 0;
    border-top: 3px solid  #001970;
}

#picassoFooter {
    background-color: #E5E6E8;
    color: #000;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   
    font-family: "Inter", sans-serif;
    padding-top: 30px;
}
#picassoFooter2 {
    background-color: #E5E6E8;
    color: #000;
    padding: 20px;
    display: flow;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   
    font-family: "Inter", sans-serif;
    padding-top: 1px;
}

.footer-navigation, .footer-contact, .footer-social {
    margin: 10px;
}

.footer-navigation h3, .footer-contact h3, .footer-social h3 {
    color: #000;
    margin-bottom: 15px;
}

.footer-navigation ul, .footer-social .social-icons {
    list-style: none;
    padding: 0;
}

.footer-navigation ul li, .social-icon {
    margin-bottom: 10px;
    transition: transform 0.2s ease-in-out;
}

.footer-navigation ul li a, .social-icon {
 
        color: #383c43;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}



.footer-navigation ul li a:hover{
 
        color: #383c437d;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.social-icon {
    display: inline-block;
    padding: 8px;
    background-color: #333;
    margin-right: 5px;
}

.social-icon:hover, .footer-navigation ul li a:hover {
    transform: scale(1.1);
}

.footer-art canvas {
    max-width: 100px;
    height: auto;
    margin-top: 20px;
}

@media (max-width: 600px) {
    #picassoFooter {
        flex-direction: column;
        align-items: center;
    }

    .footer-art canvas {
        max-width: 100%;
    }
}



.logos{
    width: 197px;
    left: 6%;
   
} 

.logofoot{
   width: 15px;

   
} 


.tamfon {
       width: width: 149px;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #383C43;
    list-style:none;

}

.contac {
   
    font-weight: 600;
    font-size: 2.7rem;


}



.linea {
  margin-left: 64px;
    margin-right: 64px;
    color: #001970;
    

}

.derech {
    font-size: 15px;
    text-align: center;
    font-family: "Inter", sans-serif;
}


.h1fontitu {
    font-size: 2.7rem;
    
font-weight: 600;
    font-family: "Inter", sans-serif;
}




.pcontactanos{
    margin: 0 0 10px;
    font-size: 3.0vh;
    line-height: 1.1;
}

@media (max-width:1080px) {
   .pcontactanos{
    margin: 0 0 10px;
    font-size: 2vh;
    line-height: 1.1;
} 



.contac {
   
       font-weight: 600;
    font-size: 3.6vh;


}
}




/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/




/****************************************************************
*****************************************************************
*****************************************************************
*****************************************************************
****************************************************************/