:root{
   --red:#ff2e63;
   --black:#252a34;
   --blue:#08d9d6;
   --white:#eaeaea;
   --title:35px;
   --text:19px;
   --dark-color: 230 35% 7%;
   --color-primary: #d1d3ff;
    --color-title: #000;
    --align-title: left;
    --padding-container: 100px 30px;
    --width-container: 90%;
    --max-width-container: 1200px;
    --color-btn: #444CF7;
    --text-btn: #fff;
    --padding-btn: 20px 35px;
    --height-shape:18em;
}

*{
    margin:0 auto;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #ffff;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 4px 4px 3px rgb(0, 0, 0);
    z-index:1000;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
.tel1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 4px 4px 3px rgb(0, 0, 0);
    z-index:1000;
}
.tel1:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}
.instagram:hover{
    cursor: pointer;
}
.my-tel{
    width: 35%;
    height: 55%;
	margin-top: 13px;
}
.modal-container {
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;  
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    transition: opacity 0.3s ease;
}
  
.show {
    pointer-events: auto;
    opacity: 1;
    z-index: 10000;
}
  
.modal {
    background-color: #fff;
    width: 600px;
    max-width: 100%;
    padding: 30px 50px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}
  
.modal h1 {
    margin: 0;
}
  
.modal p {
    opacity: 0.7;
    font-size: 14px;
}
.modal button{
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    background: red;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;  
}
.move_content{
    right: 180px;
}
.move_nav{
    right: 0px;
}
.go-top{
    position: fixed;
    bottom: 180px;
    right: -100%;
    width: 50px;
    height: 50px;
    background: #fff;
    border:2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transition: 0.5s;
}
.go-top:hover{
    background: rgb(0, 0, 0);
    color:#fff;
    border: 2px solid var(--white);
}
@media screen and (max-width:770px) {
    .go-top{
        bottom: 150px;
        width: 45px;
        height: 45px; 
    }
    .tel1{
        bottom: 80px;
    }
    
}
.go-top:hover span{color:var(--white);}

.go-top > span{
   font-size: 30px;
   color: var(--black);
}
.inf1{
   position: absolute; 
   max-width: 1300px;
   height: 40px;
   display: flex;
   bottom: 0;
}

.info1{
    flex-direction: row;
    width: 100%;
   
    display: flex;
    align-items: center;
      
}

.cont-correo{
    
    width: 310px;
    height: 80%;
    display: flex;
    align-items: center;
    
    
}
.cont-correo a{
    
    text-decoration: none;
    outline: 0;
    color:rgb(255, 255, 255);
}
.cont-correo img{
    width: 29px;
    height: 29px;
    background-color:var(--blue);
    border-radius: 50%;
}
.cont-cel{
    
    width: 180px;
    height: 80%;
    display: flex;
    align-items: center;
    
    
}
.cont-cel a{
    text-decoration: none;
    outline: 0;
    color: rgb(255, 255, 255);
}
.cont-cel img{
    width: 28px;
    height: 28px;
    padding: 1px;
    background-color:var(--blue);
    border-radius: 50%;
}
.social {
    
    width: 200px;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.social a{
    
    text-decoration: none;
    outline: 0;
    
    color:rgb(255, 255, 255);
}
.social img{
    border-radius: 50%;
    padding: 1px;
    background-color:var(--blue);
    width: 28px;
    height: 28px;
}
.imag{
    display: flex;
}
.imag img{
    width: 33px;
    height: 33px;
}

/** Navegation Menu **/
#header{
    position: relative;
    width: 100%;
    background:url(../img/ag1.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    top: 0px;
    height: 102vh;

    
    
}
.fondo{
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #050505b6;
}
.container_header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    margin-bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
}

.menu{
    
    top:0;
    width: 90%;
    
    height: 80px;
    
    background: #36363600;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    
    
}
.menu .log{
    position: absolute;
    margin-top: 15px;
    width: 200px;
    height: 100%;
   
    

}
.menu .log img{
    margin-left: 20px;
    top: 10px;
    width: 100%;
    height: 90%;
    display: flex;
    
} 
.menu .logo-box{margin-left: 20px;}


.menu .list-container{
    border-radius: 10px;
    display: flex;
    height: 70%;
    align-items: center;
    margin-right: 5px;
   
}
.social1{
    display: none;
}
.social1 img{
    
    width: 38px;
    height: 38px;
}
.imag1{
    display: flex;
}
.imag1 img{
    width: 33px;
    height: 33px;
}
.menu .list-container ul{display: flex;}
.menu .list-container ul li{list-style: none;transform: translateX(100rem);
	animation: slideIn 1.5s forwards;}
    
    nav ul li a{
        padding: 0.7rem 0;
        margin: 0 20 rem;
        position: relative;
        letter-spacing: 1px;
    }
    nav ul li a:last-child{
        margin-right: 0;
    }
    
    nav ul li a::before,
    nav ul li a::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: rgb(255, 255, 255);
        left: 0;
        transform: scaleX(0);
        transition: all .5s;
    }
    
    nav ul li a::before{
        top: 0;
        transform-origin: left;
    }
    
    nav ul li a::after{
        bottom: 0;
        transform-origin: right;
    }
    nav ul li a:hover::before,
    nav ul li a:hover::after{
	transform: scaleX(1);
    }

@keyframes slideIn {
	from{

	}
	to{
		transform: translateX(0);
	}
}
    
.menu .list-container ul li a{
    text-decoration: none;
    margin: 0px 20px;
    background: none;
    color:#ffffff;
    transition: 0.3s;
    font-size: 14px;
    
    
}
.menu .list-container ul li a.activo1{
        
   font-weight: 600;   
   border-bottom: 1px solid red ;  
   padding: 8px;
      
}
.btn-menu > .fa-bars{
    display: none;
}
@media only screen and (max-width:1450px){
    .menu .list-container{
        width: 45%;
    }
    .menu .list-container ul li a{
        margin: 0px 15px;
    }
    .menu .log img{
        
        width: 80%;
        height: 70%;
      
        
    } 
}

@media only screen and (max-width:1100px){
    .menu .list-container{
        
        width: 60%;
        
        
    }
    .menu .list-container ul li a{
        margin: 0px 12px;
    }
}

@media only screen and (max-width:900px){
    .btn-menu > .fa-bars{
        display: block;
        position:fixed;
        right: 30px;
        top: 20px;
        font-size: 28px;
        color: var(--white);
        transition: 0.5s;
        cursor: pointer;
    }
    .social1{
        display: flex;
        height:50px ;
        top: 10px;
        width: 100%;
        background: #ffffff86;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        border-radius: 5px;
    }
   
    .menu .log{
        
        width: 140px;
        height:80% ;
        
       
        
    
    }
    .btn-menu > .fa-times{color: var(--red);}
    .btn-menu > .fa-bars:hover{color:var(--red);}
    .menu .logo-box{margin-left: 30px;z-index: 100;}
    .menu .list-container{
        height: 100%;
        background: rgba(3, 3, 3, 0.432);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: fixed;
        top: 0;
        right: -100%;
        padding: 0 40px;
        transition: all 300ms;
        border-radius: 0;
        flex-direction: column;
        
    }
    .menu .list-container .lists{
        
        left: 0;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        
    }
    .menu .list-container ul li{
        width: 90%;
        
        display: flex;
        justify-content: flex-start;
        
    }
    .menu .list-container ul li a{
        font-size: 16px;
        
        padding:12px 0px;
        
    }
    .menu .list-container ul li a.active{
        background: none;
        
    }
    .menu .list-container ul li a:hover{
        background: none;
       
    }
}

/** Navegation Menu **/

/** IMG Header **/
.img-header{
    top: 150px;
    position:relative;
    width: 85%;
    height: 70vh;
    background: none;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.678);
    
    
}
.container_info1{
    position:absolute;
    width: 25%;
    right: 0;
    margin-top: 100px;
    background: #64646450;
    height: 85%;
    border-radius: 15px;
    
}
.formulario-content{
    position:absolute;
    width: 95%;
    margin:10px auto;
    background: #fff;
    padding:30px;
    border-radius: 30px;
    border: 1.5px solid var(--red);
    height: 95%;
    
}
.formulario-content #formulario{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.formulario-content #formulario label{
    font-size: 15px;
    text-align: center;
    color: var(--black);
    margin: 15px 0px 5px 0px;
}
.formulario-content #formulario input{
    width: 90%;
    height: 20px;
    margin:auto;
    border-radius: 4px;
    outline: none;
    border:1.5px solid var(--red);
    text-align: center;
    font-size: 15px;
    color: var(--black);
}
.formulario-content #formulario textarea{
    width: 90%;
    height: 50px;
    margin:auto;
    padding: 20px;
    
    outline: none;
    border:1.5px solid var(--red);
    font-size: 15px;
    color: var(--black);
}
.formulario-content #formulario .send{
   width: 120px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    background: red;
    border: none;
    outline: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.formulario-content #formulario .send:hover{
    background: var(--blue);
}
.formulario-content #formulario .mensaje-form{
    width: 100%;
    margin:auto;
    padding:20px;
}
.formulario-content #formulario .mensaje-form p{
    font-size:15px;
    color: var(--black);
    line-height: 15px;
    text-align: center;
}
.formulario-content #formulario .protec_dat p{
    font-size:13px;
    color: var(--black);
    line-height: 15px;
    text-align: center;
}
.formulario-content #formulario .protec_dat span{
    font-weight: 800;
    font-size: 14px;
}
@media  screen and (max-width:1420px){
    .formulario-content #formulario .mensaje-form{
        
        padding:15px;
    }
    .formulario-content #formulario .mensaje-form p{
        font-size:14px;
        
        line-height: 18px;
        
    }
    .formulario-content #formulario .protec_dat p{
        font-size:13px;
        
        line-height: 10px;
        
    }
    
}
@media  screen and (max-width:1320px){
    .formulario-content{
        padding:20px;
        height: 95%;
        
    }
   
    .formulario-content #formulario label{
        margin: 4px 0px 5px 0px;
    }
    .formulario-content #formulario input{
        font-size: 13px;
    }
    .formulario-content #formulario textarea{
        height: 40px;
        padding: 5px;
        font-size: 13px;
    }
    .formulario-content #formulario .send{
        margin: 10px;
    }
    .formulario-content #formulario button{
        height: 20px;
        line-height: 10px;
        font-size: 14px;
      
        border-radius: 10px;
       
    }
    .formulario-content #formulario .mensaje-form{
        padding:10px;
    }
    .formulario-content #formulario .mensaje-form p{
        font-size:14px;
        line-height: 10px;
       
    }
    .formulario-content #formulario .protec_dat p{
        font-size:13px;
        color: var(--black);
        line-height: 11px;
        text-align: center;
    }
    .formulario-content #formulario .protec_dat span{
        font-weight: 800;
        font-size: 14px;
    }

}
@media  screen and (max-height:830px){
    .container_info1{
        height: 100%;
        margin-top: 0;
    }
}
@media  screen and (max-height:750px){
    .container_info1{
        height: 110%;
        margin-top: 0;
    }
   
    .formulario-content{
      
        height: 100%;
        
    }
    .formulario-content #formulario .mensaje-form{
        
        padding:14px;
    }
    .formulario-content #formulario .mensaje-form p{
        font-size:14px;
        
        line-height: 15px;
        
    }
    
}
@media  screen and (max-height:620px){
    .container_info1{
        height: 115%;
        margin-top: 0;
    }
   
    .formulario-content{
        margin-top: 0;
        height: 100%;
        
    }
}
@media  screen and (max-width:1040px){
    .container_info1{
        display: none;
        width: 0;
    }
    
}

.img-header .welcome{
    
    position: absolute;
    display: flex;
    bottom: 0;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 30%;
    
}
.img-header .welcome > a{
    width: 150px;
    height: 25px;
    background:#d90808;
    border-radius: 8px;
    border:none;
    outline: none;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
    z-index: 1000;
}
.img-header .welcome > a:hover{
    background:#04b8ff;
}

.container__cover{
    max-width: 1300px;
    margin: auto;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;

}
.container__info{
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    height: 100%;
    z-index: 2;
    left: 60px;
    
}


.container__info1{
    position: absolute;
    
    max-width: 800px;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    right: 50px;
}
 
.container__info2{
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    height: 100%;
    
    left: 60px;
    
}
.container__info h1{
    max-width: 800px;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: -20px;
    text-align: center;
}

.container__info h2{
    font-size: 50px;
    font-weight: 700;
    color: #34a9ffff;
    
    text-align: center;
}

.container__info p{
    font-size: 21px;
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    max-width: 500px;
}

.container__info1 h1{
    
    max-width: 700px;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: -20px;
}

.container__info1 h2{
    font-size: 50px;
    font-weight: 700;
    color: #34a9ffff;
    margin-left: auto;
}

.container__info1 p{
    font-size: 21px;
    margin-top: 10px;
    margin-right: auto;
    color: #ffffff;
    font-weight: 400;
    max-width: 500px;
    text-align: center;
}
.container__info2 h1{
    max-width: 800px;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: -20px;
    text-align: center;
}

.container__info2 h2{
    font-size: 50px;
    font-weight: 700;
    color: #34a9ffff;
    
    text-align: center;
}

.container__info2 p{
    font-size: 21px;
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    max-width: 500px;
}

.container__info h1{list-style: none;transform: translateX(-100rem);
	animation: slideIn1 1.0s forwards;}
    

@keyframes slideIn1 {
	from{

	}
	to{
		transform: translateX(0);
	}
}
.container__info h2{list-style: none;transform: translateX(-100rem);
	animation: slideIn1 1.5s forwards;}
    


.container__info p{list-style: none;transform: translateX(-100rem);
	animation: slideIn1 2.0s forwards;}
    


.container__info1 h1{list-style: none;transform: translateX(100rem);
	animation: slideIn1 1.0s forwards;}
    


.container__info1 h2{list-style: none;transform: translateX(100rem);
	animation: slideIn1 1.5s forwards;}
    


.container__info1 p{list-style: none;transform: translateX(100rem);
	animation: slideIn1 2.0s forwards;}

.container__info2 h1{list-style: none;transform: translateX(-100rem);
        animation: slideIn1 1.0s forwards;}
    


.container__info2 h2{list-style: none;transform: translateX(-100rem);
        animation: slideIn1 1.5s forwards;}
        
    
    
.container__info2 p{list-style: none;transform: translateX(-100rem);
        animation: slideIn1 2.0s forwards;}
    

.slide-contenedor .miSlider{
    width: 100%;
    height: 100%;
    
}
 

@media screen and (max-height: 750px){
    #header{
        height: 105vh;
    }
    .img-header{
        height: 65vh;
    }
}
@media screen and (max-height: 820px){
   
    .img-header{
        height: 70vh;
    }
}
@media screen and (max-height: 650px){
   
    .img-header .welcome > a{
        width: 100px; 
        font-size: 16px;
        margin-bottom: 30px;
    }
    .img-header{
        top: 120px;
        
        
    }
    
}
@media screen and (max-height: 500px){
    .img-header{
        
        width: 90%;
        
    }
}
@media screen and (max-height: 350px){
    
    .img-header{
        
        height: 100vh;
    }
}
@media only screen and (max-height: 400px){
    #header{
        height: 150vh;
    }
    .img-header{
        
        width: 80%;
        height: 90vh;
    }
    .img-header .welcome > a{
        width: 100px; 
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    
}
@media screen and (max-width: 1400px){
    .img-header{
        border-radius: 0px;
        width: 90%;
    }

    
}
@media screen and (max-width: 1250px){
    
    .container__info{
        max-width: 500px;
        
    }
    .container__info1{
        max-width: 500px;
        
    }
    .container__info2{
        max-width: 500px;
        
    }
}
@media screen and (max-width: 1000px){
    .inf1{
        display: none;
    }
    .container__info h1{
        font-size: 37px;
        font-weight: 600;
        margin-left: auto;
        margin-bottom: -15px;
    }
    
    .container__info h2{
        font-size: 37px;
        font-weight: 600;
        margin-left: auto;     
    }
    
    .container__info p{
        margin-top: 10px;
        margin-left: auto;
        font-size: 18px;
        
    }
    
    .container__info1 h1{
        font-size: 37px;
        font-weight: 600;
        margin-left: auto;
        margin-bottom: -15px;
    }
    
    .container__info1 h2{
        font-size: 37px;
        font-weight: 600;
        margin-left: auto;
        
    }
    
    .container__info1 p{
        margin-top: 10px;
        margin-left: auto;
        font-size: 18px;
        
    }
    
    .container__info2 h1{
        font-size: 37px;
        font-weight: 600;
        margin-left: auto;
        margin-bottom: -15px;
    }
    
    .container__info2 h2{
        font-size: 37px;
        font-weight: 600;
        margin-left: auto;     
    }
    
    .container__info2 p{
        margin-top: 10px;
        
        font-size: 18px;
        
    }
    .container__vector{
        height: 200px;
        width: 200px;
        margin-right:100px;
        
    }
    
}
    

@media screen and (max-width: 920px){
    .container__info{
        left: 0;
        margin-top: -20px;
        height: 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .container__info h1{
        
        
        font-size: 28px;
        font-weight: 600;
        
        margin-bottom: -10px;
    }
    
    .container__info h2{
        font-size: 28px;
        font-weight: 600;
        
        
    }
    
    .container__info p{
        margin-top: 10px;
        max-width: 400px;
        font-size: 17px;
        font-weight: 400;
    }
    
    .container__info1{
        margin-top: -20px;
        height: 100%;
        max-width: 100%;
        width: 100%;
        right: 0;
       
    }
    
    .container__info1 h1{
        font-size: 28px;
        font-weight: 600;
        
        margin-bottom: -10px;
    }
    
    .container__info1 h2{
        font-size: 28px;
        font-weight: 600;
        
        
    }
    
    .container__info1 p{
        margin-top: 10px;
        max-width: 400px;
        font-size: 17px;
        font-weight: 400;
    } 
    
    .container__info2{
        margin-top: -20px;
        height: 100%;
        max-width: 100%;
        width: 100%;
        left: 0;
       
    }
    
    .container__info2 h1{
        font-size: 28px;
        font-weight: 600;
        
        margin-bottom: -10px;
    }
    
    .container__info2 h2{
        font-size: 28px;
        font-weight: 600;
        
        
    }
    
    .container__info2 p{
        margin-top: 10px;
        max-width: 400px;
        font-size: 17px;
        font-weight: 400;
    }
   
}

@media only screen and (max-width:1380px ) {
    
    .img-header .welcome{
       border-radius: 0px;
    }
    .container__info h1{
        font-size: 30px;
        margin-bottom: -7px;
    }
    
    .container__info h2{
        font-size: 30px;   
    }
    
    .container__info p{
        margin-top: 10px;    
        font-size: 16px;
    }
    
    .container__info1 h1{
        font-size: 30px;
        margin-bottom: -7px;
    }
    
    .container__info1 h2{
        font-size: 30px;  
    }
    
    .container__info1 p{
        font-size: 16px;
        
    }
    
    .container__info2 h1{
        font-size: 30px;
        margin-bottom: -7px;
    }
    
    .container__info2 h2{
        font-size: 30px;    
    }
    
    .container__info2 p{  
        font-size: 16px;
        
    }
    
}
@media only screen and (max-width:650px ){
    .img-header{
        height: 60vh;
    }
}
@media only screen and (max-width:773px ){
    
    .float{
        position:fixed;
        width:50px;
        height:50px;
        bottom:10px;
        right:5px;
        
    }.my-float{
        margin-top:10px;
    }
    .tel1{
      
        width:50px;
        height:50px;
        
        right:5px;
        
    }.my-tel{
        margin-top:10px;
    }

    .img-header .welcome > a{font-size: 16px;width: 100px;
        height: 22px;}
        .container__info{
            left: 0;
            margin-top: -20px;
            height: 100%;
            max-width: 100%;
            width: 100%;
        }
        
        .container__info h1{
            
            
            font-size: 28px;
            font-weight: 600;
            
            margin-bottom: -10px;
        }
        
        .container__info h2{
            font-size: 28px;
            font-weight: 600;
            
            
        }
        
        .container__info p{
            margin-top: 10px;
            max-width: 400px;
            font-size: 17px;
            font-weight: 400;
        }
        
        .container__info1{
            margin-top: -20px;
            height: 100%;
            max-width: 100%;
            width: 100%;
            right: 0;
           
        }
        
        .container__info1 h1{
            font-size: 28px;
            font-weight: 600;
            
            margin-bottom: -10px;
        }
        
        .container__info1 h2{
            font-size: 28px;
            font-weight: 600;
            
            
        }
        
        .container__info1 p{
            margin-top: 10px;
            max-width: 400px;
            font-size: 17px;
            font-weight: 400;
        } 
        
        .container__info2{
            margin-top: -20px;
            height: 100%;
            max-width: 100%;
            width: 100%;
            left: 0;
           
        }
        
        .container__info2 h1{
            font-size: 28px;
            font-weight: 600;
            
            margin-bottom: -10px;
        }
        
        .container__info2 h2{
            font-size: 28px;
            font-weight: 600;
            
            
        }
        
        .container__info2 p{
            margin-top: 10px;
            max-width: 400px;
            font-size: 17px;
            font-weight: 400;
        }
}

    @media only screen and (max-height: 400px){
        #header{
            height: 150vh;
        }
        .img-header{
            
            height: 100vh;
        }
        
        
    }
    
    
    

@media only screen and (max-width:440px){
    #header{
        height: 95vh;
    }
    .img-header .welcome .cover .container__cover .container__info{
      padding: 10px;  
    }
    .img-header{
         
        height: 55vh;
        
    }
    
    .img-header .welcome > a{width: 100px; font-size: 16px;}
    .container__info{
        align-items: center;
        justify-content: center;
        flex-direction: column;    
        margin-top: -20px;
        max-width: 500px;
        height: 100%;
        left: 0;
    }
    
    .container__info h1{
        
        max-width: 600px;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: -10px;
        
    }
    
    .container__info h2{
        font-size: 25px;
        font-weight: 600;
        
        
    }
    
    .container__info p{
        margin-top: 10px;
        
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        padding: 0px 5px;
    }
    
    
    .container__info1{
        align-items: center;
        justify-content: center;
        flex-direction: column;    
        margin: auto;
        max-width: 500px;
        height: 100%;
        right: 0;
    }
    
    .container__info1 h1{
        margin-left: auto;
        max-width: 600px;
        font-size: 25px;
        text-align: center;
        margin-bottom: -10px;
    }
    
    .container__info1 h2{
        font-size: 25px;
        margin-left: auto;
        text-align: center;
    }
    
    .container__info1 p{
        margin-top: 10px;
        margin-left: auto;
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        padding: 0px 5px;
    }

    .container__info2{
        align-items: center;
        justify-content: center;
        flex-direction: column;    
        margin-top: -20px;
        max-width: 500px;
        height: 100%;
        left: 0;
    }
    
    .container__info2 h1{
        margin-left: auto;
        max-width: 600px;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: -10px;
        
    }
    
    .container__info2 h2{
        font-size: 25px;
        font-weight: 600;
        margin-left: auto;
        
    }
    
    .container__info2 p{
        margin-top: 10px;
        margin-left: auto;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        padding: 0px 5px;
    }
}
.cont-1{
    padding: 20px 0px;
    background: #5c626477;
    background:url(../img/ag1.png);
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
}
.fondo3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #050505b6;
    z-index: 1;
}
.fondo3 H2{
    text-align: center;
    padding-bottom: 10px;
    color: #04b8ff;
}
.cont-2{
    display: flex;
    width: 70%;
    align-items: center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cont-3{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    
    
}


.cont-4{
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    padding: 15px;
    width: 230px;
    background-color: #11f5f15b;
    text-align: center;
    height: 150px;
    
}
.cont-4 h2{
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #f0f0f0;
}
.mant-1{
    display: flex;
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, 0.568);
    border-radius: 50%;
    align-items: center;

    
}
.mant-1 img{
    width: 45px;
}
.instl-1{
    display: flex;
    align-items: center;
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, 0.568);
    border-radius: 50%;
    
}
.instl-1 img{
    width: 50px;
    
}
.lavad-1{
    display: flex;
    align-items: center;
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, 0.568);
    border-radius: 50%;
}
.lavad-1 img{
    width: 40px;
}
.tabl-1{
    display: flex;
    align-items: center;
    width: 73px;
    height: 73px;
    background-color: rgba(255, 255, 255, 0.568);
    border-radius: 50%;
}
.tabl-1 img{
    width: 50px;
}
@media screen and (max-width:964px){
    .titl1{
        width: 20px;
    }
    .fondo3 .titl1 h2{
       
        display: inline-block;
        white-space: nowrap;
        transform: translate(0, 100%) rotate(-90deg);
        transform-origin: 0 0;
        vertical-align: bottom;
       
    }
    .cont-4{
        padding: 10px 0px;
        width: 200px;    
    }
    .cont-4 h2{
        padding: 10px 0px;
        font-size: 15px;
    }
   
}
@media screen and (max-width:464px){
    .cont-4{
        padding: 8px 0px;
        width: 150px;    
    }
    .cont-4 h2{
        padding: 8px 0px;
        font-size: 15px;
    }
    
}
@media screen and (max-width:320px){
    .cont-4{
        padding: 8px 0px;
        width: 130px;    
    }
    .cont-4 h2{
        padding: 8px 0px;
        font-size: 14px;
    }
    
}
/**Nosotros**/
.about {
    text-align: center;
    width: 30%;
}


.about__paragrah {
    font-size:16px ;
    line-height: 1.2;
}
.about__main {
    padding-top: 10px;
    display: grid;
    width: 100%;
    margin: 0 auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}
.about__title{
    font-size: 18px;
    color: rgb(8, 0, 83);
}

.about__icons {
    display: grid;
    gap: 1em;
    justify-items: center;
    width: 260px;
    overflow: hidden;
    margin: 0 auto;
}

.about__icon {
    width: 40px;
}
.about__icon1 {
    width: 25px;
}


.container{
    
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    padding: 30px 30px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    background:url(../img/a4.png);
    background-position: center;
    background-size: cover;
    
    
}
.course{
    width: 70%;
    --color-title: rgb(0, 0, 0);
    --color-btn: rgb(194, 0, 0);
    --text-btn: #454df3;
    color: var(--color-title);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    /* align-items: center; */
}
.about__paragraph{
    margin: 20px 0;
    line-height: 1.5;
    font-weight: 300;
    color:#FFF;
    font-size: 18px;
}
.title{
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.course__about span{
    font-weight: 600;
}
.ver-mas button{
    margin-top: 30px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: rgb(125, 147, 247);
    border: none;
    outline: none;
    border-radius: 5px;
    margin-left: 0;
    cursor: pointer;
    transition: 0.5s;
}
.ver-mas button a{
  font-size: 17px;
  color: #fff;
  text-align: center;
  text-decoration: none;  
}
.ver-mas button:hover{
    background:red;
}

.course__about{
    z-index: 100;
    align-self: center;
    width: 97%;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    background:rgba(25, 26, 88, 0.747);
    grid-column: 1/5;
    grid-row: 2/-1;
    border-radius: 10PX;
    font-size: 19px;
    color: #FFF;
    
}

.course__picture{
    width: 500px;
    height: 500px;
    margin:0;
    grid-column: 4/-1;
    grid-row: 1/-1;
}

.course__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.course__picture--right{
    grid-column: 1/4;
}

.course__about--left{
    grid-column: 3/-1;
}
@media only screen and (max-width:950px){
    .container{  
        flex-direction: column;  
    }
    .course{
        width: 100%;
        margin-top: 30px;   
    }
    .about {
        margin-bottom: 30px;
        width: 100%;
    }
    .about__paragraph {
        line-height: 1.4;
        font-size: 17px;
    }
    .about__paragrah {
        font-size:17px ;
    }
    .title{
        font-size: 25px;
    }  
}
@media only screen and (max-width:430px){
    .container{ 
        padding:5px;   
    }
    .about__paragraph {
        line-height: 1.3;
        font-size: 15px;
    }
    .about__paragrah {
        font-size:15px ;
    }
    .title{
        font-size: 20px;
    } 
}
.titl3 h2{
    text-align: center;
}
.sombra5 {
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #110000,
    0 3px 0 rgb(20, 0, 0),
    0 4px 0 #0e0404,
    0 5px 0 rgb(27, 3, 3),
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);
    color: rgb(75, 75, 75);
    font-size: 50px;
    font-family: Impact;
    }
.carrusel {
    display: flex;
    align-items:flex-end;
  }
  
  .carrusel-items {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px 0px;
  }
  
  .carrusel-item {
    min-width: 320px;
    max-width: 320px;
    height: 190px;
    outline: 1px solid rgba(126, 145, 253, 0.836);
    cursor: pointer;
  }
  
  .carrusel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .carrusel-item:hover {
    transform: scale(1.2);
  }
  
/**Mas**/
.mas{
    width: 100%;
    height: 30vh;
    background: url(../img/mede.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    border-top: 1px solid var(--black);
}

.mas p{
    font-size: 40px;
    color: #ffffff;
    font-weight:600 ;
    border-radius: 20px;
    padding: 5px 30px;
}
.fondo1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    z-index: 1;
}
@media only screen and (max-width:1200px){
    .mas p{
        font-size: 40px;
    } 
}
@media only screen and (max-width:1000px){   
    .mas p{
        font-size: 35px;
    }
}
@media only screen and (max-width:850px){
     .mas p{
        font-size: 30px;
        background: none;
    }
}
@media only screen and (max-width:720px){
      
    .mas p{
        text-align: center;
    }
}
@media only screen and (max-width:530px){
    .mas p{
        font-size: 25px;
    }
}

/** aviso de cookies **/
 .aviso-pagina{
     max-width: 1300px;
     max-height: 28px;
 }
