 
@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  
}
 

@font-face {
  font-family: 'Lato';
  src: url('Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  
} 

body {
  margin: .2%; 
}

.container1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color:#ffffff;  
  min-height:50px;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-image: linear-gradient(to left, #e2f2ff -5%, #174974 105%);
  min-height:50px;
}


.container3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
background-color: #174974;

  min-height:50px;
   
}

.cuadro33contacto {
flex-basis: 26%;
  padding:  1%; 
  margin: 1%;   
}

.cuadro44contacto  {
flex-basis: 19%;
  padding:  1%; 
  margin: 1%;   
    text-align: center;    
}

.cuadro33 {
flex-basis: 27%;
  padding:  1%; 
  margin: 1%;   
}

.cuadro33 img {
  width: 100%;
  height: auto; 
  border-radius: 5px;
  margin-bottom: 3px;
}

.cuadro33 h2 {
    margin-bottom: 3px;
    font-family: 'Poppins';
    font-size: 28px;   

    color: #21aa58;             
    text-align: center;     
}

.cuadro33 p {
    margin-bottom: 3px;
    font-family: 'Lato';
    font-size: 20px;   
      color: #174974; 
    text-align: justify; 
}

.boxenlazado {
flex-basis: 19%;
  padding:  1%; 
  margin: 1%;   
    text-align: center;    
}

.boxenlazado a {
          font-family: 'Poppins';
    font-size: 20px;   
      color: white; 
    text-align: center; 
    text-decoration:none;
}

.image50logo {
  flex-basis: 46%;
  padding:  1%; 
  margin: 1%; 
  margin-bottom: 30px;       
}

 .image50logo img {
  width: 100%;
  height: auto; 
}

.image50 {
  flex-basis: 46%;
  padding:  1%; 
  margin: 1%; 
  margin-bottom: 50px;       
}

 .image50 img {
  width: 100%;
  height: auto; 
}

 

.article-text50 {
  flex-basis: 44%;
  padding:  1%; 
  margin: 1%;     
  font-family: 'Lato';
  color: #174974; 
  font-size: 20px;                       
  text-align: justify;
}

.article-text50bg {
  flex-basis: 44%;
  padding:  1%; 
  margin: 1%;   
  font-family: 'Lato';
  color: #174974; 
  font-size: 20px;                       
  text-align: justify;
  background-color:#e2f2ff;
background-image: linear-gradient(to bottom, #e2f2ff 0%, white 100%);  
}

.article-text100 {
  flex-basis: 94%;
  padding:  1%; 
  margin: 1%; 
    font-family: 'Lato';
          color: #174974; 
  font-size: 20px;  
  text-align: justify;                       
}

.article-text100bread {
  flex-basis: 94%;
  padding:  1%; 
  margin: 1%; 
                     
}


.filasep {
  flex-basis: 94%;
  padding:  1%;  
  margin: 1%;  
 min-height:5px;
}


h1 {
  margin-top: 20px; 
  font-family: 'Poppins';
  font-size: 40px;   
  color: #21aa58;      
}

h2 {
  margin-top: 20px; 
  font-family: 'Poppins';
  font-size: 48px;   
  color: #21aa58;      
    text-align: left; 
}


.minih2 {
  margin-top: 20px; 
  font-family: 'Poppins';
  font-size: 48px;   
    font-weight: bold;
  color: #21aa58;      
    text-align: left; 
}

input[type="text"] {
    width: 90%;   
    height: 40px;   
    padding: 3px;   
    border: 1px solid #46b000; 
    border-radius: 5px; 
    font-size: 16px; 
    box-sizing: border-box; 
    margin-bottom: 10px; 
    color: grey;

}

.pretty{
  
  transform: scale(1.5);
  
  margin: 10px;
  
  filter: hue-rotate(90deg) brightness(0.9);
  
  cursor: pointer;
}

.enlace {
 font-size: 12px;
    color: #21aa58;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #2a6495; 
    color: white;
    font-family: "Poppins",sans-serif;
    font-weight: bold;
    font-style: normal;      
    text-decoration: none;
    border-radius: 5px;
    border:none;
    transition: background-color 0.3s ease;
    text-align: center;    
    width: 90%;  
  justify-content: center; 
  align-items: center;     
}

 

.btn:disabled {
    background: #e2f2ff; 
 
}

 .btnwhat {
    display: inline-block;
    padding: 15px 30px;
    background-color: #46b000; 
    color: white;
    font-family: "Poppins",sans-serif;
    font-weight: bold;
    font-style: normal;      
    
    text-decoration: none;
    border-radius: 5px;
    border:none;
    transition: background-color 0.3s ease;
    text-align: center;    
    width: 90%;  
  justify-content: center; 
  align-items: center;     
       
    z-index:1;
  -webkit-animation:wiggle 1.5s linear infinite;
  animation:wiggle 1.5s linear infinite;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform:rotateZ(0);
    transform:rotateZ(0);
  }
  10% {
    -webkit-transform:rotateZ(-3deg);
    transform:rotateZ(-3deg);
  }
  20% {
    -webkit-transition:rotateZ(2deg);
    transition:rotateZ(2deg);
  }
  25% {
    -webkit-transition:rotateZ(-3deg);
    transition:rotateZ(-3deg);
  }
  30% {
    -webkit-transition:rotateZ(1deg);
    transition:rotateZ(1deg);
  }
  35% {
    -webkit-transform:rotateZ(-1deg);
    transform:rotateZ(-1deg);
  }
  40% {
    transform:rotateZ(2deg);
  }
  50% {
    transform:rotateZ(-1deg);
  }
  60% {
    transform:rotateZ(2deg);
  }
  70% {
    transform:rotateZ(-3deg;)
  }
  80% {
    transform:rotateZ(1eg);
  }
  90% {
    transform:rotateZ(-1deg);
  }
  100% {
    -webkit-transition:rotateZ(0);
    transition:rotateZ(0);
  }
}


.whatsapp-logo {
    background-image: url('what.png'); 
    width: 22px; 
    height: 22px; 
    display: inline-block; 
    background-size: cover; 
    margin-left: 10px; 
}

.whatsapp-tel {
    background-image: url('tel.png'); 
    width: 22px; 
    height: 22px; 
    display: inline-block; 
    background-size: cover; 
    margin-left: 10px; 
}

.telmail {
  font-weight: bold; 
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); 
}

.yt {
 width: 98%; 
 height: auto;
}

@media (max-width:768px) {

.yt {
 width: 98%; 
 height: 400px;
}

.container1 {
    flex-basis: auto; 
  flex-direction: column; 
  margin-bottom: 15px;
 
}

.container2 {
     flex-basis: auto; 
   flex-direction: row; 
  background-color: #174974;	
 
}

 

.boxenlazado {
  flex-basis: 46%;
  padding:  1%; 
  margin: 1%;   
}

h2 {
  margin-top: 20px; 
  font-family: 'Poppins';
  font-size: 28px;   
  color: #21aa58;      
    text-align: left; 
}

.minih2 {
  margin-top: 20px; 
  font-family: 'Poppins';
  font-size: 28px;   
    font-weight: bold;
  color: #21aa58;      
    text-align: left; 
}
.article-text100 .minih2 {
  text-align: left !important;
}


  .image50, .article-text50 {
    flex-basis: auto; 
     width: 94%%; 
    margin-bottom: 20px; 
  }
  
.filasep {
    flex-basis: auto; 
    width: 94%%; 

 margin-top:15px;
margin-bottom:15px; 
 min-height:10px;
}  

.btn, .btnwhat {
    width: 85%;  
    max-width: 85%;    
  justify-content: center; 
  align-items: center;         
       
}
  
}
 
 

@keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
}

.responsive-iframe {
    width: 96%;
    
}

#menuprincipal > li:first-child {
    margin-top: 80px;
}


.menup > li, .menup > a {
    margin: 3px 0 -1px 0;
    color: white;
    font: 14pt "Poppins";
    font-weight: 700;
    line-height: 1.8;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
       z-index: 99999;
}

 


.menup > li {
    width: 250px;
    text-indent: 56px;
    }

#menu > li > a:focus {
    display: block;
    color: white;
    background-color: #eee;
    transition: transform 0.1s ease;
}
  

#pulseitor, #sandwich, #sandwich:before, #sandwich:after {
    position: absolute;
    top: 25px;
    left: 25px;
    background: white;
    width: 30px;
    height: 5px;
    transition: transform 0.1s ease;
    cursor: pointer;
    z-index: 999999999;
}

#pulseitor {
    height: 25px;
    background: none;
    
}

#sandwich:before {
    content: " ";
    top: 10px;
    left: 0;
}
#sandwich:after {
    content: " ";
    top: 20px;
    left: 0;
}

#atont:checked + #pulseitor + #sandwich {
    top: 35px;
    transform: rotate(180deg);
    transition: transform 0.1s ease;
}

#atont:checked + #pulseitor + #sandwich:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform 0.1s ease;
}

#atont:checked + #pulseitor + #sandwich:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform 0.1s ease;
}

#menuprincipal {
    position: absolute;
    margin: 0; padding: 0;
    width: 110px;
    height: 110px;
    background-color: #174974;
    border-bottom-right-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    transition: 0.1s;
       z-index: 999999;

}

#atont:checked + #pulseitor + #sandwich + #menuprincipal {
    animation: checked-anim 1s ease both;
}

 
 
 #atont:checked + #pulseitor ~ #menuprincipal > .menup > a  {
    display: block;
}

.borrado{
  display: none;

}

.borrado :not(:checked){
  display: none;

}

.borrado :checked{
  display: none;

}
  
.breadcrumb-nav {
     font-family: "Poppins",sans-serif;
font-size: 12px;
}    
  
.breadcrumb-list {
  display: flex;
  list-style-type: none; 
  padding: 0; 
  margin: 0; 
font-size: 12px;
}      
.breadcrumb-item {
display: flex;
color: grey;
font-size: 12px;
}  

.breadcrumb-item a {
display: flex;
color: grey;
font-size: 12px;
}  

.breadcrumb-item::after {
  content: " >  "; 
  margin-left: 5px;
  color: #adb5bd; 
  font-size: 12px;
}

.breadcrumb-item:last-child::after {
  content: none; 
}
