/*Globales*/

div.form-contact form input[type=text],
input[type=submit],
textarea {
    margin-bottom: 0px;
}

a.hover:hover {
    color: rgb(0, 0, 0);
}

hr#divisor.c {
    margin-top: 4px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #04c3cc;
}

ul.a {
    list-style-type: none;
    counter-reset: item;
}

ul.a li {
    counter-increment: item;
}

ul.a li:before {
    content: counters(item, ".");
    padding-right: 0.6em;
}
p.textop{
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 0px 0;
}


/*Contenedor principal*/

@media (min-width: 1025px) {
    /*web*/
    div.container.o {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        height: auto;
        width: 95%;
        margin-top: -15rem;
    }
}

@media (max-width: 1024px) {
    /*movil*/
    div.container.o {
        /* display: flex; */
        justify-content: space-around;
        align-items: flex-start;
        height: auto;
        width: 95%;
    }
}

/* .active {
    color: #3e5d9f;
    border-bottom: 2px solid #04c3cc;
    
} */


/*Menu*/

div.contenedormenu hr.menu-nav {
    margin-left: 1px;
    margin-top: -1px;
    padding: 0px;
}


/*Titulos*/

div.header-contacto {
    display: flex;
    flex-direction: column;
    /* padding-left: 8px; */
    margin-top: -29px;
}

h2.titulo-contacto {
    font-size: 24px;
    font-weight: bold;
    color: #4476b7;
    text-align: center;
}

p.sustitulo-contacto {
    font-size: 17px;
    font-weight: 700;
    color: #af5435;
    text-align: center;
    /* width: 300px; */
}

.img-contact img {
    width: 100%;
    /* height: 100%; */
    background-position: center center;
    background-size: cover;
}


/*Formulario*/

.form-contact form {
    display: flex;
    flex-direction: column;
}

.form-contact form input,
textarea,
select {
    border: none;
    color: black;
}

input.input-espacio:focus,
textarea:focus {
    outline: none;
}


/*Inicio de estilos de placehodlder*/

*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    font-size: 16px;
    font-weight: 700;
    color: #586270;
}

*:-moz-placeholder {
    /* Firefox anterior a 19 */
    font-size: 16px;
    font-weight: 700;
    color: #586270;
}

*::-moz-placeholder {
    /* Firefox 19 y superior */
    font-size: 16px;
    font-weight: 700;
    color: #586270;
}

*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    font-size: 16px;
    font-weight: 700;
    color: #586270;
}


/*Fin de estilos de placehodlder*/


/*Inputs del formualrio*/

input.form-input {
    height: 43px;
    padding-left: 8px;
    width: 325px;
}

div.contenedor-phonne {
    margin-top: 0px;
}

div.avisoprivacidad {
    display: flex;
    margin-bottom: 12px;
}

input.input-privacidad {
    width: 33px;
    height: 33px;
    margin-top: -1px;
    margin-bottom: 12px;
    border: none;
}

div.captcha {
    margin-bottom: 14px;
}

i.fa-envelope {
    font-size: 25px;
}

button.btn-send span {
    margin-left: 8px;
}


/*Columnas*/


/*@media only screen and (max-device-width: 1280px) and (min-device-width: 1026px){*/
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    .shark-1 {
        position: -webkit-sticky;
        /* position: sticky; */
        top: 0rem;
        width: 100%;
        background: #cecfcc;
    }
    .shark-3 {
        position: -webkit-sticky;
        position: sticky;
        top: 6rem;
        width: 100%;
    }
    div.seccion-contact {
        position: sticky;
        top: 6rem;
        background: #cecfcc;
        padding: 0px 25px;
        margin-bottom: 30px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 2.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 250%;
        margin-bottom: 10%;
    }

   

    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 2.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 250%;
        margin-bottom: 10%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 2.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 250%;
    }
    div.seccion-contact {
        position: sticky;
        top: 6rem;
        background: #cecfcc;
        padding: 0px 25px;
        margin-bottom: 30px;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.input-espacio, textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
        margin-bottom: 2%;
    }
    span.aviso-texto {
        width: 100%;
        padding-left: 8px;
        font-size: 17px;
        font-weight: 700;
        color: #54565a;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
/*version web*/

@media only screen and (max-device-width: 3500px) and (min-width: 1025px) {
    /*version web*/
    .shark-1 {
        position: -webkit-sticky;
        position: sticky;
        top: 6rem;
        width: 25%;
    }
    .shark-3 {
        position: -webkit-sticky;
        position: sticky;
        top: 6rem;
        width: 55%;
    }
    div.seccion-contact {
        position: sticky;
        top: 6rem;
        background: #cecfcc;
        padding: 0px 25px;
        margin-bottom: 30px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 180%;
        margin-bottom: 10%;
    }

   

    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 180%;
        margin-bottom: 10%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 180%;
        margin-bottom: 10%;
    }

    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 180%;
        margin-bottom: 10%;
    }
    select.lada-position.input-espacio {
        position: absolute;
        top: 0px;
        height: 43px;
        width: 104px;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    /*Contacto*/
    hr.nav-color {
        margin-left: -24px;
        margin-top: -1px;
        padding: 0px 24px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    /*secciones*/
    div.contenedormenu {
        background-color: #cecfcc;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 20px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 20px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 22px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 325px;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 325px;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 209px;
        height: 43px;
        margin-left: 115px;
    }
    button.btn-send {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px;
        width: 325px;
    }
    /*Imagen*/
    .img-contact {
        width: 225px;
        margin: 14px 28px 14px 55px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 60%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 60%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -7%;
        line-height: 30px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -5%;
        width: 100%;
        height: 80%;
    }
    b.texto {
        color: white;
        line-height: 48px;
        font-size: 45px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}


/*version web*/




/*version web*/

@media only screen and (max-device-width: 1024px) and (min-device-width: 821px) {
    /*suface pro 7*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 250%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
        /* padding-right: 22rem; */
    }
    div.contmenu-responsive{
        padding-right: 27rem;
    }

    div.contenedormenu hr.menu-nav {
        /* padding-right: 22rem; */
    }
    div.contmenu-responsive hr.menu-nav {
        padding-right: 27rem;
    }
    span.aviso-texto {
        width: 100%;
        padding-left: 8px;
        font-size: 17px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 25px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 21px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 50%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 50%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        /* margin-left: -2%; */
        /* margin-top: 2%; */
        line-height: 54px;
        font-size: 27px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -8%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 48px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}


/*inicia lo movil*/


/*@media only screen and (max-device-width: 301px) and (min-device-width: 200px){

  }*/

@media only screen and (max-device-width: 820px) and (min-device-width: 769px) {
    /*ipad air*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 250%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }

    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
        /* padding-right: 14rem; */
    }
    div.contmenu-responsive{
        padding-right: 20rem;
    }

    
    div.contenedormenu hr.menu-nav {
        /* padding-right: 14rem; */
    }
    div.contmenu-responsive hr.menu-nav{
        padding-right: 20rem;
    }

    span.aviso-texto {
        width: 100%;
        padding-left: 8px;
        font-size: 17px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 25px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 21px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 50%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 50%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        /* margin-left: -2%; */
        /* margin-top: 2%; */
        line-height: 54px;
        font-size: 27px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -8%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 48px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 768px) and (min-device-width: 541px) {
    /*ipad mini*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 251%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 250%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }

    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
        /* padding-right: 8rem; */
    }
    div.contmenu-responsive{
        padding-right: 14rem;
    }

    div.contenedormenu hr.menu-nav {
        /* padding-right: 8rem; */
    }
    div.contmenu-responsive hr.menu-nav{
        padding-right: 14rem;
    }


    span.aviso-texto {
        width: 100%;
        padding-left: 8px;
        font-size: 17px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 25px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 21px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 50%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 50%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        /* margin-left: -2%; */
        /* margin-top: 2%; */
        line-height: 54px;
        font-size: 27px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -11%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

.s {
    width: 40%;
}

@media only screen and (max-device-width: 540px) and (min-device-width: 415px) {
    /*surface duo*/
    /*@media all and (max-width: 540px) {*/
    /*version movil*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
        /* padding-right: 4rem; */
    }
    div.contenedormenu hr.menu-nav {
        /* padding-right: 4rem; */
    }
    span.aviso-texto {
        width: 100%;
        padding-left: 12px;
        font-size: 18px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 18px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 18px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 60%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 60%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -2%;
        line-height: 30px;
        font-size: 19px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -13%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 414px) and (min-device-width: 413px) {
    /*iphone xr*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
    }
    div.contenedormenu hr.menu-nav {
        padding: 0px;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 14px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 17px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 100%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 100%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -11%;
        line-height: 30px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -15%;
        height: 27%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 412px) and (min-device-width: 394px) {
    /*galaxy s20 ultra y a51/71 */
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
    }
    div.contenedormenu hr.menu-nav {
        padding: 0px;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 14px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 17px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 100%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 100%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -11%;
        line-height: 30px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -15%;
        height: 27%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 393px) and (min-device-width: 391px) {
    /*pixel 5*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
    }
    div.contenedormenu hr.menu-nav {
        padding: 0px;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 14px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 16px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 100%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 100%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -11%;
        line-height: 30px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -15%;
        height: 27%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 390px) and (min-device-width: 376px) {
    /*iphone 12 pro*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
    }
    div.contenedormenu hr.menu-nav {
        padding: 0px;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 14px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 16px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 100%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 100%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -11%;
        line-height: 30px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -17%;
        height: 27%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 375px) and (min-device-width: 361px) {
    /*iphone se*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
    }
    div.contenedormenu hr.menu-nav {
        padding: 0px;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 14px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 16px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 100%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 100%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -11%;
        line-height: 30px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -18%;
        height: 27%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 360px) and (min-device-width: 281px) {
    /*galaxy s8*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
        padding-left: 8px;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
    }
    div.contenedormenu hr.menu-nav {
        padding: 0px;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 14px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 16px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 100%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 100%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -11%;
        line-height: 30px;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -21%;
        height: 27%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}

@media only screen and (max-device-width: 280px) and (min-device-width: 200px) {
    /*galaxy fold*/
    .container.o {
        flex-direction: column;
    }
    .item shark-1 {
        width: 100%;
        order: 1;
    }
    .s {
        width: 100%;
        order: 3;
    }
    .seccion-contact {
        width: 100%;
        order: 2;
        background: #cecfcc;
        padding: 0px 10px;
        margin-bottom: -13px;
    }
    section#s1.s1 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    img.sizeimagen {
        width: 100%;
    }
    section#s2.s2 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s3.s3 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s4.s4 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s5.s5 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s6.s6 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s7.s7 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s8.s8 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#s9.s9 {
        height: auto;
        font-size: 1.5rem;
        font-weight: 700;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    section#contactoevt.contactoevt {
        height: auto;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: white;
        padding-right: 2%;
        padding-left: 2%;
        width: 100%;
    }
    select.lada-position.input-espacio {
        height: 43px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #586270;
    }
    hr.nav-color {
        margin-left: -11px;
        margin-top: -1px;
        padding: 0px 11px;
        width: 100%;
        height: 17px;
        background-color: #4476b7;
    }
    div.contenedormenu {
        background-color: #cecfcc;
        width: 100%;
    }
    div.contenedormenu hr.menu-nav {
        padding: 0px;
    }
    span.aviso-texto {
        width: 289px;
        padding-left: 8px;
        font-size: 15px;
        font-weight: 700;
        color: #54565a;
    }
    b.letraboton {
        font-size: 14px;
        color: white;
        float: left;
        margin-left: 3%;
    }
    b.letranegra {
        font-size: 16px;
        color: #444;
    }
    b.letratitulos {
        font-size: 25px;
        color: #3e5d9f;
    }
    div.form-contact form input.input-espacio,
    textarea {
        margin-bottom: 12px;
        font-size: 16px;
        width: 100%;
    }
    textarea.mensaje-transform {
        height: 140px;
        width: 100%;
        color: black;
    }
    div.form-contact form input.phone-position {
        width: 100%;
        height: 43px;
        margin-top: 12px;
    }
    button.btn-send {
        font-size: 19px;
        margin-top: 1%;
        font-weight: 700;
        margin-bottom: 16px;
        width: 100%;
    }
    .img-contact {
        width: 100%;
        margin: 11px 18px 10px -1px;
        overflow: hidden;
    }
    a.btn.sizeazulmarino {
        margin-bottom: 1%;
        background-color: #3e5d9f;
        width: 100%;
    }
    a.btn.sizeazul {
        margin-bottom: 1%;
        background-color: #04c3cc;
        width: 100%;
    }
    li.menuscroll {
        list-style: none;
        font-weight: 700;
        margin-left: -11%;
        line-height: 30px;
        padding-right: 3%;
    }
    /****estios de slider*****/
    .img2 {
        margin-top: -7%;
        width: 100%;
    }
    b.texto {
        color: white;
        line-height: 28px;
        font-weight: 400;
        font-size: 17px;
    }
    p.margen {
        margin-top: -33px;
    }
    /****fin estios de slider*****/
}


/*  @media only screen and (max-width: 300px) and (min-width: 200px){

    
  }
 */