/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* titillium-web-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('./fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('./fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }
  
/* titillium-web-700 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Titillium Web';
font-style: normal;
font-weight: 700;
src: url('./fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
src: url('./fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
        url('./fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-900 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Titillium Web';
font-style: normal;
font-weight: 900;
src: url('./fonts/titillium-web-v15-latin-900.eot'); /* IE9 Compat Modes */
src: url('./fonts/titillium-web-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./fonts/titillium-web-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
        url('./fonts/titillium-web-v15-latin-900.woff') format('woff'), /* Modern Browsers */
        url('./fonts/titillium-web-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./fonts/titillium-web-v15-latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
body,
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
        font-family: 'Titillium Web';
}
.ryr-banner-img img {
        filter: invert(58%) sepia(29%) saturate(4293%) hue-rotate(1deg) brightness(92%) contrast(102%);
        max-width: 104px;
        max-height: 104px;
}
.ryr-banner-h2 h2 {
        font-size: 41px;
}
.ryr-banner-h2 .fw-900 {
        font-weight: 900;
        display: flex;
        justify-content: center;
        font-size: 88px;
        margin-top: 10px;
}
.header-box-contacto h3 {
        font-size: 13px;
        margin-bottom: 0;
}
.header-box-contacto p {
        font-size: 13px;
        line-height: 1.3;
}
.header-col-contacto {
        flex-basis: auto;
        max-width: fit-content;
}
.ryr-menu {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%;
        background-color: #fff;
        height: 75px;
        padding: 0 0 0 35px;
        border-radius: 5px;    
}
.ryr-menu .header-nav > li {
        margin: 0 25px;
}
.ryr-menu .header-nav li a {
      color: #043A59;
      text-transform: uppercase;
      letter-spacing: 0;
}
.ryr-menu .header-nav li a:hover,
.ryr-menu .header-nav li.active a {
        color: #E97B00;
}
.ryr-menu .flex-right,
.ryr-menu .flex-right > ul,
.ryr-menu .flex-right > ul > li,
.ryr-menu .flex-right > ul > li > .social-icons,
.ryr-menu .flex-right > ul > li > .social-icons > .icon {
        height: 100%;
}
.ryr-menu .flex-right > ul > li > .social-icons,
.ryr-menu .flex-right > ul > li > .social-icons > .icon {
        display: flex;
        align-items: center;
}
.ryr-menu .flex-right > ul > li > .social-icons > .icon {
        font-size: 25px;
        padding: 0 25px;
        margin: 0;
}
.ryr-menu .flex-right > ul > li > .social-icons > .icon.facebook {
        order: 2;        
}
.ryr-menu .flex-right > ul > li > .social-icons > .icon.instagram {
        order: 1;        
}
.ryr-menu .header-social-icons .social-icons .icon {
        border-left: 1px solid rgba(4, 58, 89,0.3);
}
.row-divided > .col.header-col-contacto + .col:not(.large-12) {
        border-left: 2px solid rgba(255,255,255,0.4);
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
        letter-spacing: 0;
}
.button.primary .icon-angle-right {
        background-color: #043A59;
        width: 31px;
        height: 31px;
        border-radius: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #E97B00;
}
.button.primary .icon-angle-right {
        margin-left: 10px !important;
}
.button .icon-angle-right::before {
        transform: scale(2);
}
.button.primary.is-outline {
        color: #fff;
}
.button.primary.is-outline .icon-angle-right {
        margin-left: 15px !important;
}
.is-small.button {
        font-size: 13px;
}
.flickity-page-dots {
        bottom: 30px;
}
.flickity-page-dots .dot {
        width: 18px;
        height: 18px;
        background-color: #E97B00 !important;
        border-color: #E97B00 !important;
        opacity: 1;
}
.flickity-page-dots .dot.is-selected {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
}
.section-title {
        border: 0 !important;
}
.section-title-normal > span {
        border: 0 !important;
        display: flex;
        align-items: center;
        white-space: pre-wrap;
}
h2.section-title-normal > span::before {
        content: '';
        background-color: #043A59;
        width: 4px;
        height: 37px;
        position: absolute;
        left: -15px;
}
.h2, h2 {
        font-size: 36px;
}
.button.secondary .icon-angle-right {
        background-color: #E97B00;
        width: 31px;
        height: 31px;
        border-radius: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #043A59;
}
.deco-left::after {
        content: '';
        background-image: url('./img/lineas-detalle-izquierda.png');
        position: absolute;
        width: 55px;
        height: 55px;
        bottom: 10px;
        left: 10px;
        background-size: cover;
}
.deco-right::after {
        content: '';
        background-image: url('./img/lineas-detalle-derecha.png');
        position: absolute;
        width: 55px;
        height: 55px;
        bottom: 10px;
        right: 10px;
        background-size: cover;
}
.section-title b {
        display: none;
}
.section-title-center {
        justify-content: center;
}
.section-title-center span::after {
        content: '';
        background-color: #043A59;
        width: 40px;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 20px);
}
.section-title-center span {
        padding-bottom: 10px;
}
.box-servicios .icon-box-img svg {
        max-height: 70px;
}
.box-shadow-1 {
        box-shadow: 12px 12px 0 #E97B00;
}
.box-shadow-1:hover {
        box-shadow: -12px -12px 0 #E97B00;
}
.header .stuck .header-main {
        background-color: #043A59;
}
.section-footer h3 {
        font-size: 14px;
}
.brand-globdigital {
        align-items: center;
}
.brand-globdigital .icon-box-img {
        width: 12px !important;
}
.brand-globdigital p {
        margin-bottom: 2px;
}
.brand-globdigital .icon-box-text {
        padding-left: 10px !important;
}
.fw-400 {
        font-weight: 400;
}
.row-contacto {
        background-color: #ffffff;
        box-shadow: 0px 3px 20px rgba(0,0,0, 0.16);
}
.row-divided.row-contacto > .col + .col:not(.large-12) {
        border-left: 2px solid rgba(4, 58, 89,0.3);
}
.noborder h2 .section-title-main::before {
        display: none;
}
.box-contacto-ryr h3 {
        font-size: 14px;
        margin-bottom: 0;
        line-height: normal;
}
.box-contacto-ryr .icon-box-img {
        padding-top: 10px;
}
.box-contacto-ryr .icon-box-text {
        padding-left: 20px !important;
}
body.page-id-16 .section-footer,
body.page-id-18 .section-footer,
body.page-id-22 .section-footer {
        padding-top: 320px !important;
        margin-top: -260px;
}
.section-footer .social-icons {
        margin-left: -5px;
}
.section-footer .social-icons .icon {
        margin-right: 10px;
}
.section-footer .social-icons .icon.instagram {
        font-size: 17px;
}
.footer-col-logo {
        border-right: 2px solid rgba(255,255,255,0.4);
}
.page-title h1 {
        font-size: 89px;
        font-weight: 900;
        letter-spacing: 0;
}
.has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
        padding-top: 230px !important;
        padding-bottom: 40px;
}
.box-shadow-2 {
        box-shadow: 12px 12px 0 #E97B00;
}
.box-shadow-2:hover {
        box-shadow: 12px -12px 0 #E97B00;
}
.nosotros-col-text h2.section-title-normal > span::before {
        top: 5px;        
}
.box-shadow-3 {
    box-shadow: 0px 3px 20px rgba(0,0,0, 0.16);
	background-color: #fff;
}
.box-shadow-3:hover {
        box-shadow: 0px 3px 20px rgba(233, 123, 0, 0.16);
}
.box-mision-vision h3 {
        font-size: 36px;
}
.box-shadow-4 {
        box-shadow: 12px 12px 0 #E97B00;   
}
.ryr-bullets ul {
        list-style: none;
}
.ryr-bullets ul li {
        margin-left: 0;
        padding-left: 14px;
        position: relative;
}
.ryr-bullets ul li::before {
        content: '';
        background-color: #E97B00;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        position: absolute;
        left: -5px;
        top: 10px;
}
.ryr-menu .header-nav .sub-menu  {
        min-width: 300px;
}
.flickity-prev-next-button {
        opacity: 1;
}
.flickity-prev-next-button svg {
        background-color: #E97B00;
        border-color: #E97B00 !important;
}
.flickity-prev-next-button.next {
        right: 4%;
}
.flickity-prev-next-button.previous {
        left: 4%;
}
.pb-0 {padding-bottom: 0;}
.mb-0 {margin-bottom: 0;}
.mb-1 {margin-bottom: 1rem;}

@media screen and (min-width: 850px) {
        .col-contacto-form.large-8 {
                flex-basis: 64%;
                max-width: 64%;
        }
        .col-contacto-text.large-4 {
                flex-basis: 36%;
                max-width: 36%;
        }
        .nosotros-col-image.large-6 {
                flex-basis: 47%;
                max-width: 47%;
        }
        .nosotros-col-text.large-6 {
                flex-basis: 53%;
                max-width: 53%;
        }
}
@media only screen and (max-width: 870px) {
        .col.header-col-contacto .icon-box-img {
                max-width: 30px;
        }
        .col.header-col-contacto .col-inner {
                padding: 0 15px;
        }
}
@media screen and (max-width: 849px) {
        .header-col-contacto {
                flex-basis: 100%;
                max-width: 100%;
        }
        .header-box-contacto p,
        .header-box-contacto h3 {
                color: #043A59;
        }
        .mobile-nav .social-icons .icon {
                font-size: 20px;
                margin-left: 10px !important;
        }
        .mobile-sidebar .nav-sidebar .menu-item a {
                text-transform: uppercase;
                color: #043A59;
        }
        .mobile-sidebar .nav-sidebar .menu-item a:hover {
                color: #E97B00;
        }
        .row-contacto {
                max-width: 96% !important;
        }
        .row-divided.row-contacto > .col + .col:not(.large-12) {
                border: none;
        }
}
@media only screen and (max-width: 550px) {
        .ryr-banner-h2 h2 {
                font-size: 31px;
        }
        .ryr-banner-h2 .fw-900 {
                font-size: 70px;
        }
        .page-title h1 {
                font-size: 50px;
        }
        .has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
                padding-top: 160px !important;
        }
        .copyright-footer a {
                display: block;
        }
        #logo {
                width: 125px !important;
        }
}
@media only screen and (max-width: 450px) {
        .col-contacto-form .section-title-normal > span {
                flex-wrap: wrap;
        }
        .col-contacto-form h2.section-title-normal > span::before {
                top: 5px;
        }
        .ryr-banner-h2 .fw-900 {
                font-size: 50px;
        }
}