*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;}

button{
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: white;
    background-color: #202945
    ;
}

button:hover{
    background-color: #202945;
    transform: scale(1.2);
}


.banner{
    position:relative;
    width:100%;
    height: calc(100vh - 10px);
    background: color #f5f5f5;
    background-size: cover;
    background-position: center;
    transition: all .1s ease-in-out;
    animation: animacionimagenes 20s infinite linear;
    top:0;
    right:0;
    left:0;
    z-index:-1;
    
}

.banner-content{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    color:#FFF;
    background-color: rgba(0,22,40,.65);
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index:-1;
    
    
    
}

.banner-content h1{

    margin: 0;
	padding: 0;
	padding-bottom: 30px;
	font-size: 40px;
	text-align: center;

}

.banner-content p{
    margin-top: 8px;
    padding-right: 30px;
    justify-content: center;
    text-align: center;
    color:#fff;
}

    
@keyframes animacionimagenes{
    0%{
        background-image: url('imagenes/he700-1.2.jpeg');
       
    }

    25%{
        background-image: url('imagenes/he700-1.2.jpeg');
       
    }
    
    26%{
        background-image: url('imagenes/multietapas2.jpeg');
    }

    50%{
        background-image: url('imagenes/multietapas2.jpeg');
    }

    51%{
        background-image: url('imagenes/sello.jpg');
    }

    75%{
        background-image: url('imagenes/sello.jpg');
    }

    76%{
        background-image: url('imagenes/sello.jpg');
    }

    100%{
        background-image: url('imagenes/sello.jpg');
    }

}
   







.container{
    max-width: 1400px;
    margin: auto;
}



.color-acento{ color:#202945; }






header{
    background-color: rgb(245,245,245);
    z-index: 1;
   
    
}

header .logo{
    margin: 0;
    padding: 25px 30px;
    font-weight: bold;
    color: #202945;
    font-size: 1.6em;   
}
 
header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

header a:hover{
    color: #202945;
}









.slider{
    color: #202945;
    width:100%;
    height:900px;
    overflow:hidden;

    
}



.slider ul{
    display:flex;
    animation: slide 16s infinite
    alternate linear;
    width:400%;
    
}

.slider li{

    width: 300%;
    list-style: none;
}

.slider img{

    width:100%;
    height:80%;

}






@keyframes slide{

    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%;}
}


.container2 p{

    font-size: 3rem;
    color:white;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}







#hero{
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    color: white;
    background: url("C:/Users/Katiuska/Desktop/pagina/media/Ensamble.mp4");
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center;

}



#somos-proya .container{
    text-align: center;
    padding: 200px 12px;
    text-align: justify;
    

}

#somos-proya .texto p{
    text-align: justify;
      
}

#somos-proya .container h2{
    text-align: left;
    

}

#somos-proya .container p{
    text-align: justify;
    

}








#nuestros-programas{
    background-color: rgb(14, 25, 65);
    color: black;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 80px;
 
}

.titulo h2{
    margin-top: 0;
    font-size: 3.2em;
    color:white;
    height: 100px;

}

.container-texto h2{

    padding-top: 40px;

}


.container-cartas{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

.card{
    background: gray;
    width:400px;
    height:500px;
    margin:20px;
}

.card-image{
    /*background-color: aqua;*/
    height:195px;
    margin-bottom: 15px;
    background-size:cover;
    border-radius: 5px 15px 0 0;
}

.car-1{

    background-image: url("media/multietapas2.jpeg");

}


.car-2{

    background-image: url("media/ingenieriasello.jpeg");

}

.car-3{

    background-image: url("media/rotor\ fondo\ blanco.jpeg");

}

.card h2{
    padding:10px;
    font-size: 2em;
    color:white;
}

.card p{
    margin-top: -25px;
    padding:10px;
    text-align:center;
}

.card a{

    /*background-color: black;*/
    color:white;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin: 20px 50px;
    margin-top: -18px;

}











/*Cartas*/


/*#nuestros-programas{
    background-color: rgb(14, 25, 65);
    color: white;
    text-align: center;
}

#nuestros-programas .container{
    padding: 150px 12px;
    display:flex;
    
}



#nuestros-programas .container .carta{

    width:330px;
    height:430px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    overflow:hidden;
    margin:20px;
    text-align:center;


}*/

/*#nuestros-programas .container .carta:hover{

    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.2);


}


#nuestros-programas h2{
    margin-top: 0;
    font-size: 3.2em;
}

#nuestros-programas p{
    display: none;
}




#nuestros-programas .carta{

    background: white;
    width:270px;
    height: 400px;
    margin:10px;
    /*background-position: center center;
    background-size: cover;
    padding: 50px 0px;
    margin: 30px;
    border-radius: 15px;

}

#nuestros-programas .carta .carta-img{
    background-color: aqua;
    height:150px;
    margin-bottom: 15px;
    background-size: cover;



}

#nuestros-programas .carta h3{

    color:#202945;
}

#nuestros-programas .carta p{

    color:#202945;
}
    









.carta:first-child{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/front-end.jpg");

}

.carta:nth-child(2){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/full-stack.jpg");
}

.carta:nth-child(3){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/python.jpg");

}


/*FIN Cartas*/


















#caracteristicas .container{
    text-align: justify;
    padding: 250px 12px;
}

#caracteristicas li{
    margin: 16px 0px;
    font-weight: bold;
}

#final{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(14, 25, 65);
    color: white;
    height: 80vh;
}

#final h2{
    font-size: 9vw;
}

#final button{
    font-size: 5vw;
}







/*Mapa*/

footer{
    background-color: rgb(230,230,230);
}

footer p{
    margin: 0;
    padding: 12px;
    color: rgb(100,100,100);
}

footer .container{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


.map-responsive{

    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*Fin de Mapa*/

















@media (min-width: 850px){
    header{
        position: fixed;
        width: 100%;
    }

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }

    #hero h1{
        font-size: 5em;
    }




    #somos-proya .container{
        display: flex;
        justify-content: space-evenly;
        
    }

    #somos-proya .texto{
        width: 50%;
        max-width: 600px;
        text-align: initial;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #somos-proya h2{
        margin-top: 0px;
    }



    #somos-proya .img-container{
        background-image: url("media/sumergible4.jpeg");
        background-size: cover;
        background-position: center center;
        height: 500px;
        width: 600px; 
        object-fit: cover;
    }



    /*Carta*/

    /*#nuestros-programas .programas{
        display: flex;
        justify-content: center;
        
        width:100%;
        max-width: 1200px;
        height:430px;
        display:flex;
        flex-wrap:wrap;
        margin:auto;
    }

    #nuestros-programas p{
        display: block;
        margin-bottom: 30px;
    }

    #nuestros-programas h2{
        font-size: 4em;
    }

    #nuestros-programas h3{
        margin-top: 0;
    }

    #nuestros-programas .carta{
        padding: 50px;
        background-size: 100% 150px;
        background-repeat: no-repeat;
        background-position-y: 0;
        background-color: rgba(50, 50, 50, 1);
        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        width:100%;
        max-width: 1200px;
       
        
        
    }

    .carta:first-child{
        
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("media/multietapas2.jpeg");
    

    }

    .carta:nth-child(2){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("media/ingenieriasello.jpeg");
    }

    .carta:nth-child(3){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("media/ingenieriarotor.jpg");

    }

    /*Fin Cartas*/



    #caracteristicas{
        background-image: url("media/ingenieria01.jpeg");
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 600px 500px;
        background-position: calc(90vw - 300px) 95px;
     
    }

    #caracteristicas .container{
        text-align: initial;
    }

    #caracteristicas ul{
        margin-left: 100px;
    }



    #final h2{
        font-size: 5em;
    }

    #final button{
        font-size: 2em;
    }

    footer .container{
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    #caracteristicas{
        background-position-x: calc(100vw - 800px);
    }
}


.buttons {
    min-width: 450px;
    max-width: 800px;
    display: flex;
    justify-content: space-around;
  }
  
.buttons a {
    text-decoration: none;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    /*background: blue;*/
    color: #f1f1f1;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    transition: all .4s ease-in-out;
}

.icon1{
    border-radius: 50%;
    background: blue; 

}

.icon2{
    border-radius: 50%;
    background: rgb(0, 217, 255); 

}

.icon3{
    border-radius: 50%;
    background: rgb(255, 0, 242); 

}

.icon4{
    border-radius: 50%;
    background: rgba(50, 50, 240, 0.986); 

}


  
.buttons a:hover {
    transform: scale(1.2);
  }

.fa fa-facebook{
    color:blue;


}



.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}








@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}





.caja-video video {
    width:100%;
    height:50vh;
    object-fit: cover;
    position:absolute;
    position:fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.caja-video video::after {
    content: "";
    background-color:#f1f1f1;
    width:100%;
    height:100vh;
    position:absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: -1;
}

 



/*@media screen and (max-width:640px){

    .buttons{
        width:350px;
    }

    .buttons a{
        margin-top: 10px;
    }
}*/

