




/********************************************************
*********************************************************
*********************************************************
*********************************************************/

 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.letratubosdepres {
   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: center;
    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;
    filter:brightness(0.8);
    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;
}

/*.container:hover .heading{
    color:rgba(255, 255, 255, 1);
}*/





@media (max-width:1080px) {
    .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: 1vh;
    font-weight: 600;
        padding-right: 3vh;
}
}











/********************************************************
*********************************************************
*********************************************************
*********************************************************/


.container2 {
    width: 100vw;
     margin: 0 auto;
}
  .tubos {
      background-color: #001777;
    border-radius: 40px;
    width: 99vw;
 

    
  }
  .letr {
  font-size: 2.3rem; 
    color: #fff;
     font-family: "Inter", sans-serif;
     padding-top: 90px;
     margin:30px;
     text-align: center;



  }






@media screen and (max-width: 1024px) {
.letr {
  font-size: 2.6h; 
    color: #fff;
     font-family: "Inter", sans-serif;
     padding-top: 90px;
     margin:30px;
     text-align: justify;



  }
}





/********************************************************
*********************************************************
*********************************************************
*********************************************************/


  .tipoletr {
    font-size: 14px; 
    color: #000;
     font-family: "Inter", sans-serif;
     text-align: justify;
  }

.container {
    width: 80%;
}
  .recentNews {
    background-color: #fff;  
}
.recentNews .news-title {
    text-align:left;
    padding-top:30px;
    padding-bottom:30px;
     font-family: "Inter", sans-serif;
    font-size:32px;
    font-weight:bold;
    color: #001777;
}
.recentNews .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recentNews .ct-blog {
    margin-bottom: 30px;
}
.ct-blog .inner {
    background-color: #FFF;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}
.ct-blog .fauxcrop:hover {
   box-shadow: 0 0 15px #000;
    transition: all 0.75s ease;
}

.ct-blog .inner:hover {

   -webkit-transform: translateY(-170px);
  transform: translateY(-20px);
}
.ct-blog .fauxcrop {
       height: 377px;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.35);
}
.ct-blog .fauxcrop img {
    width: 100%;
     border-radius: 40px;
         height: 377px;
}
.ct-blog-content {
    display: table;
    padding: 30px 0 28px;

}
.ct-blog-content .ct-blog-date {
    border-right: 1px solid #95A5A6;
    display: table-cell;
     font-family: "Inter", sans-serif;
    padding: 0px 18px 0px 15px;
    text-align: center;
}
.ct-blog-content .ct-blog-date  {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.ct-blog-content .ct-blog-date strong {
    font-size: 25px;
    color: #001777;  
}
.ct-blog-content .ct-blog-header {
    color: #001777;
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 20px;
    vertical-align: top;
}












/********************************************************
*********************************************************
*********************************************************
*********************************************************/


.bodtub{
       min-height: 55vh;
    min-width: 100vw;
    display: ;
    justify-content: center;
    align-items: center;
}
.vontainetubde{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100vw;
    height: 55vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;

        margin-top: 5.2vh;

 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
}
.vontainetubde img{
     width: 100vw;
    height: 55vh;
    object-fit: inherit;
    filter: brightness(0.8);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;


}



.containerportada2{
       width: 90vw;
    height: 36vh;
    background-color: #00000063;
     margin: 29px 34px 20px 80px;
         border-radius: 6vh;
         align-content: center;

}
/*.container:hover img{
    transform: scale(1.2);
    filter:brightness(1);
}*/
.vontainetubde .hadtexttub{
         color: rgba(255, 255, 255, 1);
    user-select: none;
    font-size: 2.7vh;
    font-family: "Inter", sans-serif;
    /* font-weight: 600;
   margin: 90px 64px 12px;*/
    text-align: center;
    margin: 0px 30px 0px 30px;
}

/*.container:hover .heading{
    color:rgba(255, 255, 255, 1);
}*/





@media (max-width:1080px) {
.vontainetubde .hadtexttub{
         color: rgba(255, 255, 255, 1);
    user-select: none;
    font-size: 2vh;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin: 51px 64px 12px;
    text-align: center;
}
.containerportada2{
       width: 90vw;
    height: 36vh;
    background-color: #00000063;
    margin: 29px 34px 20px 80px;
        border-radius: 6vh;

}
}




/********************************************************
*********************************************************
*********************************************************
*********************************************************/



 .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;


}
}











/********************************************************
*********************************************************
*********************************************************
*********************************************************/


