@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body,html {
    margin-top: 0px!important;
    margin: 0!important;
    padding: 0;
}

.distance-selection .cabecera {
    background-image: url("../img/portada-distance-se.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}
.contenedor {
    max-width: 1240px;
    margin: 0 auto;
}
.distance-selection .cabecera .row {
    margin-left: 15px;
    margin-right: 15px;
    flex-wrap: nowrap;
}

.distance-selection .cabecera .logo img {
    width: 140px;
}
.distance-selection .cabecera .left{
    padding-top: 130px;
    position: relative;
}

.play-video {
    position: absolute;
    /* left: 50%; */
    /* top: -179px; */
    display: flex;
    justify-content: center;
    bottom: 147px;
    /* margin-left: -40px; */
    width: 80px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin-top: -40px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    border: none;
    box-shadow: 0 0 0 15px rgb(255 255 255 / 40%);
    transition: 200ms ease-in-out!important;
    background: #fff;
    animation: mymove 5s infinite;
}
@keyframes mymove {
  0%   {box-shadow: 0 0 0 15px rgb(255 255 255 / 40%);}
  50%  {box-shadow: 0 0 0 0px rgb(255 255 255 / 40%);}
  100% {box-shadow: 0 0 0 15px rgb(255 255 255 / 40%);}
}
.play-video img {
    width: 17px;
}
.distance-selection .cabecera h2{
    font-family: "Open Sans";
    font-size: 42px;
    color: white;
    letter-spacing: -0.02em;
    font-weight: 400;
}
.distance-selection .cabecera .gravity-form {
    background: transparent;
}
.cabecera .left{
    flex: 0 0 50%;
    padding-right: 31px;
}
.gravity-form {
    flex: 0 0 50%;
}
@media screen and (max-width: 1200px){

    .contact-info .container .row .right {
        padding-left: 15px;
        padding-top: 0px;
    }
}
.gravity-form .gform_fields_6{
    display: flex;
    flex-wrap: wrap;
}
.gravity-form #field_6_1 , .gravity-form #field_4_1, .gravity-form #field_5_1, .gravity-form #field_9_1  {
    flex: 0 0 49.5%;
}
.gravity-form #field_6_2 , .gravity-form #field_4_2, .gravity-form #field_5_2, .gravity-form #field_9_2{
    flex: 0 0 49.5%;
    margin-left: 4px;
}
.gravity-form #field_6_4, .gravity-form #field_4_4, .gravity-form #field_5_4, .gravity-form #field_9_4 {
    flex: 0 0 49.5%;
}
.gravity-form #field_6_5, .gravity-form #field_4_5, .gravity-form #field_5_5, .gravity-form #field_9_5 {
    flex: 0 0 49.5%;
    margin-left: 4px;
}
.gravity-form #field_6_6, .gravity-form #field_4_6, .gravity-form #field_5_6, .gravity-form #field_9_6 {
    flex: 0 0 100%;
}
.gravity-form #field_6_7, .gravity-form #field_4_7, .gravity-form #field_5_7, .gravity-form #field_9_7{
    flex: 0 0 100%;
}
.gravity-form #field_6_8, .gravity-form #field_4_8, .gravity-form #field_5_8, .gravity-form #field_9_8 {
    flex: 0 0 100%;
}
.gravity-form #field_6_9, .gravity-form #field_4_9, .gravity-form #field_5_9, .gravity-form #field_9_9 {
    flex: 0 0 100%;
}
.gravity-form #field_6_13 label, .gravity-form #field_4_13 label, .gravity-form #field_5_13 label {
    font-size: 14px;
    color: #828282;
}
.gravity-form h3 {
    font-family: "Open Sans";
    font-size: 28px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .display-video {
        margin-top: 86px;
        margin-bottom: 73px;
    }
    .play-video {
        position: initial;
    }
    .gravity-form #field_6_1, .gravity-form #field_4_1, .gravity-form #field_5_1, .gravity-form #field_9_1 {
        flex: 0 0 100%;
    }
    .gravity-form #field_6_2, .gravity-form #field_4_2 , .gravity-form #field_5_2 , .gravity-form #field_9_2{
        flex: 0 0 100%;
        margin-left: 4px;
    }
    .gravity-form #field_6_4, .gravity-form #field_4_4, .gravity-form #field_5_4, .gravity-form #field_9_4 {
        flex: 0 0 100%;
    }
    .gravity-form #field_6_5, .gravity-form #field_4_5, .gravity-form #field_5_5, .gravity-form #field_9_5 {
        flex: 0 0 100%;
        margin-left: 4px;
    }
    .distance-selection .cabecera .row {
        flex-direction: column;
        margin-left: 7px;
        margin-right: 7px;
    }
    .cabecera .left {
        flex: 0 0 100%;
    }
    .cabecera .contact-info .container .row .right {
         padding-left: 0px!important; 
         padding-right: 0px!important; 
    }
    .gravity-form {
        flex: 0 0 100%;
    }
    .contenedor {
        max-width: 970px;
    }
    .distance-selection .cabecera h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 960px) {
    .distance-selection .cabecera h2 {
        font-size: 28px;
        text-align: center;
    }
    .distance-selection .cabecera .logo img {
        width: 70px;
    }
    .display-video {
        display: flex;
        justify-content: center;
    }
}


.contact-info .container {
    padding: 0px 0!important;

}
.contact-info {
    margin-top: 0px!important; 
    background: none!important; 
}
/* Seccion 1*/

.seccion1{
    padding: 100px 0;
}

.seccion1 p {
    font-size: 16px;
    font-style: italic;
    color: #828282;
    font-family: "Open Sans";
    text-align: center;
    max-width: 977px;
    margin: 0 auto 25px auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6;
}
@media (max-width: 960px){
    .seccion1 {
        padding: 50px;
    }
    .seccion1 p{
        margin: 0 auto 40px auto;
        font-size: 14px;
    }
}

/*Seccion 2*/
.section-imgtext{
    display: flex;
}
.seccion2 .left {
    flex: 0 0 50%;
    background-image: url("../img/18_Coffetek_Vitro-S5_Hotel_Buffet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-imgtext .right{
    padding: 40px 70px 40px 70px;
}

.section-imgtext h3 {
    font-family: "Open Sans";
    font-size: 28px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.section-imgtext .item {
    margin: 0 auto;
    margin-bottom: 30px;
}
.section-imgtext .item .separador{
    height: 1px;
    width: 40px;
    background: #E4002B;
}
.section-imgtext .item ul {
    margin-top: 20px;
    padding-left: 0px;
}
.section-imgtext .item li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.section-imgtext .item li p {
    font-size: 16px;
    color: #828282;
    font-family: "Open Sans";
    line-height: 1.6;
    margin-bottom: 0px!important;
    
}
.section-imgtext .item img {
    width: 18px;
    margin-right: 20px;
}

@media (max-width: 1200px) {
    .section-imgtext {
        flex-direction: column;
        margin-bottom: 100px;
    }
    .section-imgtext h3 {
        font-size: 22px;
        text-align: center;
    }
    .section-imgtext .separador {
        margin: 0 auto;
    }
    .section-imgtext .item {
        padding-top: 0px;
    }
    .section-imgtext .left {
        flex: 0 0 100%;
        padding: 500px 100% 0 0%;
    }
    .section-imgtext .right {
        margin-top: 50px;
        flex: 0 0 100%;
    }
}

@media (max-width: 770px) {
    .section-imgtext .right {
        padding: 0px 20px 0px 20px;
    }
}

/*Seccion 3*/
.seccion3 {
    justify-content: flex-end;
}
.seccion3 .left {
    flex: 0 0 50%;
    background-image: url("../img/16_Azkoyen_Vitro-X3_Coffee-Shop-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 1200px) {
    .seccion3 .left {
        order: 1;
    }
    .seccion3 .right {
        order: 2;
    }
}

/*Seccion 4*/
.seccion4 .left {
    flex: 0 0 50%;
    background-image: url("../img/34_Azkoyen_Vitro-S5_HOTEL-BREAKFAST.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.seccion5{
    padding-top: 100px;
    padding-bottom: 100px;
}
.seccion5 h3 {
    font-family: "Open Sans";
    font-size: 28px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.seccion5 .separador {
    height: 1px;
    width: 40px;
    background: #E4002B;
    margin: 0 auto;
}
.seccion5 .tabla {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .seccion5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .seccion5 .tabla {
        width: 80%;
    }
}

@media (max-width: 980px) {
    .seccion5 .tabla {
        width: 100%;
    }
}
/*Seccion 6*/

.seccion6 {
    display: flex;
    padding-bottom: 100px;
}
.seccion6 .padding-right {
    padding-left: 107px;
}
@media (max-width: 700px) {
    .seccion6 .padding-right {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.seccion6 .left {
    flex: 0 0 50%;
}
.seccion6 .right {
    flex: 0 0 81%;
    padding-right: 30px;
}
@media (max-width: 700px) {
    .seccion6 .right{
        flex: 0 0 100%;
    }
}
.seccion6 h3 {
    font-family: "Open Sans";
    font-size: 28px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.seccion6 .separador {
    height: 1px;
    width: 40px;
    background: #E4002B;
    margin-bottom: 60px;
}
@media (max-width: 1200px) {
    .seccion6 {
        flex-direction: column;
    }
    .seccion6 iframe {
        max-height: 400px;
    }
    .seccion6 .left{
        padding: 50px 0px 100px 0px;
    }
    .seccion6  h3 {
        text-align: center;
        font-size: 22px;
    }
    .seccion6 .separador {
        margin: 0 auto 50px auto;
    }
    .contact-info .container .row {
        justify-content: center;
    }
}

#lightbox{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(183, 187, 197, 0.7);
    z-index:9999999;
    opacity:0
}
#lightbox.open{
    display:block;
    animation:opacity 0.5s forwards
}
@keyframes opacity{
    0%{opacity:0}
    100%{opacity:1}
}
#lightbox .lightbox-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%
}
#lightbox .lightbox-wrapper .row{
    width:100%;
    height:600px
}
@media (max-width: 768px){
    #lightbox .lightbox-wrapper .row{
        height:400px
    }
}
@media (max-width: 430px){
    #lightbox .lightbox-wrapper .row{
        height:200px
    }
}
@media (max-height: 700px){
    #lightbox .lightbox-wrapper .row{
        height:calc(100% - 120px);
        max-height:400px
    }
}
@media (max-height: 500px){
    #lightbox .lightbox-wrapper .row{
        height:calc(100% - 120px);
        max-height:200px
    }
}
#lightbox .lightbox-wrapper .row .lightbox-wrapper-close{
    position:absolute;
    top:30px;
    right:50px;
    cursor:pointer
}
@media (max-height: 700px){
    #lightbox .lightbox-wrapper .row .lightbox-wrapper-close{
        top:15px;
        right:15px
    }
}
@media (max-width: 768px){
    #lightbox .lightbox-wrapper .row .lightbox-wrapper-close{
        top:15px;
        right:15px
    }
}#lightbox .lightbox-wrapper .row .lightbox-wrapper-close svg{
    width:40px;
    height:40px;
}
@media (max-height: 700px){
    #lightbox .lightbox-wrapper .row .lightbox-wrapper-close svg{
        width:30px;
        height:30px
    }
}
@media (max-width: 768px){
    #lightbox .lightbox-wrapper .row .lightbox-wrapper-close svg{
        width:30px;
        height:30px
    }
}
#lightbox .lightbox-wrapper .row .lightbox-wrapper-content{
    width:100%;
    height:100%
}
#lightbox .lightbox-wrapper .row .lightbox-wrapper-content iframe{
    width:100%;
    height:100%
}

/* Footer */
footer {
    width: 100%;
    background: #1f1f1f;
}
footer .contenedor {
    padding: 25px 0;
}
footer .contenedor .enlaces {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer .contenedor .enlaces a{
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans";
    transition: .3s all  ease;
}
footer .contenedor .enlaces a:hover {
    color: #E4002B;
}
footer .contenedor .enlaces a:first-child {
    margin-right: 20px;
}