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

}

.header{
    width: 100%;
    background-color:#fff;
}

.slide{
    background-image: url("../img/back_arroyo.jpg");
    width: 100%;
    height: 260px;
}

.slide2{
    background-image: url("../img/back_arroyo.jpg");
    width: 100%;
    height: 100px;
}


h2{

    font-size:43px;
    color: #fff;
    font-family: 'ageregular';
    text-align: center;
    /*text-shadow: 2px 2px #000;*/
    margin: 30px 0 0 0;
    letter-spacing: -0.03em;
    line-height: 1.1em;
    text-shadow: 0 2px 5px #191c21;
    -webkit-font-smoothing: antialiased;
}

h3{
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    color: #062E3D;
}

h4{
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    color: #139EC7;
    text-align: center;
}


h6{
    font-size: 24px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    color: #139EC7;
    text-align: center;
}

.link{
    font-size: 14px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    color: #002D3E;
}

.link:hover{
    color: #139EC7;
}

.privacidad{
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    color: #139EC7;
    position: relative;
    top: 50px;
}



.boton_contacto{
    background-color: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    left: 118px;
    top: 20px;
    width: 50%;
    height: 50px;
}


.boton_contacto2{
    background-color: transparent;
    border: 2px solid #139EC7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 50%;
    height: 50px;
    color:#139EC7;
    font-family: 'ageregular';
}

.boton_contacto2:hover{
    background-color: #139EC7;
    border: 2px solid #139EC7;
    color:#fff;
    font-family: 'ageregular';
}

.color_icon{
    color:#fff;
}

.ancla{
    font-size: 10px;
}

.txt {
    font-size: 11px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #7F8184;

}



.txteu {
    font-size: 14px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #7F8184;

}

.txt_w {
    font-size: 20px;
    font-family: 'ageregular';
    text-align: center;
    position: relative;
    bottom: 10px;

}

.txtw2 {
    font-size: 11px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;

}

.txt_w {
    font-size: 20px;
    font-family: 'ageregular';
    text-align: center;
    position: relative;
    bottom: 10px;

}

.footer{
    width: 100%;
    background-color: #002D3E;
    padding: 30px 0 0 0;
}

.content{
    width: 100%;
    background-color: #fff;
    padding: 20px 0 20px 0;

}

.footop{
    background-color: transparent;
    padding: 5px 0 5px 0;
    background-color: #eee;
    position: relative;
    top: -30px;
}




.iconn{
    position: relative;
    left: 100px;
}

