
html {
  zoom: 125%;
  
}


.ismar{
  font-size: xx-small;
}
main > .container {
  padding: 30px 0;
  margin-top: 60px;
}
.log1{
width: 55px;
}
.log{
width:10%; 
}


.slider{
width: 90%;
margin: auto;
overflow: hidden;
}
.card{
max-width: 100%;
}
.img-certf{
width: 10%;
}
.slider ul{
display: flex;
padding: 0;
width: 400%;
;
animation: automatico 20s infinite alternate linear;
}
.slider li{
width: 100%;
list-style: none;
}
.slider img{
width: 100%;

}
.display{
background-color: rgb(113, 210, 232);
}
.container2 {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
margin-top: 40px;
font-family: Arial, sans-serif;
}

h1 {
color: #333;
font-size: 24px;
margin-bottom: 10px;
}

ol {
margin-bottom: 20px;
}

li {
margin-bottom: 10px;
}

p {
color: #666;
line-height: 1.4;
}

.containerpdfs {
display: flex;
flex-wrap: wrap;
}

.image-item {
width: 100px;
margin: 10px;
}

.image-item img {
width: 100%;
height: auto;
}

.image-item a {
display: block;
text-align: center;
margin-top: 10px;
}

.btn-download {
display:inline;
text-align: center;
margin-top: 10px;
padding: 6px 12px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 4px;
}

.btn-download:hover {
background-color: #0056b3;
}

.btn-download span {
color: #ffffff; /* Cambia el color de las letras aquí */
}

.tel{
width: 20%;
}

@media(min-width: 768px){
.slider img{
  height: 560px;
}

}
@keyframes automatico {
0%{margin-left: 0;}
20%{margin-left: 0;}

25%{margin-left: -100%;}
45%{margin-left: -100%;}

50%{margin-left: -200%;}
70%{margin-left: -200%;}

75%{margin-left: -300%;}
100%{margin-left: -300%;}
}

.collapse{
background-color: rgba(74, 126, 223, 0.938);
}

.aviso{
font-size: small;
color: rgb(24, 158, 158);
padding: 60px;
}
.table1{
padding-left: 20px;
padding-right: 20px;
}
.card{
border-radius: 0%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.floating-menu {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
}
.blueLink{
color: white;
}
.menu-btn {
background-color: #e06514;
color: #fff;
border: none;
border-radius: 50%;
font-size: 24px;
width: 60px;
height: 60px;
cursor: pointer;
transition: all 0.3s ease;
}

.menu-btn:hover {
background-color: #0069d9;
transform: scale(1.1);
}

.menu {
position: absolute;
bottom: 80px;
right: 0;
background-color: #fff;
width: 200px;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
overflow-y: scroll;
max-height: 400px; /* Establece la altura máxima del menú */
display: none;
transition: all 0.3s ease;
}


.menu.active {
display: block;
}

.menu ul {
list-style: none;
padding: 0;
margin: 0;
}

.menu li {
border-bottom: 1px solid #eee;
}

.menu li:last-child {
border-bottom: none;
}

.menu a {
display: block;
padding: 10px 20px;
text-decoration: none;
color: #333;
}

.menu a:hover {
background-color: #007bff;
color: #fff;
}

@media only screen and (max-width: 768px) {
.floating-menu {
  bottom: 10px;
  right: 10px;
}

.menu {
  bottom: 70px;
}
}
.fa{
align-items: center;

font-size: small;
}

.img-certf{
width: 30%;}
footer{
background-color: rgba(16, 40, 52, 0.792);
padding-bottom: 0.1px;

}
.footer-content{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding-top: 60px;
padding-bottom: 40px;
color: white;
}
.contact-us{
width: 40%;
color: #f2f2f2;
}
.brand{
font-weight: 500;
font-size: 40px;
}
.brand+p{
font-weight: 500;
}

.social-media{
width: 50%;
display: flex;
justify-content:flex-end;
}
.social-media-icon{
display: inline-block;
margin-left: 20px;
width:60px;
height: 60px;
border: 1px solid #f2f2f2;
border-radius: 50%;
text-align: center;
color: #f2f2f2;
}
.social-media-icon:hover{
background-color: #f2f2f2;
color: rgb(114, 28, 94);
}
.social-media-icon i{
font-size: 30px;
line-height: 60px;
}
.line{

width: 90%;
max-width: 1200px;
margin: 0 auto;
height: 2px;
background-color:#f2f2f2;
margin-bottom: 60px;
}
.carousel-control-next-icon{
border-radius: 2px;
background-color: #14e073;

}
.carousel-control-prev-icon{

border-radius: 2px;
background-color: #14e073;
}
.t1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 7vh; /* Ajusta la altura general según tus necesidades */
  background-color: #13485d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: baseline;
  z-index: 999;
}

.log {
  width: 14%; /* Ajusta el ancho del logotipo según tus necesidades */
  max-width: 100px; /* Ajusta el ancho máximo del logotipo en dispositivos móviles */
}

@media (max-width: 576px) {
  .t1 {
    font-size: 15px; /* Ajusta el tamaño de la fuente del encabezado en dispositivos móviles */
    height: 8vh; /* Ajusta la altura del encabezado en dispositivos móviles */
    padding: 30px;
  }
}

@media (min-width: 577px) {
  .t1 {
    font-size: 3vw; /* Ajusta el tamaño de la fuente del encabezado en tabletas */
    height: 6vh; /* Ajusta la altura del encabezado en tabletas */
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .t1 {
    font-size: 2.5vw; /* Ajusta el tamaño de la fuente del encabezado en pantallas medianas */
    height: 8vh; /* Ajusta la altura del encabezado en pantallas medianas */
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .t1 {
    font-size: 2vw; /* Ajusta el tamaño de la fuente del encabezado en pantallas grandes */
    height: 12vh; /* Ajusta la altura del encabezado en pantallas grandes */
    padding: 20px;
  }
}


