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

}
@font-face {
    font-family: 'cabinregular';
    src: url('fonts/cabin/cabin-regular-webfont.eot');
    src: url('fonts/cabin/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabin/cabin-regular-webfont.woff2') format('woff2'),
         url('fonts/cabin/cabin-regular-webfont.woff') format('woff'),
         url('fonts/cabin/cabin-regular-webfont.ttf') format('truetype'),
         url('fonts/cabin/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light/roboto-light-webfont.eot');
    src: url('fonts/roboto-light/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "robotolight";
    font-size: 1.1em;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

li a, 
a:hover {
    text-decoration: none;
}

h1 {
    background: url("../img/logo_mobile.png") no-repeat center center;
    background-size: cover;
    font-size: 0;
    width: calc(142 / 575 * 100vw);
    height: calc(100vw / 575 * 120);
    max-width: 142px;
    max-height: 120px;
    margin: auto;
    position: absolute;
    top: 0;
    left: calc(50% - (142 / 575 / 2 * 100vw));
}

header {
    position: relative;
    height: calc(100vw / 575 * 120);
    max-height: 120px;
}

header > .container {
    padding: 0;
}

nav {
    font-family: "staatlichesregular";
    font-size: 1.5em;
    letter-spacing: 0.05em;
    z-index: 20;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar .navbar-toggler-icon {
    background: url("../img/nav.png") no-repeat center top;
    background-size: cover;
}    

.navbar-toggler:focus {
    outline: none;
}

#barra ul {
    background: #66cc99;
    margin-top: calc((100vw / 575 * 120) - 40px);
    padding: .25em 0;
    height: calc(100vh - ((100vw / 575 * 120) - 40px));
}

#barra li {
    margin: .25em .5em ;
}

#barra li a {
    background-color: #008A60;
    border-radius: .5em;
    color: #FFBB50;
}

#barra li a:hover {
    color: #ffe1a2; 
}

section {
    margin-top: 2em;
}

#home {
    margin-top: .5em;
}

#carrusel .carousel-inner {
    margin: auto;
    max-width: 540px;
}

#carrusel .carousel-item:nth-child(1) {
    background: url(../img/familia_tablet.jpg) no-repeat center center;
    background-size: cover;
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    max-width: 540px;
    max-height: 540px;
}

#carrusel .carousel-item:nth-child(2) {
    background: url(../img/planeta1_tablet.jpg) no-repeat center center;
    background-size: cover;
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    max-width: 540px;
    max-height: 540px;
}

#carrusel .carousel-item:nth-child(3) {
    background: url(../img/planeta2_tablet.jpg) no-repeat center center;
    background-size: cover;
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    max-width: 540px;
    max-height: 540px;
}

#carrusel .carousel-control-prev {
    justify-content: flex-start;
    opacity: 0.1;
}

#carrusel .carousel-control-next {
    justify-content: flex-end;
    opacity: 0.1;
}

#carrusel .carousel-control-prev:hover, 
#carrusel .carousel-control-prev:focus,
#carrusel .carousel-control-next:hover,
#carrusel .carousel-control-next:focus {
 /* text-decoration: none;
  outline: 0;*/
  opacity: 0.9;
}

#carrusel .carousel-control-prev-icon {
    background: url(../img/izq_mobile.png) no-repeat center center;
    width: 40px;
    height: 40px;
}

#carrusel .carousel-control-next-icon {
    background: url(../img/der_mobile.png) no-repeat center center;
    width: 40px;
    height: 40px;
}

#carrusel .carousel-indicators {
    bottom: -50px;
}

#carrusel .carousel-indicators li {
   height: 20px;
   width: 20px;
   border-radius: 50%;
   margin: 10px;
   background-color: rgba(255,225,162,.4);
   border: solid 1px #FFBB50;
}

#carrusel .carousel-indicators .active {
    background-color: #FFBB50;
}

#contacto span {
    display: block;
}

h2, #contacto span {
    margin: 1em auto .5em auto; 
    font-family: "cabinregular";
    color: #663399;
    text-align: center;
    font-size: 1.8em; 
}

.boton {
    text-align: center;
    border-radius: 1.5em;
    background-color: #663399;
    display: block;
    line-height: 3em;
    color: #FFBB50;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

.boton:hover {
    color: #ffe1a2; 
    text-decoration: none;
}

#info .boton {
    margin: 1em auto .5em auto;
}

#parte2 {
    display: none;
}

p {
    text-align: center;
}

p.font-weight-bold {
    margin-top: 1em;
}

h3 {
    margin: 1em auto; 
    text-align: center;
    color: #008A60;
}

strong {
    font-weight: normal;
}

em {
    font-style: normal;
}

.verde {
    color: #009966; /* verde claro */
    font-weight: bold;
}

.violeta {
    color: #663399;
    font-weight: bold;
}

#home h2, 
#info section > h3, 
#info .col-12 h3 {
    display: none;
}

#info .col-lg-4 {
    padding: 10px 0 20px 0;
    background: url(../img/fondo_xs.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: calc(100% * 274 / 421); 
    max-width: 421px;
    max-height: 274px;
    margin: .5em auto 0 auto;
}

#info .col-lg-4 h3{
    font-size: 1.3em;
    margin-top: 0.4em;
    margin-bottom: .4em;
}

#beneficios ul {
    width: 80%;
    margin: auto;
    text-align: center;
    height: 130px;
    display: flex;
    align-items: center;
}

#beneficios .carousel-item {
    max-width: 400px;
    margin: auto;
}

#beneficios .carousel-control-prev {
    height: 40px;
    top: calc(50% - 20px);
}

#beneficios .carousel-control-next {  
    height: 40px;
    top: calc(50% - 20px);
}

#beneficios .carousel-control-prev-icon {
    background: url(../img/izq_mobile2.png) no-repeat center left;
    width: 40px;
    height: 40px;
}

#beneficios .carousel-control-next-icon {
    background: url(../img/der_mobile2.png) no-repeat center right;
    width: 40px;
    height: 40px;
}

#video {
    padding: 17% 8%;
    background: url(../img/video_xs.png) no-repeat center center;
    background-size: cover;
}

#video figure {
    margin: 0;
}

#valores h2 {
    margin-bottom: 0;
}

#valores h2 + div {
    background: url(../img/rama_tablet.png) no-repeat bottom left;
    background-size: cover;
    width: 90vw;
    height: calc(90vw * 94 / 640);
    max-width: 640px;
    max-height: 94px;
    margin-left: -15px;
}

#valores ul {
    margin: 1em auto;
}

#valores .card {
    border-color: #009966;
    border-radius: 2em;
    padding: .4em 0;
}

#valores .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#valores .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#valores li div.card-img {
    height: 215px;
}

#valores li:nth-of-type(1) div.card-img {
    background: url(../img/pastilla1.png) no-repeat center bottom;
}

#valores li:nth-of-type(2) div.card-img {
    background: url(../img/pastilla2.png) no-repeat center bottom;
}

#valores li:nth-of-type(3) div.card-img {
    background: url(../img/pastilla3.png) no-repeat center bottom;
}

#valores li:nth-of-type(4) div.card-img {
    background: url(../img/pastilla4.png) no-repeat center bottom;
}

#valores li:nth-of-type(5) div.card-img {
    background: url(../img/pastilla5.png) no-repeat center bottom;
}

#valores li:nth-of-type(6) div.card-img {
    background: url(../img/pastilla6.png) no-repeat center bottom;
}

#valores .card-title {
    font-family: "staatlichesregular";
    font-size: 1.4em;
    color: #663399;
    display: block;
    cursor: pointer;
    line-height: 2;
}

#valores p {
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

#actividades h3 {
    margin-top: 0;    
    color: #663399;
}

#galeria {
    padding: 0;
}

#galeria li {
    border: none;
}

#galeria li div {
    border-radius: 1.5em;
    margin: .5em 0;
}

#galeria li:nth-of-type(odd) div {
    background: rgba(255,225,162,.7);
}

#galeria li:nth-of-type(even) div {
    border: solid 1px #ffe1a2;
}

#galeria h3 {
    font-size: 1.5em;
}

#galeria li figcaption, #galeria li p {
    display: none;
}

figcaption p {
    font-style: italic;
    color: #008A60;
}

#galeria li:target{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 200;
    border-radius: 0;
    border: none;
    margin: 0;
    overflow: scroll;
    max-width: initial;
}

#galeria li:target > div{
    border: solid 1px #ffe1a2;
    background: white;
    padding: 1em;    
    border-radius: 1.5em;
    min-height: initial;
    margin: 1em;
}

#galeria li:target > div h3 {
    font-size: 1.75em;
}

#galeria li:target > div picture {
    display: block;
}

#galeria li:hover img {
    filter: opacity(0.7);
}

#galeria li:target:hover img {
    filter: none;
    cursor: initial;
}

#galeria li:target > div figcaption {
    display: block;
    font-style: italic;
    color: #008A60;
}

#galeria li:target > div p {
    display: block;
}

#galeria li:target > div a:first-of-type{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/cerrar.png);
}

#enviado {
    display: none;
}

#enviado:target {
    display: block;
}

#enviado:target div {
    border:solid 2px rgba(255,225,162,.8);
    border-radius: 1.5em;
    padding: 1.5em .5em;
}

#enviado p:first-of-type {
    font-size: 1.3em;
}

#enviado .boton {
    margin: 0 1em;
}

#enviado:target + #contacto {
    display: none;
}

form {
    margin-top: 1em;
}

.col-lg-6 {
    margin-bottom: 0;
}

label {
    color: #008A60;
    font-weight: bold;
}

input:not([type="submit"]) {
    outline: none;
    padding: .5em 1em;
    border-radius: 30px;
    border: solid 3px #ffe1a2;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,225,162,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,225,162,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,225,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffe1a2",GradientType=1);
}

textarea {
    resize: none;
    outline: none;
    border-radius: 30px;
    border: solid 3px #ffe1a2; /* naranja claro */
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,225,162,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,225,162,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,225,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffe1a2",GradientType=1);
}

input[type="submit"] {
    margin: 0 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.no-gutters > .col-lg-12 {
    padding-right: 1em;
    padding-left: 1em;
}

footer {
    font-size: .97em;
    padding-right: 0;
    padding-left: 0;
}

footer>div:first-child {
    background: url(../img/footer_xs.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: calc(100vw * 225 / 575);
    max-width: 575px;
    max-height: 225px;
}

footer>div:nth-child(2){
    background: rgb(102,204,153);
    background: -moz-linear-gradient(0deg, rgba(102,204,153,1) 0%, rgba(10,144,101,1) 70%, rgba(0,138,96,1) 85%);
    background: -webkit-linear-gradient(0deg, rgba(102,204,153,1) 0%, rgba(10,144,101,1) 70%, rgba(0,138,96,1) 85%);
    background: linear-gradient(0deg, rgba(102,204,153,1) 0%, rgba(10,144,101,1) 70%, rgba(0,138,96,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66cc99",endColorstr="#008a60",GradientType=1);
    padding-bottom: .5em;
}

footer ul {
    text-align: center;
}

footer ul:first-of-type {
    margin-bottom: 0;
}

footer ul li {
    display: inline-block;
}

footer ul:first-of-type li {
    margin: .3em;
}

footer ul:first-of-type a { 
    background: url('../img/sprite.png') left top no-repeat; 
    display: inline-block; 
    width: 50px; 
    height: 50px; 
    overflow: hidden; 
    font-size: 0; 
}

footer ul:first-of-type li:nth-child(1) a {
    background-position: 0 0; 
}

footer ul:first-of-type li:nth-child(2) a {
    background-position: -50px 0; 
}

footer ul:first-of-type li:nth-child(3) a {
    background-position: -100px 0; 
}

footer ul:first-of-type li:nth-child(4) a {
    background-position: -150px 0; 
}

footer ul:first-of-type li:nth-child(1) a:hover {
    background-position: 0 -50px; 
}

footer ul:first-of-type li:nth-child(2) a:hover {
    background-position: -50px -50px; 
}

footer ul:first-of-type li:nth-child(3) a:hover {
    background-position: -100px -50px; 
}

footer ul:first-of-type li:nth-child(4) a:hover {
    background-position: -150px -50px; 
}

footer ul:last-of-type {
    padding-top: 1em;
    color: #ffe1a2;
    line-height: 1.5em;
    margin: auto;
}

@media (min-width: 400px) {

    #info .col-lg-4 {
        padding: 50px 0;
    }

    #info .col-lg-4 h3 {
        font-size: 1.75rem;
        margin-top: 0;
    }
}

/* small */
@media (min-width: 576px) {

    header {
        height: auto;
        max-height: none;
    }

    h1 {
        background: url("../img/logo_tablet.png") no-repeat center center;
        background-size: cover;
        width: calc(100vw * 206 / 767);
        height: calc(100vw / 767 * 166);
        max-width: 206px;
        max-height: 166px;
        left: calc(50% - (100vw * 206 / 767 / 2));
    }

    nav {
        background: url(../img/menu_tablet.png) no-repeat center bottom;

    }

    #barra {
        padding-bottom: 35px;
        padding-left: 18px;
    }

    #barra ul {
        background-color: transparent;
        margin-top: calc(100vw / 767 * 166);
        margin-right: auto;
        padding: initial;
        height: initial;
    }

    #barra li {
        margin: initial;
    }

    #barra li a {
        background-color: transparent;
    }

    #carrusel .carousel-inner {
        max-width: 737px;
    }

    #carrusel .carousel-item:nth-child(1) {
        background: url(../img/familia_sm.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 369 / 737);
        max-width: 737px;
        max-height: 369px;
    }

    #carrusel .carousel-item:nth-child(2) {
        background: url(../img/planeta1_sm.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 369 / 737);
        max-width: 737px;
        max-height: 369px;
    }

    #carrusel .carousel-item:nth-child(3) {
        background: url(../img/planeta2_sm.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 369 / 737);
        max-width: 737px;
        max-height: 369px;
    }

    #carrusel .carousel-indicators {
        bottom: -60px;
    }

    #carrusel .carousel-indicators li {
       border-width: 2px;
    }

    p.font-weight-bold {
        margin-top: 1em;
    }

    #video {
        padding: 12% 19%;
        background: url(../img/video_sm.png) no-repeat center center;
        background-size: cover;
    }

    #valores .collapse {
        display: block;
    }

    #valores .card {
        border: none;
        margin: 1.5em 0;
    }

    #valores li div.card-img {
        width: 25vw;
        height: calc(25vw * 208 / 212);
        margin: auto;
        max-width: 212px;
        max-height: 208px;
    }

    #valores li:nth-of-type(1) div.card-img {
        background-size: cover;
    }

    #valores li:nth-of-type(2) div.card-img {
        background-size: cover;
    }

    #valores li:nth-of-type(3) div.card-img {
        background-size: cover;
    }

    #valores li:nth-of-type(4) div.card-img {
        background-size: cover;
    }

    #valores li:nth-of-type(5) div.card-img {
        background-size: cover;
    }

    #valores li:nth-of-type(6) div.card-img {
        background-size: cover;
    }

    #valores p {
        width: 90%;
    }

    footer>div:first-child {
        background: url(../img/footer_sm.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: calc(100vw * 300 / 767);
        max-width: 767px;
        max-height: 300px;
    }

}

/* medium */
@media (min-width: 768px) {

    header > .container {
        padding: initial;
    }

    h1 {
        left: calc(50% - (206px / 2));
    }

    #barra ul {
        margin-top: 166px;
    }

    #carrusel .carousel-inner {
        max-width: 961px;
    }

    #carrusel .carousel-item:nth-child(1) {
        background: url(../img/familia_md.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 481 / 961);
        max-width: 961px;
        max-height: 481px;
    }

    #carrusel .carousel-item:nth-child(2) {
        background: url(../img/planeta1_md.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 481 / 961);
        max-width: 961px;
        max-height: 481px;
    }

    #carrusel .carousel-item:nth-child(3) {
        background: url(../img/planeta2_md.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 481 / 961);
        max-width: 961px;
        max-height: 481px;
    }

    #carrusel .carousel-control-prev-icon {
        background: url(../img/izq_tablet.png) no-repeat center center;
        width: 40px;
        height: 55px;
    }

    #carrusel .carousel-control-next-icon {
        background: url(../img/der_tablet.png) no-repeat center center;
        width: 40px;
        height: 55px;
    }

    p.font-weight-bold {
        margin-top: 2em;
    }

    article .col-lg-8 section {
        column-count: 2;
        column-gap:40px;
    }

    p {
        text-align: left;
    }

    #parte2 {
        display: block;
    }

    #info .boton {
        display: none;
    }

    #info .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
        background: url(../img/fondo_md.png) no-repeat center center;
        background-size: contain;
        width: 720px;
        height: 544px; 
        max-width: none;
        max-height: none;
        margin-top: 1.5em;
    }

    #beneficios ul {
        flex-direction: column;
        width: 75%;
        height: auto;
        text-align: left;
    }

    #beneficios .carousel-item {
        display: block;
        position: static;
        max-width: none;
        margin: .4em 0;
    }

    #beneficios ul {
        overflow: visible;
    }

    #beneficios li:before {
        content: "\2022";
        padding-right: .5em;
        font-size: 1.2em;
    }

    #beneficios .carousel-control-prev, 
    #beneficios .carousel-control-next {
        display: none;
    }

    article > section {
        margin-top: 1em;
    }

    #video {
        padding: 13% 21%;
        background: url(../img/video_md.png) no-repeat center center;
        background-size: cover;        
    }

    #galeria li div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #enviado p {
        text-align: center;
        margin-bottom: 1em;
    }

    #enviado .boton {
        max-width: 50%;
        margin: auto;
    }

    form {
        margin-top: 2em;
    }

    footer>div:first-child {
        background: url(../img/footer_md.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: calc(100vw * 387 / 991);
        max-width: 991px;
        max-height: 387px;
    }

    footer ul:first-of-type li {
        margin: .3em .7em;
    }
}

/* large */
@media (min-width: 992px) {

    h1 {
        position: static;
        margin: 0;
    }

    nav {
        background: url(../img/menu_desktop.png) no-repeat right center;
    }

    .navbar {
        padding-left: 5px;
        padding-right: 5px;  
    }

    #barra ul {
        margin-top: 0;
        margin-right: initial;
    }

    #home {
        margin-top: 2em;
    }

    #carrusel .carousel-inner {
        max-width: 1169px;
    }

    #carrusel .carousel-item:nth-child(1) {
        background: url(../img/familia_lg.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 487 / 1169);
        max-width: 1169px;
        max-height: 487px;
    }

    #carrusel .carousel-item:nth-child(2) {
        background: url(../img/planeta1_lg.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 487 / 1169);
        max-width: 1169px;
        max-height: 487px;
    }

    #carrusel .carousel-item:nth-child(3) {
        background: url(../img/planeta2_lg.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 487 / 1169);
        max-width: 1169px;
        max-height: 487px;
    }

    h2, #contacto span {
        text-align: left;
        /*padding-left: 20px;*/
    }

    #info .col-lg-4 {
        padding: 12px 0 26px 0;
        margin: 0;
        background: url(../img/fondo_lg.png) no-repeat center center;
        background-size: contain;
        width: 100%;
        height: auto; 
    }

    #info .col-lg-4 h3 {
        font-size: 25px;
        margin: 8px 0;
    }

    #beneficios ul {
        width: 95%;
        margin-right: 0;
    }

    #beneficios li:before {
        padding-right: .2em;
    }

    #beneficios li.carousel-item {
        margin: 2px 0;
        line-height: 1.3;
    }

    #video {
        padding: 125px 202px;
        max-width: 992px;
        max-height: 580px;
        margin: auto;
    }

    #valores p {
        width: 85%;
    }

    .form-group:nth-child(3) {
        margin-bottom: 0;
    }

    input[type="submit"] {
        margin-left: calc(50% + 15px);
        flex: 0 0 calc(50% - 30px);
    }

    footer>div:first-child {
        background: url(../img/footer_lg.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: calc(100vw * 469 / 1199);
        max-width: 1199px;
        max-height: 469px;
    }
}

/* extra large */
@media (min-width: 1200px) {

    #carrusel .carousel-inner {
        max-width: 1200px;
    }

    #carrusel .carousel-item:nth-child(1) {
        background: url(../img/familia_xl.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 500 / 1200);
        max-width: 1200px;
        max-height: 500px;
    }

    #carrusel .carousel-item:nth-child(2) {
        background: url(../img/planeta1_xl.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 500 / 1200);
        max-width: 1200px;
        max-height: 500px;
    }

    #carrusel .carousel-item:nth-child(3) {
        background: url(../img/planeta2_xl.jpg) no-repeat center center;
        background-size: cover;
        width: calc(100vw - 30px);
        height: calc((100vw - 30px) * 500 / 1200);
        max-width: 1200px;
        max-height: 500px;
    }

    #beneficios li.carousel-item {
        margin: 3px 0;
        line-height: 1.4;
    }

    #actividades p {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #actividades figure {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #actividades img{
        max-width: 1200px;
    }

    #carrusel .carousel-control-prev-icon {
        background: url(../img/izq_desktop.png) no-repeat center center;
        width: 56px;
        height: 99px;
    }

    #carrusel .carousel-control-next-icon {
        background: url(../img/der_desktop.png) no-repeat center center;
        width: 56px;
        height: 99px;
    }

    #info .col-lg-4 {
        background: url(../img/fondo_xl.png) no-repeat center center;
        background-size: contain;
        padding: 20px 0;
    }

    #info .col-lg-4 h3 {
        font-size: 30px;
        margin: 10px 0;
    }

    #beneficios ul {
        width: 80%;
        margin: auto;
    }

    #beneficios li:before {
        padding-right: .5em;
    }

    #beneficios .carousel-item {
        margin: 3px 0;
    }

    footer>div:first-child {
        background: url(../img/footer_xl.png) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: calc(100vw * 751 / 1920);
        max-width: 1920px;
        max-height: 751px;
    }
}