@font-face{
    font-family:"Proxima Nova";
    src:url("../Fonts/Fonts/5596920/cc85d073-4dcf-4ecd-9804-40c34e631e2b.woff2") format("woff2"),
    url("../Fonts/Fonts/5596920/332136cf-33d0-43fb-97ee-49c7742489ff.woff") format("woff");
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    color: #1A335E;
    font-family: 'Montserrat';
    font-style: normal;
}
.navbar-toggler:focus, .navbar-toggler:active{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
header{
    border-bottom: 2px solid #1A335E;
}
nav{
    position: fixed;
    font-size: 13px;
}
.nav-item{padding-left: 20px;}
.navbar{
    padding: 3% 0 2%;
}
.nav-item .dropdown-item{
    color: #1A335E;
    font-size: 13px;
}
#dmenu a:focus, #dmenu a:active, #dmenu a:hover{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.title{
    font-family: 'Proxima Nova';
    font-style: normal;
}
.no-espacio{
    padding: 0;
    margin: 0;
}
.nav-link, .nav-link:hover{
    color: #1A335E;
}
.bg-blue{
    background: #1A335E;
}

.form-control{
    border-radius: 0;
    border-color:#D1DCE8;;
    background: #D1DCE8;
    margin-bottom: 4%;
    height: calc(2.8em + .75rem + 2px);
    padding:10px 15px;
}
.form-control:focus, .form-control:active{
    outline: none;
    border: 1px solid #D1DCE8;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


textarea{resize: none;}
#info-contacto h1{
    font-weight: 600;
    font-size: 60px;
    line-height: 105%;
}
#info-contacto{
    margin-top: 8%;
}
#info-contacto h3{
    font-size: 24px;
    line-height: 160%;
}
#info-contacto p{
    width: 80%;
    font-size: 14px;
    line-height: 22px;
}
.espacio{
    margin: 5% 0 7%;
    padding: 0;
}
button{
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #1A335E;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 85px;
    height: 35.5px;
}

button.button-contact{
    width: 100px;
    height: 40px;
}

button.button-contact:hover{
    color:white;
    background-color: #1A335E;
    transition: all 0.5s;
}

footer img{
    margin: 0 auto 7%;
}
footer{
    padding-top: 7%;
    color: #DADADA;
}
footer h4{
    font-size: 15px;
    line-height: 22px;
}
footer p{
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
footer ul{
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}
footer li{
    margin-bottom: 8%;
}
footer li a{
    color: #DADADA;
}
footer li a:hover, .nav-link:hover{
    color: #42ACDA;
}
footer img{
    width: 272px;
    height: 312px;
}
a:hover{text-decoration: none;}


/*Contacto Supplies*/
#info-contacto h2{
    font-weight: 600;
    font-size: 48px;
    line-height: 105%;
}
#info-contacto.cambio p{
    font-size: 18px;
    line-height: 200%;
}
#info-contacto.cambio{
    margin-bottom: 8%;
}
.espacio-info{
    margin: 8% 2% 0;
}
.no-style{
    list-style: none;
}
.no-style li::before{
    content: '•';
    margin-right: 4px;
}
.no-style li{
    font-size: 18px;
    line-height: 160%;
    width: 80%;
}
.titulo-info{
    font-size: 80px;
    line-height: 105%;
}
.texto{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 5%;
}
.espacio2{
    margin: 4% 0;
}
.col-6{padding: 0;}
.h-80{
    height: 95% !important;
}
.espacio-info h2{
    font-size: 70px;
    line-height: 105%;
    margin-bottom: 5%;
}

.divider{
    height:300px;
}
#section-thirteen h4{
    font-size: 30px;
    line-height: 118.7%;
    width: 70%;
    margin-top: 10%;
}
#section-thirteen .content{
    padding: 0;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#section-thirteen .item{
    float: left;
    width: 20%;
    margin: 0;
}
#section-thirteen{
    padding: 5% 7%;
}
.title-eq{
    font-weight: 600;
    font-size: 48px;
    line-height: 105%;
    width: 50%;
    margin-top: 1%;
}
.info{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #D1DCE8;
}
#info-bunk .texto{
    width: 90%;
    margin: 5% 0;
}


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

    .informacion-contacto{
        margin:50px 0;
    }

    .forma-contacto{
        margin:50px 0;
    }

}