body {
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    background-color: #1930464d;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.debug {
    border: 1px solid red !important;
}

.carousel {
    width: 100%;
}

#logotipo {
    margin-left: 150px;
    width: auto;
    height: 70px;
}

nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-right: 150px;
}

nav ul li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 40px;
    padding-right: 0;
}

.fondo_home {
    color: #FFF;
    background-image: url("../../assets/images/fondo_home.png");
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    align-items: center;
    display: flex;
    text-align: center;
}

.fondo_home p {
    font-size: 1.8rem;
    width: fit-content;
    padding: 20px;
    background-color: #d9d9d955;
    border-radius: 20px;
}
.fondo_home div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fondo_home div h1 {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: normal;
    width: 60%;
}

.el_estudio h2 {
    display: flex;
    flex-direction: column;
    color: #D83742;
    font-size: 40px;
    margin-left: 150px;
    margin-top: 111px;
    margin-bottom: 35px;
}

.hijo_estudio p {
    margin-top: 0;
}

.texto_el_estudio {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    text-align: justify;
    margin-right: 150px;
}

.imagen_home {
    margin-left: 150px;
    padding-top: 0px;
    margin-top: 0px;
}

.imagen_home img {
    width: 297px;
}

.hijo_frase {
    text-align: center;
    color: #D83742;
    font-size: 24px;
}

.hijo_frase h3 {
    font-weight: 500;
    padding-bottom: 136px;
}

.fondo_servicios {
    background-image: url("../../assets/images/fondo_servicios.png");
    background-size: cover;
    width: 100%;
}

.article_container {
    background-color: #D9D9D9;
    width: 220px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 180px;
}

.article_container img {
    padding-bottom: 30px;
}

.article_container h3 {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.servicios {
    display: flex;
    justify-content: space-around;
    margin-left: 150px;
    margin-right: 150px;
    align-items: center;
    flex-direction: column;
}

.primera_fila {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 50vh;
}

.segunda_fila {
    height: 50vh;
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-around;
    align-items: center;
}

.servicios .article_container .texto {
    max-height: 0;
    overflow: hidden;
    text-align: center;
    transition: 1s all;
    font-size: 14px;
}

.servicios .article_container:hover .texto {
    max-height: 400px;
}

#editorial {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}

.editorials-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    padding: 0 100px;
}

#editorial h2 {
    color: #D83742;
    font-size: 40px;
    text-align: center;
    padding-top: 90px;
    margin: 0px;
    padding-bottom: 46px;
}

#editorial > a:nth-child(-n+3) {
    border: 1px solid red;
}

#editorial a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 40%;
    font-family: 'Quicksand', sans-serif;
    color: #000;
}

#editorial a:hover {
    text-decoration: underline;
}

#editorial img {
    width: 325px;
    height: 325px;
    border-radius: 24px;
    margin-bottom: 20px;
}

.contacto {
    background: url("../../assets/images/fondo_contacto.png");
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

.contacto h2 {
    color: #D83742;
    font-size: 40px;
    margin-top: 0px;
    padding-top: 163px;
    margin-left: 151px;
    padding-bottom: 27px;
    margin-bottom: 0px;
}

.conteiner_datos {
    margin-right: 0;
    color: white;
    margin-right: 200px;
}

.conteiner_contacto {
    display: flex;
    flex-direction: row;
    margin-left: 151px;
    margin-right: 151px;
    justify-content: space-between;
}

.conteiner_formulario {
    width: 50%;
}

.conteiner_formulario form {
    width: 100%;
}

input::placeholder {
    color: black;
    font-family: 'Quicksand', sans-serif;
}

input {
    border-radius: 24px;
    background: #eee;
    border: none;
    padding: 10px;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 0;
    box-sizing: unset;
}

input#nombre,
input#apellido,
input#telefono,
input#e-mail {
    width: 45%;
    /* box-sizing: border-box; */
}
input#nombre,
input#telefono{
margin-right: 1%;
}
input#e-mail ,
input#apellido {
    margin-left: 1%;
}

.formulario {
    box-sizing: border-box;
}

input#e-mail {
    /* width: 95%; */
}

.g-recaptcha{
    width: 50%;
}
form input.error ,
form textarea.error ,
.g-recaptcha>div.error {
    border: 1px solid red;
}

textarea#mensaje {
    border-radius: 24px;
    background: #eee;
    font-family: 'Quicksand', sans-serif;
    padding: 10px;
    border: none;
    width: 100%;
    height: 248px;
    font-size: 16px;
    margin-bottom: 0;
}

textarea::placeholder {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.boton_enviar[disabled] {
    background: #cfa0a3;
}
.boton_enviar {
    border-radius: 24px;
    background: #D83742;
    border: none;
    width: 20%;
    height: 50px;
    font-size: 16px;
    color: white;
    /* margin-top: 18px; */
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.btnSbmt{

}
.conteiner_informacion {
    display: flex;
    flex-direction: column;
}

.conteiner_informacion .iconos_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.conteiner_informacion .iconos_info img {
    margin-right: 20px;
    margin-left: 5px;
}

.conteiner_informacion .iconos_info.ubicacion img {
    margin-right: 10px;
}

.solo_iconos img {
    margin-right: 10px;
    margin-left: 8px;
}

.solo_iconos {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer {
    background-color: #193046;
}

footer p {
    margin: 0px;
    color: white;
    text-align: center;
    height: 69px;
    padding-top: 26px;
}

.raca {
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.raca a {
    text-decoration: none;
    color: #fff;
}

#menu {
    transform: translateX(100%);
    background: #19415e;
    z-index: 999;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100vh;
    font-size: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transition: transform 1s;
    line-height: 2;
    white-space: nowrap;
}

#menu a {
    text-decoration: none;
    color: #fd1d2d;
    font-weight: bold;
    font-size: 25px;
    white-space: nowrap;
}

#menu a:hover {
    text-decoration: none;
    color: inherit;
}

#menu nav ul li a {
    vertical-align: top;
}

#menu .logo {
    padding: 45px 45px;
}

#menu .logo img {
    height: 150px;
    width: auto;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 100px 50px;
}

#menu ul li {
    margin-bottom: 25px;
    transform: translateX(100%);
}

#menu.open {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    width: 100%;
}

#menu h6 {
    padding: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}

#menu.open ul li {
    transform: translateX(0%);
}

/* transition open menu de .8seg */
#menu.open ul li#home_btn {
    transition: transform 0s;
}

#menu.open ul li#about-us_btn {
    transition: transform .8s;
}

#menu.open ul li#services_btn {
    transition: transform 1s;
}

#menu.open ul li#clients_btn {
    transition: transform 1.2s;
}

#menu.open ul li#contact_btn {
    transition: transform 1.4s;
}

.menu_open {
    height: 100vh !important;
    overflow: hidden;
}

.hamburger {
    display: none;
    cursor: pointer;
    width: 32px;
    height: 26px;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    margin-left: auto;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #fff;
    position: absolute;
    right: 0;
    width: 30px;
    height: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform, opacity;
}

.hamburger-inner::before {
    top: 7px;
}

.hamburger-inner::after {
    top: 14px;
}

.hamburger.open .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 7px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 7px, 0) rotate(45deg);
    -o-transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger.open .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -14px, 0) rotate(-90deg);
    -ms-transform: translate3d(0, -14px, 0) rotate(-90deg);
    -o-transform: translate3d(0, -14px, 0) rotate(-90deg);
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.hamburger.open .hamburger-inner::before {
    transform: translate3d(0, -7px, 0) rotate(90deg);
    -webkit-transform: translate3d(0, -7px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -7px, 0) rotate(90deg);
    -ms-transform: translate3d(0, -7px, 0) rotate(90deg);
    -o-transform: translate3d(0, -7px, 0) rotate(90deg);
}

.carosel-item-son {
    border: 1px solid red;
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

@media (max-width: 475px) {
    .g-recaptcha{
        width: 100%;
    }  
}  
@media (max-width: 1100px) {
    .g-recaptcha{
        width: 100%;
    }    
    .editorials-container {
        flex-flow: column nowrap;
        align-items: center;
        width: 100%;
    }

    .editorials-container a {
        margin-bottom: 30px;
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }

    #editorial a {
        width: 90%;
    }

    .primera_fila {
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100vh;
    }

    .segunda_fila {
        height: 70vh;
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .hamburger {
        display: inline-block;
    }

    header {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px;
        box-sizing: border-box;
    }

    #logotipo {
        margin-left: 0;
        width: auto;
        height: 50px;
    }

    nav {
        display: none;
    }

    .fondo_home {
        background-size: cover;
        background-position: center;
    }

    .fondo_home div h1 {
        font-size: 30px;
        width: 90%;
    }

    .el_estudio h2 {
        font-size: 36px;
        margin-top: 100px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .texto_el_estudio {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        text-align: justify;
        box-sizing: border-box;
    }

    .imagen_home {
        margin-top: 20px;
        margin-left: 0;
    }

    .imagen_home img {
        width: 200px;
        margin: auto;
        display: block;
    }

    .hijo_frase {
        font-size: 18px;
        padding: 0 30px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .hijo_frase h3 {
        font-weight: 500;
        padding-bottom: 0;
    }

    .fondo_servicios {
        min-height: 100vh;
        height: 100%;
        padding: 45px 15px;
        box-sizing: border-box;
    }

    .servicios {
        display: flex;
        flex-flow: column nowrap;
        margin-left: 0;
        margin-right: 0;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .article_container {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .editorial h2 {
        font-size: 36px;
        margin-top: 100px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .editorial_article_conteiner {
        flex-direction: column;
        justify-content: space-between;
        margin-right: 0;
        margin-left: 0;
        align-items: center;
        margin-bottom: 100px;
    }

    .editorial_article_conteiner a {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .contacto {
        height: 100%;
        box-sizing: border-box;
        min-height: 100vh;
        box-sizing: border-box;
    }

    .contacto h2 {
        width: 100%;
        text-align: center;
        font-size: 36px;
        margin-top: 0;
        padding-top: 100px;
        margin-left: 0;
        padding-bottom: 50px;
        margin-bottom: 0px;
    }

    .conteiner_datos {
        margin-right: 0;
    }

    .conteiner_contacto {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
    }

    .conteiner_formulario {
        width: 100%;
        box-sizing: border-box;
    }

    input#nombre,
    input#telefono,
    input#e-mail {
        width: 95%;
        margin-left: 0;
    }

    .boton_enviar {
        width: 98%;
        margin: auto;
    }

    .conteiner_informacion {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }

    .solo_iconos {
        margin-bottom: 100px;
    }
}
