/*fuentes*/
@font-face{
    font-family: "trebuchetMS";
    src: url('fonts/trebuchetMS');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "bebasNeue";
    src: url('fonts/BebasNeue.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "WebSymbolsRegular";
    src: url('fonts/websymbols-regular-webfont.eot');
    src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/websymbols-regular-webfont.woff') format('woff'),
         url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0px;
    margin: 0px;
}

.icon{
    font-family: "WebSymbolsRegular";
}
html{
    scroll-behavior: smooth;
}

/*inicio del header*/
#header{
    width: 100%;
    height: 70px;
    background: black;
}
.logo{
    float: left;
    width: 150px;
    height: 40px;
    margin-left: 55px;
    margin-top: 23px;
    color: white;
}
.logo h3{
    color: white !important;
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-family:'Lora', sans-serif;
    text-decoration: none;
}
.logo > h3 > a{
    color: white;
    text-decoration: none;
}
#nav{
    float: right;
    height: 50px;
    margin-right: 140px;
}
#nav ul{
    list-style: none;
}
#nav ul li{
    float: right;
    line-height: 70px;
}
#nav ul li a{
    display: block;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-family: "TrebuchetMS";
}
#nav ul li:hover a{
    transform: scale(1.2,1.2);
}
/*fin del header*/

/*slider*/

.carousel-caption{
    
    width: 1100px;
    float: right;
    padding-left: 500px;
    top: 250px;
    box-sizing: border-box;
}
.carousel-caption h5{
    font-size: 56px;
}
.carousel-caption p{
    font-size: 24px;
}
.carousel-caption a{
    border-radius: 60px;
    padding: 10px;
    background: white;
    line-height: 1px;
}

/*CARDS*/
.central{
    width: 100%;
    min-height: 900px;
}

.tarjetas{
    width: 98%;
    margin-bottom: 120px;
    margin: 0px auto;
}
.tarjetas h1{
    text-align: center;
    margin: 0px auto;
    font-family:"TrebuchetMS";
    margin-top: 80px;
    font-size: 42px;
}
.tarjetas h3{
    display: block;
    text-align: center;
    margin: 0px auto;
    font-family:"TrebuchetMS";
    margin-top: 20px;
    margin-bottom: 30px;
}

.card_services{
    width: 25%;
    height: 420px;
    float: left;
    box-shadow: 0px 0px 1px black, 3px 5px 7px black;
    margin-left: 90px;
    margin-top: 30px;
}
.card_services img{
    width: 100%;
    height: 220px;
    padding: 0px;
}
.card_services h4{
    padding: 2px;
    color: black;
    font-family:"TrebuchetMS";
    font-size: 32px;
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
}

.card_services a{
    padding: 1px;
    cursor: pointer;
    font-size: 20px;
}
.card_services:hover{
    transform: scale(1.05,1.05);
}
.description{
    padding: 25px;
    text-align: center;
    font-family:sans-serif;
    padding-top: 0px;
}

/*FIN DE CARDS*/

/*link para pagina de calculo de tiempo*/
#tiempos{
    clear: both;
    background: url("../assets/img/fondo_tiempos.png");
    height: 750px;
    background-attachment:fixed;
    background-repeat: no-repeat;
}
.externo{
    clear: both;
    padding-top:100px;
    height: auto;
    margin-top: 150px;
}

.externo h2{
    margin-top: 80px;
    text-align: center;
    font-family:sans-serif;
    font-size: 40px;
    letter-spacing: 1px;
    color: white;
}

.description_externo{
    width: 50%;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-family:sans-serif;
    margin: 0px auto;
    color: white;
}
.link{
    width: 80%;
    height: 90px;
    border-radius: 10px;
    background: #030302;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 150px;
}
.link h2{
    text-align: center;
    line-height: 90px;
    font-size: 42px;

}
.link a{
    color: white;
    text-decoration: none;
    font-family: "bebasNeue";
    
}
.link:hover h2{
    transform: scale(1.1,1.1);
}

/*fin de link de pagina de calculo de tiempos*/

/*partners*/
.partners{
    width: 100%;
    height: 500px;
}
.partners-description{
    float: left;
    width: 60%;
    margin: 0px auto;
}
.partners-description h3{
    width: 80%;
    font-size: 42px;
    margin-top: 50px;
    margin-left: 100px;
    color: black;
    font-family: 'TrebuchetMS';
}
.partners-description p{
    margin-left: 100px;
    padding: 10px;
    font-family: 'TrebuchetMS';
    font-size: 25px;
    
}
.img{
    float: left;
}
.img img{
    float: right;
    width: 10%;
    padding: 10px;
    margin: 10px;
    margin-right: 80px;
    margin-top: 80px;
}

/*CONTACTO*/
.container_contact{
    width: 100%;
    background: url(../assets/img/fondo_contacto.png);
    height: 660px;
}

.container_contact h2{
    text-align: center;
    margin: 20px;
    font-family: sans-serif;
    font-size: 48px;
    color: white;
    letter-spacing: 2px;
    padding-top: 30px;
}
.container_contact h5{
    text-align: center;
    margin: 20px;
    font-family: sans-serif;
    font-size: 26px;
    color: white;
    letter-spacing: 2px;
    padding-top: 30px;
}

.form{
    width: 80%;
    height: 500px;
    margin: 0px auto;
    margin-left: 270px;
}

input[type='text'],
input[type='email']
{
    float: left;
    width: 26.2%;
    padding: 5px;
    height: 35px;
    margin-left: 10px;
    margin-top: 50px;
    box-sizing: border-box;
    
}
.textarea{
    width: 80%;
    max-width: 80%;
    min-height: 250px;
    max-height: 300px;
    margin-top: 20px;
    margin-left: 10px;
}
input[type='submit']{
    display: block;
    padding: 5px;
    margin:0px auto;
    margin-top: 10px;
    margin-left: 10px;
}

.email{
    width: 100%;
    color: white;
    text-align: center;
    margin: 0px auto;
}
/*footer*/
#footer{
    background:black;
    height: auto;
    width: 100%;
    color: white;
    overflow: hidden;
}
.logo_footer{
    float: left;
    width: 25%;
    height: 250px;
    text-align: center;
    color: black;
    font-family: "TrebuchetMs";
}
.footer_container{
    width: 50%;
    margin: 0px auto;
}
.nav_footer {
    width: 25%;
    text-align: center;
    color: black;
    font-family: "TrebuchetMs";
    margin: 0px auto;
    margin-top: 25px;
    padding: 10px;
    margin-bottom: 10px;
}
.nav_footer h4{
    margin-bottom: 10px;
    font-size: 26px;
    font-family: "TrebuchetMs";
}
.nav_footer ul{
    list-style: none;  
}
.nav_footer ul li{
    margin: 3px;
}
.nav_footer ul li a{
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-family: "TrebuchetMs";
}
.icon_footer{
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
}
.icon_footer .icon{
    float: left;
    width: 25%;
    font-size: 32px;
    cursor:pointer;
    
}
.description_footer{
    clear: both;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    
}
.description_footer p{
    padding-top: 20px;
    font-size: 20px;
   
}
