@charset "ISO-8859-1";
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
}

nav{
    position: fixed;
    top: 30px;
    display: flex;
    width: 100%;
}

nav a{
    text-decoration: none;
}

.icono2d{
    top: 20px;
    float: right;
    z-index: 100002;
    text-align: right;
    width: 50%;
    padding-right: 20px;
}

.logoo{
    width: 50%;
    top: 20px;
    left: 20px;  
    float: left;
    padding-left: 20px;
}

.logoo img{
    /*width: 149px;*/
    height: 55px;
}

.icono{
    display: block;
    z-index: 1000003;
    color: #1e3c72;
    font-weight: 500px;
    animation: moverIzquierda 1s ease-in;
}

header{
    background: #2D4FBA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2D4FBA, #AAE0EA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2D4FBA, #AAE0EA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: auto;
    padding: 48px;
    width: 100%;
}

.container{
    width: 95%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
}

img{
    display: block;
    height: 450px;
    object-fit: cover;
    animation: arriba 1s ease-in;
}

.textos{
    padding-top: 90px;
    width: 50%;
    color:#fff;
}

.textos h1{
    font-size:80px;
    animation: moverDerecha 1s ease-in;

}

.textos h2{
    font-size:30px;
    animation: moverIzquierda 1s ease-in;
}

.textos a{
    display: inline-block;
    color:#fff;
    font-weight: 530;
    /*font-weight: bold;*/
    text-decoration: none;
    margin-top: 30px;
    border: 1px solid #1e3c72;
    width: 150px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    animation: arriba 1s ease-in;
    background-color: #1e3c72;
}

.textos a:hover {
    opacity: 0.8;
}

.wave{
    height: 100px;
    width: 100%;
    background: #2D4FBA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2D4FBA, #AAE0EA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2D4FBA, #AAE0EA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
}

.enlaces{
    position: fixed;
    display: flex;
    top: 0;
    background: #000;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    right: 0;
    flex-direction: column;
    width: 100%;
    transition: all 1s ease;
    background: #2D4FBA; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2D4FBA, #AAE0EA); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2D4FBA, #AAE0EA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.enlaces a{
    color: #1e3c72;
    font-weight: 600px;
}

.uno{   
 -webkit-clip-path: circle(0.0% at 100% 0);
 clip-path: circle(0.0% at 100% 0);

}

.dos{
    -webkit-clip-path: circle(150% at 0% 0%);
    clip-path: circle(150% at 0% 0%); 
}

@keyframes moverIzquierda{
    0%{
        opacity: 0;
        transform: translateX(-100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moverDerecha{
    0%{
        opacity: 0;
        transform: translateX(100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes arriba{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }

    100%{
        opacity: 1;
        transform: translate(0);
    }
}

@media screen and (max-width:1000px){
    img{
        height: 400px;
    }

/*
    .logoo img{
        width: 160px;
        height: 50px;
    }

    .icono2d{
        width: 500px;
    }

    .logoo{
        width: 500px;    
    } */

}

@media screen and (max-width:800px){
    img{
        height: 370px;
    }
    .textos h1{
        font-size: 70px;
    }

    .textos h2{
        font-size: 25px;
    }
    /*.icono2d{
        width: 400px;
    }

    .logoo{
        width: 400px;    
    }

    .logoo img{
        width: 145px;
        height: 42px;
    } */
    
}

@media screen and (max-width:700px){
    img{
        height: 250px;
    }
    .textos h1{
        font-size: 40px;
    }

    .textos h2{
        font-size: 15px;
    }

    /*.icono2d{
        width: 350px;
    }

    .logoo{
        width: 350px;    
    }

    .logoo img{
        width: 133px;
        height: 35px;
    }*/
    
}

@media screen and (max-width:450px){
    .container{
        width: 100%;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .textos{
        width: 100%;
        text-align: center;
    }
    .textos h1{
        font-size: 60px;
    }

   /* .icono2d{
        width: 220px;
    }

    .logoo{
        width: 220px;    
    } 

    .logoo img{
        width: 120px;
        height: 28px;
    }*/   
}

@media screen and (max-width:340px){
    img{
        height: 160px;
    }
    .textos h1{
        font-size: 35px;
    }
    .textos a{
        width: 120px;
    }
    .textos h2{
        font-size: 15px;
    }   
    
}


/* Full-width input fields */
input{
    width: 256px;
    padding: 12px 20px;
    margin: 8px 26px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size:16px;
}

/* Set a style for all buttons */
button {
    background-color: #1e3c72;
    color: white;
    padding: 14px 20px;
    margin: 8px 26px;
    border: none;
    cursor: pointer;
    width: 200px;
    font-size:20px;
    align-items: center;
}
button:hover {
    opacity: 0.8;
}
.containe{
    width: 20%;
    max-width: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    flex-direction: column;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
    display: flex;
    object-fit: cover;
    align-items: center;
    flex-direction: column;
}
.avatar {
    width: 8em;
    height: 8em;
    /*border-radius: 50%;*/
}

/* The Modal (background) */
.modal {
    display:none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content Box */
.modal-content {
    background-color: #fefefe;
    margin: 4% auto 15% auto;
    border: 1px solid #888;
    width: 35%; 
    padding-bottom: 30px;
    min-width: 300px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    animation: zoom 0.6s
}
@keyframes zoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

.modal-content{
	border-radius: 26px !important;
}


@media screen and (min-width:1560px) {
	header{
		height: 720px;
			  
	}
	.container{
		max-width: 1550px;
	}
	.textos{
		padding-top: 180px;
		width: 60%;
		
	}
	
	.textos h1{
		font-size: 90px;
	}
	
	.textos h2{
		font-size: 42px;
	}
	
	#ImgCenter{
		padding-top: 90px;
		height: 600px;
	} 
	
}
