@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.contenedor{
    max-width: 1200px;
    margin: 0 auto;
}
.ante-header{
    width: 100%;
    background: #2f3542;
    padding: 10px 0px;
}
.ante-header .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ante-header .contenedor i{
    color: #30c5f0;
    font-size: 12px;
}
.ante-header .contenedor p,span{
    color: #fafafa;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.content-header{
    height: 96vh;
    background:url(../images/fondo2.jpg) center center;
    background-size: cover;
}
.content-header .content-fondo{
    width: 100%;
    height: 96vh;
    background: rgba(0,0,0,0.6);
}
.content-header .nav-header{
    margin-top: -40px;
    background: rgba(0,0,0,0.9);
    width: 100%;
    position: fixed;
    padding: 10px 20px;
    transition: 0.1s ease-in-out;
}
.content-header .nav-header .contenedor img{
    height: 60px;
}


.content-header header{
    padding: 10px 0px;
    background: rgba(0,0,0,0.48);
background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(112,112,112,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.48)), color-stop(100%, rgba(112,112,112,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(112,112,112,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(112,112,112,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(112,112,112,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(112,112,112,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#707070', GradientType=0 );
}
.content-header header .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-header header .contenedor img{
    height: 80px;
}
.content-header header .contenedor .menu ul{
    display: flex;
    list-style: none;
}
.content-header header .contenedor .menu ul li{
    padding: 10px 0px;
}
.content-header header .contenedor .menu ul li a{
    text-decoration: none;
    color: #fafafa;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 15px;
    transition: 0.1s ease-in-out;
}
.content-header header .contenedor .menu ul li a:hover{
    border-bottom: 2px solid #ffe400;
    cursor: pointer;
}
.info-header{
    width: 100%;
    height: 70vh;
}
.info-header .contenedor{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info-header .contenedor p{
    width: 90%;
    text-align: center;
}
.info-header .contenedor h1{
    font-size: 2.3rem;
    color: #fafafa;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}
.info-header .contenedor p{
    color: #fafafa;
    padding: 10px 0px;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

.title{
    padding: 20px 0px;
    text-align: center;
}
.title .line-title{
    width: 100px;
    height: 2px;
    background: rgba(0,0,0,0.2);
    margin: 0 auto;
}
.title img{
    height: 18px;
}
.title h1{
    font-size: 2rem;
    color: #232323;
    padding: 5px 0px;
}

.acerca .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acerca .contenedor .foto{
    display: flex;
}
.acerca .contenedor .foto img{
    height: 420px;
}
.acerca .contenedor .info{
    width: 50%;
}
.acerca .contenedor .info h1{
    font-size: 2rem;
    padding: 12px 0px;
    color: #444444;
}
.acerca .contenedor .info p{
    padding: 5px 0px;
    letter-spacing: 0.2px;
    color: #747d8c;
}
.mision{
    padding: 60px 0px;
    background: #1f1f1f;
}
.mision .contenedor{
    display: flex;
    justify-content: space-between;
}
.mision .contenedor .item{
    width: 30%;
    text-align: center;
}
.mision .contenedor .item i{
    font-size: 3rem;
    color: #30c5f0;
}
.mision .contenedor .item h3{
    padding: 15px 0px;
    font-size: 1.2rem;
    color: #f8f8f8;
}
.mision .contenedor .item p{
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #fafafa;
}

.services{
    padding: 0px 0px;
}
.services .contenedor{
    display: flex;
    justify-content: space-between;
}
.services .contenedor .item{
    width: 18%;
    text-align: center;
}
.services .contenedor .item img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: cover;
}
.services .contenedor .item i{
    font-size: 2.5rem;
    color: #cacaca;
}
.services .contenedor .item h2{
    padding: 10px 0px;
    color:#1b1b1b;
    font-size: 1rem;
}
.services .contenedor .item  p{
    font-size: 14px;
}
.ventajas{
    margin: 40px 0px;
    width: 100%;
    background: url(../images/f1.jpg);
    background-size: cover;
}
.ventajas .cover{
    padding:40px 0px;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.8);
}
.ventajas .cover .contenedor h2{
    font-size: 2rem;
    color: #fafafa;
    padding: 10px 0px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.ventajas .cover .contenedor ul{
    padding: 20px 0px;
    list-style: none;
}
.ventajas .cover .contenedor ul li{
    padding: 8px 0px;
    font-size: 14px;
    color: #fafafa;
}
.ventajas .cover .contenedor ul li i{
    color: #30c5f0;
    font-size: 14px;
}
.contactos{
    padding: 20px 0px;
}
.contactos .contenedor{
    display: flex;
    justify-content: space-between;
}
.contactos .contenedor .left{
    width: 40%;
}
.contactos .contenedor .left p{
    padding: 10px 0px;
    color: #343434;
}
.contactos .contenedor .left p i{
    color: #30c5f0;
}
.contactos .contenedor .right{
    width: 35%;
}
.contactos .contenedor .right h2{
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #444444;
}
.contactos .contenedor .right form{
    padding: 10px 0px;
}
.contactos .contenedor .right form label{
    font-size: 14px;
    display: table;
     width: 100%;
     color: #343434;
     font-weight: 500;
}
.contactos .contenedor .right form input,textarea{
    width: 100%;
    resize: none;
    padding: 5px 10px;
    margin: 2px 0px;
    border: 1px solid rgba(0,0,0,0.2);
}
.contactos .contenedor .right form input:focus, textarea:focus{
    outline: 0;
    border: 1px solid rgba(0,0,0,0.4);
}
.contactos .contenedor .right form button{
    background: #30c5f0;
    color: #fafafa;
    border: 0px;
    padding: 10px 20px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    transition: 0.2s ease-in-out;
}
.contactos .contenedor .right form button:hover{
    cursor: pointer;
    background: #1c8dac;
}
.contactos .contenedor .left a{
    text-decoration: none;
    padding: 10px 0px;
    color: #343434;
}
footer{
    padding: 20px 0px;
    background: #161616;
}
footer .contenedor p{
    color: #fafafa;
    font-size: 12px;
    letter-spacing: 1px;
}
footer .contenedor a{
    color: #30c5f0;
    font-size: 12px;
}
.content-header header .contenedor .menu a#pull{
	display: none;
}
.btn-whatsapp {
    display:block;
    width:100px;
    height:80px;
    position: fixed;
    right:200px;
    bottom:10px;
    line-height:60px;
    text-align:center;
    z-index:999;
}
.btn-whatsapp img{
    height: 60px;
    
}
@media only screen and (max-width : 720px) {
    .ante-header{
        display: none;
    }
    .content-header{
        padding: 0px;
        margin: 0px;
    }
    .content-header header{
        background: rgba(0, 0, 0, 0.5);
        margin: 0px;
        padding: 0px;
	}
	.content-header header .contenedor{
		flex-direction: column;
		width: 100%;
        padding: 0px;
        margin: 0px;
	}
	.content-header header .contenedor img{
        text-align: center;
        height: 70px;
        margin: 10px 0px;
	}
    .content-header header .contenedor .menu {
    	flex-direction: column;
    	background: rgba(0, 0, 0, 0.5);
    	width: 100%;
        border-bottom: 0;
        height: auto;
    }
    .content-header header .contenedor .menu ul {
        display: none;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .content-header header .contenedor .menu ul li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px dotted rgba(255,255,255,.1);
        padding: 8px 0px;
    }

    .content-header header .contenedor .menu ul li a {
        width: 100%;  
        text-decoration: none;
    	color: #fafafa;
    	font-family: 'Open Sans';
    	font-weight: 400;
        padding: 10px 15px;
        text-align: left;
        text-indent: 25px;
        text-transform: uppercase;
        width: 100%;
    }
    .content-header header .contenedor .menu ul li a:hover{
    	background: transparent;
        color: #119DE6;
        border: 0px;
    }
	.content-header header .contenedor .menu ul li:hover{
		background-color: rgba(0,0,0,.1);
	}
    .content-header header .contenedor .menu a#pull {
    	padding: 10px 0px;
    	-ms-display: flex;
   		display: flex;
        background-color: #30c5f0;
        width: 100%;
        position: relative;
        align-items: center;
        color: #fafafa;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        padding-left: 10px;
    }
    .content-header header .contenedor .menu a#pull:after {
    	align-items: center;
        content:"";
        background: url('../images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .content-header .info-header .contenedor h1{
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
    }
    .content-header .info-header .contenedor p{
        font-size: 0.9rem;
    }
    .acerca{
        padding: 10px 0px;
    }
    .acerca .contenedor{
        flex-direction: column;
    }
    .acerca .contenedor .foto img{
        height: 300px;
    }
    .acerca .contenedor .info{
        width: 90%;
    }
    .mision{
        padding: 40px 0px;
    }
    .mision .contenedor{
        width: 95%;
        flex-direction: column;
    }
    .mision .contenedor .item{
        width: 100%;
        padding: 20px 0px;
    }
    .services{
        padding: 20px 0px;
    }
    .services .contenedor{
        flex-direction: column;
        width: 95%;
    }
    .services .contenedor .item{
        width: 100%;
        padding: 20px 0px;
    }
    .ventajas .cover{
        padding: 20px 0px;
    }
    .ventajas .cover .contenedor{
        width: 95%;
    }
    .ventajas .cover .contenedor h2{
        font-size: 1.2rem;
    }
    .ventajas .cover .contenedor ul{
        padding: 20px 0px;
    }
    .ventajas .cover .contenedor ul li{
        padding: 10px 0px;
    }
    .contactos{
        padding: 10px 0px;
    }
    .contactos .contenedor{
        flex-direction: column;
        width: 95%;
    }
    .contactos .contenedor .left{
        width: 100%;
        padding: 20px 0px;
    }
    .contactos .contenedor .right{
        width: 100%;
    }
    footer .contenedor{
        width: 95%;
    }
    footer .contenedor p{
        text-align: center;

    }
}