@import url(normalize.css);

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

* {
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
    height: 100px;
}

textarea,
input,
button {
    outline: none;
}

a {
    color: #444;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {}

button,
button:active,
button:focus,
input[type="submit"] {
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: none;
}


img {
    max-width: 100%;
}

/* Layout */

body {
    background: #fff;
    color: #444;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    width: 100%;
    display: block;
    /* text-align: center; */
    /* padding: 100px; */
}

p {
    text-align: justify;
}

ul {
    padding: 0 0 0 20px;
}

li {
    margin: 0 0 1em 0;
}

header {
    background: #fff;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: font-size 0.3s, height 0.3s;
    -webkit-transition: font-size 0.3s, height 0.3s;
    -moz-transition: font-size 0.3s, height 0.3s;
    padding: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
}

header.small {
    height: 50px;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
    padding: 0;
}

h1 {
    font-size: 1.3em;
    margin: 0 auto 5px;
    display: block;
    /* clear: both; */
    width: 100%;
}

h2 {
    font-weight: 500;
    font-size: 24px;
    display: block;
    clear: both;
    margin: 8px 0 0;
    color: #14546c;
}

#pull,
.btn-menu {
    display: none;
}

.der {
    float: right;
    margin: 0 0 30px 30px;
}

.izq {
    float: left;
    margin: 0 30px 30px 0;
}

/* header */

#top {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
}

.sop-header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 0;
}

a.logo {
    margin: 0;
    float: left;
}



.logo img {
    max-height: 130px;
    transition: all 0.3s ease;
}

.small .logo img {
    max-height: 50px;
}

header nav {
    font-weight: 400;
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    transition: all 0.3s ease;
    height: 90px;
}

header.small nav {
    height: 65px;
    padding: 0;
    margin: 0;
}

header nav a {
    padding: 0 24px;
    margin: 0;
    color: #14546C;
    font-size: 16px;
    font-weight: 500;
    height: 70px;
    line-height: 70px;
}

header nav a:last-child {
    border-right: none;
}

header nav a:hover,
header nav a.active {
    color: #4f98b1;
}

header.small nav a {
    height: 50px;
    line-height: 50px;
}

a.btn-contacto {
    background: #14546C;
    color: #fff;
    padding: 8px 42px;
    border-radius: 8px;
}

a.btn-contacto:hover {
    background: #4f98b1;
}

/* Slider */

.wrap-slider {
    margin: 50px 0 0 0;
    z-index: 1;
    display: block;
    position: relative;
}



/* Interior */

#wrap-interior {
    display: block;
    max-width: 1240px;
    padding: 100px 20px 50px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}

#wrap-interior h1 {
    text-align: left;
    font-weight: 500;
    font-size: 34px;
    color: #14546c;
}

#wrap-interior h3 {
    font-weight: 400;
    padding: 20px 0 0;
    margin: 0;
}

#wrap-interior p {
    line-height: 1.6em;
    font-weight: 400;
}

#slider-1 {
    max-width: 1200px;
    margin: 150px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
}

#slider-1 img {
    float: right;
}

#slider-1 .txt-slide {
    float: left;
    max-width: 570px;
}

#slider-1 .txt-slide span {
    font-size: 30px;
    font-weight: 300;
    color: #4f98b1;
    max-width: 610px;
}

#slider-1 .txt-slide span strong {
    font-weight: 600;
    color: #14546C;
}

a.btn-vermas {
    display: block;
    clear: both;
    background: #14546c;
    color: #fff;
    padding: 12px 42px;
    border-radius: 8px;
    max-width: fit-content;
    margin: 50px auto;
}

a.btn-vermas:hover {
    background: #4f98b1;
}


#cont-logos {
    max-width: 1200px;
    margin: 20px auto 0;
}

.slick-slide img {
    display: block;
    max-height: 50px;
    width: auto !important;
    opacity: .7;
    filter: grayscale(1);
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    padding: 0 20px;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}

.slick-dots {
    bottom: -35px;
}

.cont-w-logos {
    background: #F5F5F5;
    padding: 40px 20px;
    width: 100%;
    overflow: hidden;
}

.txt-logos {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
    font-weight: 500;
}

.slick-prev:before,
.slick-next:before {
    color: #444;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


/* Destacados */
#wrap-destacados {
    margin: 100px 0;
}

.cont-destacados {
    max-width: 1150px;
    margin: 0 auto;
}

.cont-destacados h2 {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    color: #14546C;
    margin: 0 0 32px;
}

.seguros-destacados {
    display: flex;
    justify-content: space-between;
}

.item-seg-dest {
    max-width: 335px;
}

.tit-seg {
    font-size: 24px;
    font-weight: 700;
    margin: -20px 0 0 0;
    display: block;
    color: #14546C;
}

.item-seg-dest a.btn-vermas {
    margin: 32px auto;
    padding: 6px;
    text-align: center;
    background: #fff;
    border: 1px solid #14546c;
    color: #14546c;
    font-weight: 600;
    width: 150px;
    max-width: none;
}

.item-seg-dest a.btn-vermas:hover {
    color: #fff;
    background: #14546c;
}

/* Contacto */
::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #fff;
}

::placeholder {
    color: #fff;
}

#wrap-contacto {
    display: flex;
    align-items: center;
    width: 100%;
}

.cont-form-foot {
    width: 45%;
}

.con-form h1 {
    font-size: 40px;
    font-weight: 300;
}

.cont-form-foot h2 {
    font-size: 40px;
    font-weight: 500;
    color: #14546C;
    text-align: center;
}

.cont-form {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    /* max-width: 450px; */
    float: none;
    margin: 16px auto 0;
}

.cont-contacto .sop-form {
    width: 100%;
    float: left;
    font-size: 18px;
}

.cont-form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cont-form label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
}

input,
textarea {
    width: calc(100% - 100px);
    border: 1px solid #D2D2D2;
    background: #F0F0F0;
    padding: 8px;
    border-radius: 8px;
}

.med-col {
    width: 50%;
    float: left;
}

.full-col {
    width: 100%;
    display: block;
    clear: both;
}

.cont-form ul input[type="submit"] {
    background: #14546C;
    color: #fff;
    width: 250px;
    float: right;
    display: block;
    padding: 16px 0;
    margin: 0 10px;
    font-weight: 500;
    border-radius: 8px;
}

.cont-form ul input[type="submit"]:hover {
    background: #4f98b1;
}

.full-col div {
    clear: both;
    padding: 20px;
    float: none;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #222;
}

#html_element {
    float: right;
    margin: 0 0 1em;
}

iframe#mapa {
    width: 100%;
    min-height: 500px;
    margin: 30px 0 50px;
    border: none;
}

.sop-img a img {
    max-width: 290px;
    margin: 0 0 16px;
}

.cont-galeria {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

footer {
    width: 100%;
    min-height: 215px;
    color: #595959;
    padding: 50px 0;
    background: #F5F5F5;
    border-radius: 100px 0px 0 0px;
}

.cont-footer {
    max-width: 1150px;
    margin: 0 auto;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-footer a {
    color: #fff;
}

.cont-footer a:hover {
    color: #dc781c;
}

.cont-footer .cont-datos div {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

.cont-footer .cont-datos div i {
    font-size: 24px;
    width: 30px;
    color: #4f98b1;
    margin: 0 8px 0 0;
}

.cont-txt-foot {
    padding: 0 5% 0 0;
    max-width: 50%;
}

span.tit-foot {
    display: block;
    color: #14546C;
    font-size: 24px;
    margin: 0 0 16px 0;
    text-align: right;
}

span.subtit-foot {
    text-align: right;
    display: block;
    font-size: 24px;
    color: #4f98b1;
}

.cont-txt-foot p {
    margin: 32px 0;
}

.cont-seguros {
    max-width: 670px;
}

.img-seg {
    max-width: 500px;
    width: 100%;
}

.accordion {
    background-color: #f5f5f5;
    color: #14546c;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 0 8px 0;
}

.accordion:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    display: block;
    float: right;
    color: #979797;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: all ease .3s;
}

.accordion.active:before {
    transform: rotate(180deg);
}

.panel ul {
    /* padding: 0 0 8px 16px; */
}

.panel ul li {
    margin: 0 0 .5em 0;
}

.active,
.accordion:hover {}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #fbfbfb;
    margin: 0;
}

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

    header,
    header.small {
        height: 40px;
    }

    .wrap-slider {
        margin: 41px 0 0 0;
    }



    a.logo {
        margin: 0 0 0 20px;
        z-index: 10;
        position: relative;
    }

    .logo img,
    .small .logo img {
        max-height: 35px;
    }



    .der,
    .izq {
        float: none;
        margin: 20px auto;
    }



    #pull {
        display: block;
    }

    #pull {
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        float: right;
    }

    #pull span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #7b7b7b;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        top: 0;
    }

    #pull span:nth-child(1) {
        top: 5px;
    }

    #pull span:nth-child(2) {
        top: 15px;
    }

    #pull span:nth-child(3) {
        top: 25px;
    }

    #pull.open span:nth-child(1) {
        top: 13px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #pull.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #pull.open span:nth-child(3) {
        top: 13px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #cssmenu {
        width: 100%;
        background: #14546c;
        position: absolute;
        top: 40px;
        display: none;
        padding: 0;
        height: auto;
    }

    #cssmenu a,
    #cssmenu a:hover,
    #cssmenu a:active {
        display: block;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 15px 10px;
        color: #fff;
        font-size: 16px;
        height: auto;
        line-height: 1.4em;
    }

    #cssmenu a:last-child {
        border-bottom: none;
    }

    #wrap-destacados {
        padding: 20px;
    }

    .cont-dest-indx {
        margin: 0;
        display: block;
    }

    .item-dest-indx {
        width: 100%;
        max-width: 370px;
        margin: 0 auto 30px;
        display: block;
    }

    .cont-bnr-reserva {
        display: block;
        text-align: center;
    }

    #btn-bnr-reserva {
        margin: 30px auto;
        float: none;
        font-size: 24px;
    }

    #wrap-bienvenidos {
        min-height: 300px;
    }

    .txt-bnr .tit-bnr {
        font-size: 30px;
    }

    .txt-bienv {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        float: none;

    }

    .txt-bienv h1 {
        font-size: 24px;
        text-align: center;
    }

    .txt-bienv p {
        text-align: center;
    }

    .cont-galeria h1 {
        font-size: 24px;
    }

    .cont-footer {
        display: block;
        padding: 0 20px;
    }

    #wrap-contacto {
        display: block;
        padding: 0;
        min-height: auto;
        overflow: hidden;
    }

    .cont-contacto .sop-form,
    .cont-contacto .sop-datos {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    #wrap-interior h1 {
        font-size: 30px;
    }

    #wrap-interior h2 {
        font-size: 24px;
    }

    #slider-1 {
        display: block;
        padding: 20px;
        margin: 50px 0;
        overflow: hidden;
    }

    #slider-1 .txt-slide {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .img-slider {
        float: none;
        margin: 0 auto;
        clear: both;
    }

    #slider-1 .txt-slide span {
        font-size: 18px;
    }

    .cont-destacados h2 {
        font-size: 24px;
    }

    .seguros-destacados {
        display: block;
    }

    .item-seg-dest {
        margin: 0 auto 16px;
    }

    #wrap-interior {
        padding: 50px 20px 20px;
    }
}

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

    .med-col,
    .sop-form ul input,
    .sop-form ul textarea {
        width: 100%;
    }

    .cont-txt-bajada span {
        font-size: 18px;
    }

    a.btn-contacto {
        display: none;
    }

    .cont-txt-foot,
    .cont-form-foot {
        max-width: 100%;
        width: 100%;
    }
}