/*
xdmedia.es
*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
:root {
    --hover: #3181ff;
    /* --clear: #1c74fd; */
    --clear: #064ab3;
    
}
a {
    color: var(--clear);
    font-weight: 600;
    font-size: 14px;
}
a:hover {
    color: #90bbff;
    text-decoration: none;
}
.page p,
.col p,
p{
	line-height: 24px;
	margin: 0;
}
.paddingY {
    padding: 12px 0;
}
.footer-custom p {
line-height: 24px;
}
.imageKit {
    padding-top: 0;
    margin-top: -70px;
}
.imageKit img {
    width: 100%;
}
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #f7f7f7;
}
.preload img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.container {
    max-width: 80%;
}
.wrapper {
    overflow: hidden;
}
.video-l {
/*    height: 530px;*/
    width: 100%;
    object-fit: cover;
    margin-left: -48px;
    margin-top: -30px;
    margin-bottom: -30px;
}
.video-r {
/*    height: 530px;*/
    width: 100%;
    object-fit: cover;
    margin-right: -48px;
    margin-top: -30px;
    margin-bottom: -30px;
}
.modal {
    top: 50%;
    margin: 0;
    width: 500px;
}
section .container {
    max-width: 1200px;
}
.col-video {
    padding: 0;
}
.form-xdmedia input[type="submit"] {
    background: var(--clear) !important;
    width: 100% !important;
    margin-top: 12px !important;
    padding: 10px 81px !important;
}
.modal h2 {
    font-weight: 600;
    font-size: 29px;
    color: #374050;
}
.modal label {
    font-weight: 600;
    font-size: 14px;
}
.modal input {
    font-size: 14px !important;
}
.modal textarea {
    resize: none;
    height: 100px;
}
.form-response,
.res-ok {
    display: none;
}
.res-ok h3 {
    font-weight: 500;
    margin-bottom: 18px;  
}
.home {
    color: white;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden; 
}
.home video,
.home img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.home2 {
    height: 65vh;
}
.home2 video,
.home2 img {
    height: 65vh;
}
.home span {
    background: #00090e61;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.home2 span {
   /* background: #19171de0;*/
}
.home h1 {
    font-size: 69px;
    line-height: 66px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.home h1 strong {
        display: block;
    font-size: 54px;
    line-height: 62px;
}
.home .info,
.parallax .info {
    max-width: 550px;
    margin: 12px auto;
    display: block;
    line-height: 23px;
    text-align: center;
        margin-top: 26px;
}
.home .info p {
    margin-bottom: 28px;
}
.animation,
.animationL,
.animationR {
    visibility: hidden;
}
.h3-home {
    font-size: 41px;
    line-height: 41px;
    color: #374050;
}
.h2-animate {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    opacity: 1;
    max-width: 500px;
    margin: 0 auto;
}
.btn-before {
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -20px;
    padding: 20px;
    color: #fff;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.btn-before span {
    margin: 5px 0;
    display: none;
}
.btn-before img {
    object-fit: unset;
    width: unset;
    height: unset;
    left: 50%;
    transform: translateX(-50%);
}
.mask {
    display: none;
    position: relative;
    z-index: 0;
    width: 100%;
}
.mask-content {
    position: absolute;
    top: -36px;
    background: 0 0;
    height: 42px;
    width: 100%;
}
.header-custom {
    padding: 22px 32px;
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini {
    padding: 8px 32px;
    background: #000000e6;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini .logo-custom img {
    width: 111px;
    padding-top: 3px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.pt-6 {
    padding-top: 2rem !important;
}
.home .ta-m {
    min-width: 800px;
    position: relative;
    z-index: 5;
}
.logo-custom {
    float: left;
}
.logo-custom img {
    float: left;
    outline: none;
    width: 131px;
    user-select: none;
    -moz-user-select: none;
        transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.nav-custom {
    float: right;
        margin-top: 3px;
}
.nav-custom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-custom ul li {
    display: inline-block;
}
.nav-custom ul li a {
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 17px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
}
.nav-custom ul li a:hover {
    text-decoration: none;
    color: var(--hover);
}
.nav-custom ul li.action a {
    background: var(--clear);
    color: white !important;
    padding: 8px 33px;
    border-radius: 3px;
    margin-left: 16px;
}
.nav-custom ul li.action a:hover  {
    background: var(--hover);
    opacity: 1 !important;
}
.nav-custom ul li.current_page_item a {
    color: var(--clear);
}
.btn-custom {
    background: var(--clear);
    color: white !important;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    min-width: 170px;
}
.btn-custom:hover {
    background: var(--hover);
    text-decoration: none;
    opacity: 1 !important;
}
section {
    padding: 16px 32px;
    margin: 100px 0 0 0;
    float: left;
    width: 100%;
}
.sub-section img {
    box-shadow: 0 6px 18px 0 rgba(34, 35, 41, 0.3);
    height: 381px;
    width: 100%;
    object-fit: cover;
}
.projects {
    position: relative;
}
.projects .col {
    padding: 0 12px !important;
}
.projects .col:firts-child {
    margin-bottom: -48px;
}
.projects .col:last-child {
    margin-top: -48px;
}
.projects .col img {
    float: left;
    height: 156px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 28px;
    box-shadow: 0 6px 18px 0 rgba(25,45,155,.3);
}
.projects ul {
list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -27px;
    left: 20px;
}
.projects ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #3181ff;
    cursor: pointer;
}
.projects ul li.active {
    background: #3181ff;
}


.projects-2 {
    display: none;
}
.pro-list {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.pro-list li {
    display: inline-block;
}
.pro-list li a {
    padding: 6px 0;
    display: inline-block;
    margin-right: 12px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.pro-list li a.active {
    border-color: var(--clear);
}
.logos {
    padding-top: 0;
    margin-top: 0;
    padding: 60px 0;
    margin: 50px 0;
}
.logos .container {
    max-width: 1000px;
    margin: 0 auto;
}
.logos h3 {
    text-align: center;
    margin-bottom: 6px;
    color: #374050;
    font-size: 39px;
    line-height: 43px;
}
.logos img,
.logos svg {
    float: none;
    display: inline-block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .7;
    max-width: 80%;
}
.logos .col {
    padding: 24px;
    text-align: center;
    padding-bottom: 0;
}
.logos .row:last-child {
    width: 90%;
    margin: 0 auto;
}
.logos img.enlinea {
    margin-top: 23px;
}
.logos img.kensite {
    margin-top: 22px;
}
.logos img.circle {
   width: 69px;
}
.section-b-b {
/*    position: relative;
    z-index: 0;
    width: 100%;*/
}
.section-b-b-mask {
    height: 250px;
}
.section-b-b-container {
    background-color: #f7f7f7;
    padding: 0;
    margin: 100px 0 0 0;
}
.cards {
    max-width: 1100px;
    margin: 110px auto;
    position: relative;
    z-index: 1;
}
.cards .col {
    background-color: #fff;
    border-radius: 3px;
    padding: 24px;
    box-shadow: 0 3px 9px 0 rgba(25, 45, 155, .3);
    margin: 24px;
    text-align: center;
    font-size: 14px;
    border-left: 4px solid #8ed1fc;
}
.cards .team img {
        padding: 58px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: .8;
}
.cards h4 {
    font-weight: 600;
    font-size: 20px;
    color: #374050;
}
.cards strong {
    color: var(--blue);
    display: block;
    line-height: 13px;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.cards a {
    display: block;
    margin: 3px 0 0 0;
    font-size: 13px;
}
.left-res {
	position: relative;
}
.h3-team {
    font-size: 39px;
    line-height: 43px;
    color: #374050;
    text-align: center;
    margin: 0 0 30px 0;
}
.join {
    margin-top: 0;
    background: var(--clear);
    padding: 100px 0;
    text-align: center;
    margin-bottom: 0;
}
.join h4 {
    font-size: 40px;
    color: white;
    font-weight: normal;
}
.join .btn-custom {
    background: white;
    color: var(--clear) !important;
    margin-top: 31px;
    padding: 18px 66px !important;
}
.join .btn-custom:hover {
    opacity: .9 !important;
}
.sub-footer {
    border-top: 1px solid #1f1f1f;
    background: black;
    color: #afafaf;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 18px;
    font-size: 13px;
}
.navbar-custom-button {
    display: none;
    float: right;
    margin-top: 5px;
}
.navbar-custom-button i {
    font-size: 24px;
}
.navbar-custom-button:hover {
    cursor: pointer;
}
.top {
    border: 1px solid #000;
    background-color: #222222;
    color: #fff;
    border-radius: 2px;
    background-size: 14px;
    z-index: 4;
    bottom: 50%;
}
.footer-custom {
    background: #151515;
    float: left;
    padding: 60px 32px;
    color: #a0a0a0;
    width: 100%;
    position: relative;
}
.footer-custom h4 {
    color: white;
    font-size: 18px;
    padding-bottom: 14px;
}
.footer-custom h4.big {
    font-size: 22px;
    padding-bottom: 0;
}
.footer-custom p {
    max-width: 69%;
}
.footer-custom ul {
    padding: 0;
    margin:0;
    list-style: none;
}   
.footer-custom ul li {
    display: block;
    margin: 8px 0;
}
.footer-custom ul li a {
    line-height: 21px;
    display: block;
    padding: 0;
    color: #a0a0a0;
}
.footer-custom img {
   /* float: right;*/
    max-width: 126px;
}
.social {
    text-align: left;
    margin-top: 2px !important;
}
.social li {
    display: block !important;
    margin-right: 16px;
}
.social a {
    font-size: 14px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -o-transition: all .1s linear;
    color: #a0a0a0 !important;
}
.social a:hover {
    color: white;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 1;
}
.social a i {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -o-transition: all .1s linear;
    display: inline-block;
    font-size: 12px;
}
.social a i:hover {
    transform: scale(1.6);
    color: white;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -o-transition: all .1s linear;
}
.parallax {
    background-image: url(img/parallax.jpg);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.parallax2 {
    min-height: 420px;
    background-image: url(img/partner.jpg);
    padding: 0;
    margin: 0;
}
.parallax .center {
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #374050;
    margin: 0;
    text-align: center;
}
.parallax2 .center {
    color: white;
}
.parallax .center h3 {
    font-size: 69px;
    line-height: 66px;
}
.parallax2 .center h3 {
    font-size: 54px;
    line-height: 59px;
    color: white;
}
.parallax .center p {
    font-size: 19px;
    color: black;
}
#proyectos {
    padding-top: 44px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pre-footer {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(img/partner.jpg);
    padding: 0;
    margin: 0;

}
.pre-footer ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none; 
}
.pre-footer ul li {
    display: inline-block;
}
.pre-footer ul li a {
    display: inline-block;
    color: var(--clear);
}
.pre-footer ul li a i {
    
}
.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.contact {
    margin: 100px 0;
}
.contact .col:last-child {
    padding-left: 38px;
}
.contact h2 {
    color: var(--dark);
    font-size: 29px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.contact h3 {
    color: var(--dark);
    font-size: 29px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.form {
        margin-top: 26px;
    display: block;
}
.form .form-group {
    margin-bottom: 8px;
    display: block;
}
.form .form-group label {
    display: block;
    margin-bottom: 4px;
}
.form .form-group input[type="text"],
.form .form-group input[type="email"] {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    padding: 15px;
    color: #a2a2a2;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #7d7d7d;
    outline: none;
}
.btn-form input[type="submit"],
.btn-form input[type="button"] {
    border-color: black;
    width: 100%;
    margin-top: 3px;
    background: var(--dark);
    color: white;
    font-family: 'Raleway', sans-serif;
}
.form .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 15px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #7d7d7d;
    min-height: 180px;
    outline: none;
}
.btn-form input[type="submit"],
.form input[type="submit"] {
    background: var(--dark);
    border: 1px solid transparent;
    border-color: black;
    display: inline-block;
    text-transform: uppercase;
    padding: 17px;
    outline: none;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.btn-form input[type="submit"]:hover,
.form input[type="submit"]:hover {
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.btn-contact {
    background: transparent;
    padding: 9px 31px;
}
.c-info {

}
.c-info p {
    display: block;
}
.c-info strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}
.c-info strong:first-child {
    margin-top: -5px;
}
.c-info strong i {
    font-size: 13px;
    float: left;
    margin: 2px 8px 0 0;
}
.c-info a {
    display: block;
    text-decoration: none;
    color: #7d7d7d;
    margin-bottom: 24px;
}
/*.c-info a:last-child {
    margin-bottom: 0;
}*/
.c-info a i {
    float: left;
    margin: 3px 5px 0 0;
    font-size: 13px;
    opacity: .7;
}
.contact .col ul {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    margin-top: 8px;
}
.contact .col ul li {
    color: white;
    font-size: 19px;
    display: inline-block;
    padding: 6px;
    padding-top: 12px;
}
.contact .col ul li:first-child {
    padding-left: 0;
}
.contact .col ul li a {
    display: inline-block;
    color: var(--dark);
    margin-bottom: 0;
}
.contact .col ul li a:hover {
    opacity: .7;
}
.contact .col ul li a i {
    font-size: 19px;
    opacity: 1;
}
.page {
    margin-bottom: 100px;
}
.page h1 {
    color: var(--dark);
    font-size: 34px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.page h2 {
    color: var(--dark);
    font-size: 29px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.page h3 {
    color: var(--dark);
    font-size: 29px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
span.wpcf7-list-item {
    margin: 0 !important;
}
.form .form-group label {
    display: block;
    margin-bottom: 4px;
}
span.wpcf7-list-item * {
    user-select: none;
    -moz-user-select: none;
    font-size: 14px;
}
span.wpcf7-list-item * {
    user-select: none;
    -moz-user-select: none;
}
.form .form-group label {
    display: block;
    margin-bottom: 4px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
.home2 .btn-before {
    /* display: none; */ 
}
.chip {
    background: #0000009e !important;
    color: white !important;
}
.cresta-whatsapp-chat-box {
    width: 40px !important;
    height: 40px !important;
    bottom: 15px !important;
    right: 15px !important;
}
.cresta-whatsapp-chat-box svg#whatsapp-msng-icon {
    width: 30px !important;
    height: 30px !important;
    top: 4px !important;
    left: 6px !important;
}
.cresta-whatsapp-chat-box svg#close-icon {
    width: 17px !important;
    height: 17px !important;
    top: 12px !important;
    left: 12px !important;
}
div.cresta-whatsapp-inner textarea {
    font-family: 'Raleway', sans-serif;
    padding: 20px !important;
}


























@media all and (max-width: 1400px) {


.container {
    max-width: 100%;
}

}




/* Responsive */
@media all and (max-width: 800px) {
    
.header-custom {
    padding: 16px;
}

.navbar-custom-button {
    display: block;
    color: white;
    position: absolute;
    z-index: 9;
    right: 16px;
}
.navbar-custom-list {
    display: none;
    position: fixed;
    background: var(--dark);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.nav-custom ul {
    margin-top: 96px;
    text-align: center;
}
.nav-custom ul li {
    width: 100%;
    display: block;
    padding: 4px 0;
    font-size: 18px;
}
.nav-custom ul li a {
    color: white;
    margin: 0 12px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    font-size: 15px;
}
.logo-custom {
    position: relative;
    z-index: 9;
}
.nav-custom ul li.action a {
    background: unset;
}
.fa-times {
    font-size: 26px !important;
}
.nav-custom ul li a:hover {
    color: ;
    text-decoration: none;
    color: white;
}
.home .ta-m {
    min-width: 100%;
}
.home h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 16px;
}
.h2-animate {
font-size: 19px;
    line-height: 22px;
    padding: 0 47px;
    margin-top: -11px;
}
.home .info p {
    padding: 12px;
    display: none;
}
.btn-custom {
    padding: 8px 22px;
    margin-top: 12px;
}
.ta-my {
    top: unset;
    position: unset;
    transform: unset;
}
section {
    padding: 16px;
    margin: 50px 0 0 0;
}
.col p {
    font-size: 15px;
    line-height: 19px;
}
.col-video {
    padding: 0;
}
.video-l,
.video-r {
    height: auto;
    width: 100%;
    object-fit: unset;
    margin: unset !important; 
}
.modal {
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.projects {
    margin-top: 28px;
    padding: 0;
}
.projects ul {
    left: 12px;
}
.ta-my.pr-5,
.ta-my.pl-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.h3-team {
    font-size: 30px;
    line-height: 32px;
    float: left;
    margin-bottom: 12px;
}
.cards .col {
    width: 90%;
    margin: 24px auto;
    float: none; 
    overflow: hidden;
    padding: 16px;
}
.logos h3 {
    font-size: 30px;
    padding: 4px 16px;
}
.logo-res {
    width: 50% !important;
    margin: 12px -40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.logo-res img {
    width: 200px !important;
}
.join .btn-custom {
    padding: 13px 51px !important;
    font-size: 16px;
}
.social-icons .col {
    width: 33.33% !important;
}
.sub-section img {
    height: 201px;
}
.join h4 {
    font-size: 34px;

}
.projects .col:last-child {
    margin-top: unset;
}
.projects .col img {

    height: 196px;

}
.h2-animate #element {
    width: 100%;
    float: left;
}
/*.btn-before {
    bottom: 7%;
}*/
.cards .team {
    width: 50%;
    float: left;
}
.cards .team img {
    padding: 0;
    margin-left: -7px;
}
.left-res {
    float: left;
    width: 50%;
    text-align: left;
    line-height: 16px;
    font-size: 13px;
    height: 100%;
}
.left-res .center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.home h1 strong {
    font-size: 27px;
    line-height: 35px;
}
.home .info, .parallax .info {
    margin-top: 8px;
    margin-bottom: 0;
}
.header-mini {
    padding: 8px 16px;
}
.h3-home,
.parallax .center h3 {
    font-size: 29px;
    line-height: 29px;
}
.parallax .center {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #374050;
    margin: 0;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 16px;
}
.parallax {
    min-height: 550px;
    background-position-x: -83px;
}
.cards {
    margin: 50px auto;
}
.section-b-b-container {
    margin: 50px 0 0 0;
    padding-bottom: 50px;
}
.logos {
    padding: 10px 0;
}
.logos img, .logos svg {
    max-width: 50%;
}
.parallax2 {
    min-height: 300px;
    background-position-x: 0;
}
.home2 .btn-before {
    /* display: none; */
}
.contact {
    margin: 50px 0;
}
.contact .col:last-child {
    padding-left: 8px;
    margin-top: 50px;
}
.page {
    margin-bottom: 100px;
    margin: 50px 0;
}
.cards .row {
	flex-wrap: wrap;
    display: flex;
}








}