@import url(normalize.css);
@import url(bootstrap.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato:900|Roboto:400,700&display=swap');
/*font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;*/

.ShowBox{
	opacity: 1 !important;
	pointer-events: auto !important;
}
.formated-section{
	padding: 0;
}
.font-oswald{
	font-family: 'Roboto';
	font-weight: 100;
}
/*=========== Barra de navegacion ===*/
.NavBarP,
.NavBarP-Logo,
.NavBarP-Nav,
.NavBarP-Nav > ul,
.NavBarP-Nav > ul > li,
.NavBarP-Nav > ul > li > a{
	height: 50px;
	line-height: 50px;
}
.NavBarP{
	background-color: #171614;
	color: #fff;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.NavBarP-Logo,
.NavBarP-Nav{
	position: absolute;
	top: 6;
	background-color: #171614;
}
.NavBarP-Logo{
	left: 0;
	width: 20%;
}
.NavBarP-Nav{
	right: 0;
	width: 70%;
}
.NavBarP-Nav > ul{
	text-align: right;
	padding-right: 10px;
}
.NavBarP-Nav > ul > li{
	display: inline-block;
	position: relative;
}
.NavBarP-Nav > ul > li > a{
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0 7px;
	transition: all .3s ease-in-out;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.NavBarP-Nav > ul > li > a:hover{
	color: #3376bc;
}

.banner{
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
	background-color: #F5F5F5;
	background-size: cover;
	background-position: center;
	transition: all .1s ease-out;
	animation: banner 28s infinite linear;
}
.banner-content{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: rgba(0, 22, 40, .6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-content h1{
	font-family: 'Lato', sans-serif;
	margin: 0;
	margin-top: 0.5%;
	padding: 0;
	font-size: 50px;
	text-align: center;
}

.banner-content h2{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 1%;
	font-size: 20px;
	text-align: center;
}
.banner-content a{
	text-decoration: none;
	color: #FFF;
	padding: 9px 20px;
	border: 1px solid #FFF;
	border-radius: 30px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.banner-content a:hover{
	background-color: #fff;
	color: #333;
	
}
@keyframes banner{
	0%{
		background-image: url('../img/img/banner_maxi1.jpg');
	}
	25%{
		background-image: url('../img/img/banner_maxi1.jpg');
	}


	26%{
		background-image: url('../img/img/banner_maxi2.jpg');
	}
	50%{
		background-image: url('../img/img/banner_maxi2.jpg');
	}


	51%{
		background-image: url('../img/img/banner_3.jpg');
	}
	75%{
		background-image: url('../img/img/banner_3.jpg');
	}
	

	76%{
		background-image: url('../img/img/banner-4.jpg');
	}
	100%{
		background-image: url('../img/img/banner-4.jpg');
	}

}


.contenedor h2{
    margin: 0 auto;
    padding-top: 20px;
    color:#424242;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;

}

.borde{
    margin-bottom: 20px;
}
.bor2{
    box-sizing: border-box;
    background-color: #f4f3ee;
    padding: 10px;
    border-radius: 5px;
}
.container img{
    margin-bottom: 20px;
}

.container p a {
	background-color: #f8f8ee;
	text-decoration: none;
	color: #424242;
	padding: 9px 20px;
	border: 1px solid #424242;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.container p a:hover {
	background-color: #3376bc;
	text-decoration: none;
	color: #fff;
	padding: 9px 20px;
	border: 1px solid #3376bc;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}


/*MODAL*/

.modal h3{
    margin-top: 5px;
}
.btn-ligth{
    float: right;
}
.btn-info {
    background-color: #f8f8ee;
    text-decoration: none;
    color: #424242;
    padding: 9px 20px;
    border: 1px solid #424242;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    text-align: center;

}

.btn-info:hover {
    background-color: #3376bc;
    text-decoration: none;
    color: #fff;
    padding: 9px 20px;
    border: 1px solid #3376bc;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.modal-footer{
    background-color: #171614;
}

.modal-footer img{
    margin: 0;
    padding: 0;
}

.modalCenter{
    top:50% !important;
    transform: translateY(-50%) !important;
}
/*FIN MODAL*/


/*INICIO NOSOTROS*/

.nosotros{
    margin: 0 auto;
    width: 85%;
}
.nosotros h2{
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.nosotros h3{

    font-family: 'Roboto', sans-serif;
}

.nosotros .nos{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #424242;
}

.nosotros p{
    font-size: 16px;
     font-family: 'Roboto', sans-serif;

}

.nosotros img{
    margin: 0 auto;
    text-align: center;
    width: 100px;
    height: 100px;
}

.nosotros .card{
    background-color: #f4f3ee;
    margin-top: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    padding-bottom: 20px;   
}

.circulo{
    margin: 0 auto;
    width: 150px;
    height: 150px;
    padding-top: 5px;
    border-radius: 100%;
    margin: 0 auto;
    background: rgba(255,255,255);
    background: radial-gradient(circle,rgba(46,141,255,1)0%,
     rgba(58,57,133,1)130%);
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    padding-bottom: 20px;   
}

.card{padding: 20px;}

.contenedorNosotros{
    width: 100%;
    background-color:#fff;
    padding-bottom: 20px;
}

/*FIN NOSOTROS*/

/*INICIO CONTACTO*/

#bloque-img{
    background: url(../img/img/parallax1.jpg) 100% 0 fixed;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.contactar .container{
    width: 70%;
}
.contacto button{
    background: #3376bc;
    display: block;
    width: 100px;
    height: 40px;
    border:none;
    color:#fff; 
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto;
    cursor: pointer;
}
.contactoInfo{
    margin: 0 auto;
}

.contactoInfo li{
    font-size: 20px;
    margin: 20px;
}

.contactoInfo span{
    margin-left: 5px;
    text-decoration: none;
}

.contactoInfo li a{
    margin-left: 5px;
    text-decoration: none;
}

.cont li i a{
    margin-left: 20px;
    text-decoration: none;
}


.contactoInfoRedes a{
    font-size: 60px;
}

.contactoInfoPersonal{
    list-style: none;
    margin-left: 20%;

}

.contactoInfoRedes{
    text-align: center;
    font-size: 30px;
}

.contactoForm{
    padding: 5%   ;
    margin:50px auto;
}

.contactoForm input[type='text'],
.contactoForm textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 20px;
    border: 1px solid #999;
    color: #999;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    outline: 0;

}


.nom{
    padding-top: 15px;
}

.btnEnviar{
    padding: 12px 30px;
    border: transparent;
    background: #173248;
    color: #fff;
    cursor: pointer;
    float: right;
    clear: both;
}

.container-fluid img{
    margin-top: 20px;
    margin-bottom: 30px;
}
.container{
    width: 100%;
    height: auto;
    padding: 20px 20px 35px 20px;
    background-color: #fff;
    border-radius: 7px;
}
.container h3{
    text-align: center;
}

.cont li{
    list-style: none;
    margin: 10px 0 10px 10%;
    font-size: 20px;

}


.formulario{
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.58);
    padding-bottom: 20px;   

}


.cont span{
    margin-left: 5px;
    
}

.cont a{
    text-decoration: none;
     margin-left: 5px;
     color:#000;
}

.icon1{
    color:#173248;
}

.icon{
    font-size: 35px;
    text-align: center;
    color:#173248;
}

.redesS{
    text-align: center;
}

.contactar{
    margin:0 auto;
    padding: 30px;
    width: 100%;
}
/*FIN CONTACTO*/

/*INICIO FOOTER*/
.footer{
    width: 100%;
    height: 130px;
    padding: 10px;
    background-color:#171614;
}

.iconos {
    font-size: 40px;
    margin-top:30px;
    color: grey;
    background-color:#171614;
    text-align: right;
    padding-right: 10px;
    float: right;
    text-decoration:none;
}

.iconos .uno .dos .tres .cuatro{
       text-decoration:none;
}


.iconos .uno:hover,
.dos:hover,.tres:hover, .cuatro:hover {
    font-size: 40px;
    color:#fff;
}


.jd{
    width: 100%;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #000;
    background-color: #171614;
}
.jd a{
    margin: 0 auto;
    color:#000;
    color: #fff;
    text-align: center;

}
/*FIN FOOTER*/

/*INICIO MEDIAQUERY*/
@media screen and (max-width:2500px){
    .nosotros .card{
    height: 450px;
}
@media (max-width:1115px){
    .nosotros .card{
    height: 500px;}

    .cont li{
    list-style: none;
    margin: 10px 0 10px 10%;
    font-size: 20px;

}

    #bloque-img{
    height: 650px;
}
}

@media (max-width: 991px){

       #bloque-img{
    height: 1000px;

}



@media screen and (max-width:600px){    

        .NoScroll{
        overflow-y: hidden;
    }

    .NavBarP-Logo img{
        margin-left: 20px;
    }
    .NavBarP-Logo{
        width: 100%;
        z-index: 99;
        position: fixed;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .NavBarP-Nav{
        width: 100%;
        padding-top: 50px;
        height: 100%;
        z-index: 97;
        position: fixed;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in-out;
    }
    .NavBarP-Nav > ul{
        padding-right: 0;
        text-align: center;
        height: 100%;
    }
    .NavBarP-Nav > ul > li{
        display: block;
    }
    .btn-menuMobile{
        position: fixed;
        margin-right: 20px;
        z-index: 100;
        top: 5px;
        margin-top:3px;
        right: 0;
        color: #fff;
        height: 50px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        font-size: 25px;
        transition: all .3s ease-in-out;
    }
    .btn-menuMobile:hover{
        color: #3376bc;
    }

    .banner-content h1{
    font-family: 'Lato', sans-serif;
    margin: 0;
    margin-top: 3%;
    padding: 0;
    font-size: 40px;
    text-align: center;
}

.banner-content h2{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 10%;
    font-size: 15px;
    text-align: center;
}

.contactar .container{
    width: 100%;
}

#bloque-img{

    height: 1050px;
}

}

@media screen and (max-width:599px){

        .NoScroll{
        overflow-y: hidden;
    }
    .NavBarP-Logo img{
        margin-left: 20px;
    }
    .NavBarP-Logo{
        width: 100%;
        z-index: 99;
        position: fixed;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .NavBarP-Nav{
        width: 100%;
        padding-top: 50px;
        height: 100%;
        z-index: 97;
        position: fixed;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in-out;
    }
    .NavBarP-Nav > ul{
        padding-right: 0;
        text-align: center;
        height: 100%;
    }
    .NavBarP-Nav > ul > li{
        display: block;
    }
    .btn-menuMobile{
        position: fixed;
        z-index: 100;
        margin-top:3px;
        top: 5px;
        padding-top:3px;
        right: 0;
        color: #fff;
        height: 50px;  
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        font-size: 25px;
        transition: all .3s ease-in-out;
    }
    .btn-menuMobile:hover{
        color: #fff;
    }

        .banner-content h1{
    font-family: 'Lato', sans-serif;
    margin: 0;
    margin-top: 5%;
    padding: 0;
    font-size: 40px;
    text-align: center;
}

.banner-content h2{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 15%;
    font-size: 15px;
    text-align: center;
}

#bloque-img{
    background: url(../img/img/parallax1.jpg) 100% 0 fixed;
    background-size: cover;
    width: 100%;
    height: 1050px;
}

.contactar .container{
    width: 100%;
}

}

@media(max-width: 409px){
    .footer{
    height: 190px;
    text-align: center;
    }
    .iconos {
    font-size: 40px;
    margin-top:8px;
    color: grey;
    background-color:#171614;
    text-align: center;
    padding-right: 10px;
    float: none;

}
}
@media(max-width:438px){
    .cont li{
    list-style: none;
    margin: 10px 0px;
    font-size: 16px;
}
}
/*FIN MEDIAQUERY*/

