.logo {
    width: 150px;
}

@media only screen and (max-width : 500px) {

    .logo {
        width: 200px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1100px) {

    .logo {
        width: 210px;
    }
}

@media only screen and (min-width : 1101px) and (max-width : 1500px) {

    .logo {
        width: 210px;
    }
}

@media only screen and (min-width : 1501px) and (max-width : 3000px) {

    .logo {
        width: 310px;
    }
}

.div-border {
    border-left: 8px solid #0ad8ed;
    letter-spacing: 1px;
}


/* 02. Widget Footer
   ==================================== */
.widget-footer {
    width: 15%;
    margin-right: 25px;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
}

.widget-footer h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 28px;
    font-family: 'Geomanist', sans-serif;
    font-weight: 800;
}

.widget-footer img {
    margin-top: -10px;
    margin-bottom: 5px;
}

.widget-footer ul li {
    margin-bottom: 5px;
    list-style: none !important;

}

.widget-footer ul li a {
    font-size: 14px;
    color: #565656;
    letter-spacing: 2px;
}

.widget-footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.widget-footer p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #565656;
    letter-spacing: 2px;
}

.widget-footer.last {
    width: 24%;
    padding-left: 67px;
}

.widget-footer.last img {
    max-width: 144px;
}

/* 03. Copyright
   ==================================== */
.copyright {
    width: 100%;
    display: inline-block;
    padding: 10px 0 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.copyright p {
    font-size: 14px;
    color: #565656;
    letter-spacing: 1px;
}

/*----------------------------*/
.pay-icon {
    display: inline-block;
    display: flex;
    height: 35px;
    line-height: 36px;
    text-align: center;
    transition: 0.2s linear;
}

.color {
    min-width: 35px;
}

.spacing {
    letter-spacing: 1.5px !important;
    line-height: 1px;
}

.margin-tarjeta {
    margin-left: -75%;
}

/* 04. Newsletter*/

.search-domain {
    overflow: visible;
    padding: 25px 0 25px 0;
    background-color: #1b1b1a;
}

.search-domain h3 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 0;
    margin-top: -5px;
}

.search-domain form {
    margin-left: 13px;
}

.search-domain form .form-group {
    display: inline-block;
    position: relative;
}

.search-domain form .select {
    top: 17px;
    right: 10px;
    border: none;
    position: absolute;
    padding-right: 18px;
    color: #7782aa;
    font-size: 14px;
    font-family: 'Geomanist', sans-serif;
    text-transform: uppercase;
    background: transparent url(../images/down.png) no-repeat 86% 33%;
}

.search-domain form .select-options {
    top: 45px;
    left: -50%;
}

.search-domain form input {
    width: 484px;
    border: none;
    height: 45px;
    padding: 0 90px 0 24px;
    line-height: 45px;
    box-shadow: 1px 1px 22px rgba(98, 129, 157, 0.15);
    border-radius: 7px;
    background-color: #fff;
}

.search-domain form input::-webkit-input-placeholder {
    color: rgba(27, 27, 26, 0.48);
    font-size: 14px;
}

.search-domain form input::-moz-placeholder {
    color: rgba(27, 27, 26, 0.48);
    font-size: 14px;
}

.search-domain form input:-ms-input-placeholder {
    color: rgba(27, 27, 26, 0.48);
    font-size: 14px;
}

.search-domain form input:focus {
    outline-color: #565656;
}

.search-domain form .custom-btn {
    position: relative;
    top: -1px;
    margin-left: 16px;
    border: none;
    margin-bottom: 16px;
    background: #565656 none;
}

.search-domain form .custom-btn:hover {
    background: #f24a00 none;
}


@media screen and (min-width: 991px) {
    .search-domain form .custom-btn {
        position: absolute;
    }
}

/* -------------------05. Form Group-----------------*/

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 70px;
    height: 20px;
}


.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.2s linear;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 195px;
    border-radius: 5px;
    list-style: none;
    box-shadow: 1px 2px 40px rgba(28, 30, 32, 0.14);
    background-color: #fff;
}

.select-options:before {
    content: "";
    top: -7px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
}

.select-options li {
    margin: 0;
    padding: 14px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(35, 120, 236, 0.9);
}

.select-options li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.select-options li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.select-options li:hover {
    color: #524f6f;
    background-color: #e2eaf3;
}

.select-options li[rel="hide"] {
    display: none;
}


.form-group .select {
    color: #1b1b1a;
    width: 100%;
}

.form-group .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.2s linear;
}

.form-group .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 295px;
    border-radius: 5px;
    list-style: none;
    box-shadow: 1px 2px 4px rgba(28, 30, 32, 0.35);
    background-color: #fdfdfd;
}

.form-group .select-options:before {
    content: "";
    top: -7px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
}

.form-group .select-options li {
    margin: 0;
    padding: 14px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #565656;
}

.form-group .select-options li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.form-group .select-options li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-group .select-options li:hover {
    color: #524f6f;
    background-color: #e2eaf3;
}

.form-group .select-options li[rel="hide"] {
    display: none;
}

/*--------------------------------*/

/*-------------Custom Bottom---------------------*/
.custom-btn {
    color: white;
    font-weight: 500;
    letter-spacing: .5px;
    background-color: white;
    border: 2px solid #FC8633;
    padding: 14px 40px;
    font-size: 15px;
    border-radius: 7px;
    display: inline-block;
    text-transform: uppercase;
    2ca5ff
}

.custom-btn:hover {
    color: #fff;
}


/* 01. Blog
   ==================================== */
.blog .container {
    width: 1015px;
}

.blog header .container {
    width: 1300px;
}

.blog aside {
    margin-left: 40px;
    margin-top: 14px;
}

.blog .search-domain .container,
.blog footer .container {
    width: 1139px;
}

/* 02. Post
   ==================================== */
.post {
    margin-bottom: 70px;
}

.post .top-post {
    margin-bottom: 17px;
}

.post .top-post h3 {
    margin-bottom: 15px;
}

.post .top-post h3 a:hover {
    color: #676767;
}

.post .top-post a {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'Geomanist', sans-serif;
}

.post .top-post .date {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Geomanist";
    font-weight: 100px;
}

.post .post-images {
    margin-bottom: 20px;
}

.post .post-images img {
    max-width: 100%;
    border-radius: 6px;
}

.post .bottom-post p {
    font-size: 16px;
    font-family: 'Geomanist', sans-serif;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

/* 03. Order
   ==================================== */
.order {
    width: 100%;
    display: block;
    color: #2ca5ff;
    padding: 16px 0;
    text-transform: uppercase;
    text-align: center;
    border-radius: 7px;
    margin-top: -14px;
    box-shadow: none;
    background-color: rgba(212, 232, 252, 0.5);
}

/*=====  End of 08. Blog Style  ======*/
/*=============================================
=            10. Single Blog Style            =
=============================================*/
/* 01. Single Blog
   ==================================== */
.single-blog {
    margin-top: -7px;
}

.single-blog.container {
    width: 760px;
}

.single-blog .post .top-post {
    margin-bottom: 22px;
    text-align: center;
}

.single-blog p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
    letter-spacing: 1px;
}

.single-blog .content-post {
    margin-top: 56px;
}

.single-blog .content-post h4 {
    color: #39335b;
    font-size: 26px;
    margin-bottom: 22px;
    letter-spacing: 1px;
    font-family: 'Geomanist', sans-serif;
}

.single-blog .content-post p a {
    display: inline-block;
}

.single-blog .content-post .quote {
    font-size: 16px;
    padding-left: 70px;
    color: #39335b;
    margin-bottom: 38px;
    line-height: 27px;
    letter-spacing: 1px;
    font-family: "Geomanist", serif;
}

.single-blog .content-post .video {
    position: relative;
    margin-bottom: 31px;
}

.single-blog .content-post .video button {
    border: none;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 0;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 1px 2px 65px rgba(0, 0, 0, 0.76);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.2s linear;
}

.single-blog .content-post .video button:hover {
    box-shadow: none;
}

.single-blog .content-post .video button img {
    width: 22px;
    margin-left: 5px;
}

.single-blog .content-post .video iframe {
    margin-bottom: -2px;
}

.single-blog .content-post .video img {
    border-radius: 6px;
}

.single-blog .content-post .video .modal .modal-dialog {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
}

.single-blog .content-post ul {
    display: inline-block;
    margin-bottom: 18px;
    margin-top: 20px;
}

.single-blog .content-post ul li {
    display: inline-block;
    float: left;
}

.single-blog .content-post ul li:first-child {
    margin-right: 17px;
}

.single-blog .content-post ul li:last-child {
    margin-top: 27px;
}

.single-blog .content-post ul li img {
    border-radius: 6px;
}

.single-blog .content-post .last {
    margin-bottom: 60px;
}

.single-blog .content-post .share {
    padding-bottom: 56px;
    margin-top: 60px;
    margin-bottom: 50px;
    border-bottom: 4px solid #e8eef5;
}

.single-blog .content-post .share h5 {
    color: #39335b;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Geomanist', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}

.single-blog .content-post .share a {
    width: 46px;
    height: 46px;
    line-height: 53px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    background-color: #2ca5ff;
    box-shadow: 4px 7px 26px rgba(0, 0, 0, 0.03);
}

.single-blog .related-post {
    z-index: 9;
    position: relative;
}

.single-blog .related-post h5 {
    color: #39335b;
    font-size: 18px;
    font-family: 'Geomanist', sans-serif;
    font-weight: 800;
    margin-bottom: 26px;
    letter-spacing: 2px;
}

.single-blog .related-post ul {
    width: 100%;
    display: inline-block;
}

.single-blog .related-post ul li {
    width: 50%;
    float: left;
}

.single-blog .related-post ul li img {
    margin-right: 12px;
    border-radius: 6px;
}

.single-blog .related-post ul li a {
    color: #2ca5ff;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.single-blog .related-post ul li a:first-child {
    float: left;
    display: inline-block;
}

.single-blog .related-post ul li:last-child {
    padding-left: 21px;
}

.blog-margin {
    margin-top: 50px;
}

ul,
ol,
.widget {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
}

/* 06. Widget Popular
   ==================================== */
.widget-popular li {
    margin-bottom: 33px;
}

.widget-popular a {
    color: #f24a00;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.widget-popular a:hover {
    color: #f27900;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-decoration: none;
}

.text-resalt {
    color: #f24a00 !important;
    font-weight: 800;
}

.text-resalt2 {
    color: #f24a00 !important;
    font-weight: 500;
}


/* CARROUSEL */


.slider-wrap .slider {
    position: absolute;
    width: 100%;
    left: 50px;
}

.slider-item {
    width: 450px;
    padding: 20px 0 25px 30px;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    opacity: 0;
    z-index: 0;
    box-shadow: 0 4px 9px #f1f1f4;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-item .animation-card_image {
    background-color: white;
    border-radius: 50px;
}



.slider-item .animation-card_content {
    width: 100%;
    max-width: 374px;
    margin-left: 26px;
    font-family: "Geomanist", sans-serif;
}

.slider-item .animation-card_content .animation-card_content_title {
    color: #4a4545;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.18px;
    line-height: 24px;
    margin: 0;
}

.slider-item .animation-card_content .animation-card_content_description {
    color: #696d74;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 24px;
}

.slider-item .animation-card_content .animation-card_content_city {
    font-size: 11px;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #696d74;
}

.home {
    height: 1080px;
}



.banner-text {
    padding: 400px;
    top: 50%;
    left: 50%;
}

video {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1
}

.vacante {
    background-color: #f3f3f6;
    box-shadow: 2px 2px 2px rgba(28, 28, 27, 0.35);
}



.contenido {
    display: flex !important;
    align-items: center !important;
}

.vacantes {
    background-color: #008605;
    box-shadow: 2px 2px 2px #707070;
    border-radius: 50px;
    color: white !important;
    font-weight: 500;
}

.fondo {
    background-color: white;
}

.infog {
    min-width: 100%;
}


.fondo_2 {
    background-image: url(assets/imagenes/rec_sec_2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact-margin {
    padding: 35px 25px 30px 25px;
    background-color: #f2f2f2;
    margin: 50px 10px 10px 10px;
}

.invalid-width {
    max-width: 25px !important;
}

.max-width {
    max-width: 20px;
}

.decoration-none {
    list-style: none !important;
}

.fondo_nosotros {
    background-image: url(assets/imagenes/somos_fondo.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_empresa {

    background-image: url(assets/imagenes/somos_fondo.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.resp_ok {
    display: none !important;
    padding: 1px;
}

.resp_no {
    display: inline !important;
    padding: 1px;
}

.resp_noo {
    display: block !important;
    padding: 1px;
}

.pay-icon {
    display: inline-block;
    display: flex;
    height: 35px;
    line-height: 36px;
    text-align: center;
    transition: 0.2s linear;
}

.color {
    min-width: 35px;
}

.spacing {
    letter-spacing: 1.5px !important;
    line-height: 18px;
}



.galeria {
    max-width: 800px;
}

.li-vacante {
    color: #1b1b1a;
    line-height: 24px;
}

.boton {
    position: relative;
    top: -1px;
    border: none;
    margin-bottom: 16px;
    background-color: #008605;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 10px 10px;
}

.space {
    letter-spacing: 1.5px;
}



/** ACORDEON **/
#container-main {
    margin: 40px auto;
    width: 80%;
    min-width: 320px;
    max-width: 960px;
}

#container-main h1 {
    font-size: 40px;
    text-shadow: 4px 4px 5px #565656;
}

.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear: both;
}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 20px !important;
    font-family: 'Geomanist', sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 2px solid #0ad8ed;
    color: #fff;
    text-decoration: none;
}

.accordion-titulo.open {
    background: #1b1b1a;
    color: #fff;
    text-decoration: none;
}

.accordion-titulo:hover {
    background: #1b1b1a;
    color: #fff;
    text-decoration: none;
}

.accordion-titulo span.toggle-icon:before {
    content: "+";
}

.accordion-titulo.open span.toggle-icon:before {
    content: "-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}

.accordion-content p {
    margin: 0;
    text-align: left
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}


@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}

.text-decoration {
    list-style: none;
}

.fondo1 {
    background-image: url(../images/fotos/Ciudad-De-las-Fotos-Conocenos.jpg);
    min-width: 100%;
    min-height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fondo2 {
    background-image: url(../images/fotos/Ciudad-De-las-Fotos-Conocenos2.jpg);
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.list-normal {
    list-style: disc;
    font-family: "Geomanist", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #B6B6B6;
}

.fondo3 {
    background-image: url(../images/imagenes/box.jpg);
    min-width: 100%;
    min-height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-max-width {
    max-width: 580px;
}

.barra-gris {
    background-color: #1b1b1a;
}

.icon-max-width {
    max-width: 100px;
}

.info-max-width {
    max-width: 100%;
}

.videof {
    background-color: #565656;
    padding: 200px;
}

.exception {
    font-weight: 300;
}


@media screen and (max-width: 992px) {

    .resp_ok {
        display: flex !important;
        padding: 1px;
    }

    .resp_no {
        display: none !important;
        padding: 1px;
    }

    .resp_noo {
        display: none !important;
        padding: 1px;
    }

    .fondo1 {
        background-image: url(../images/imagenes/render1.jpg);
        min-width: 100%;
        min-height: 90%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .fondo2 {
        background-image: none;
        min-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .icon-max-width {
        max-width: 200px;
    }

    .image-max-width {
        max-width: 100%;
    }

    .widget-footer.last {
        width: 100%;
        padding-left: 0px;
    }

    .widget-footer.last img {
        max-width: 200px;
    }

    .widget-footer {
        width: 15%;
        margin-right: 0px;
        float: left;
        display: inline-block;
        margin-bottom: 0px;
    }

    /**Newsletter**/
    .search-domain form input {
        width: 100%;
        border: none;
        height: 45px;
        padding: 0 90px 0 24px;
        line-height: 45px;
        box-shadow: 1px 1px 22px rgba(98, 129, 157, 0.15);
        border-radius: 7px;
        background-color: #fff;
    }

    .search-domain form {
        margin-left: 0px;
    }

    .search-domain .form-group {
        display: initial !important;
        position: relative;
    }

    .search-domain form .custom-btn {
        width: 100%;
        position: relative;
        top: -1px;
        margin-left: 0px;
        border: none;
        margin-bottom: 10px;
        margin-top: 10px;
        background: #565656 none;
    }

    .custom-btn {

        padding: 10px 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .fondo1 {
        background-image: url(../images/imagenes/render1.jpg);
        min-width: 90%;
        min-height: 45%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

}

.resp_ok2 {
    display: none !important;
    padding: 1px;
}

.resp_ok3 {
    display: none !important;
    padding: 1px;
}

@media screen and (min-width: 2000px) {

    .resp_ok3 {
        display: flex !important;
        padding: 1px;
    }

    .resp_noo {
        display: none !important;
        padding: 1px;
    }

}

@media screen and (min-width: 1002px) {
    .logo {
        width: 220px;
    }
}

.parrafo {
    color: #B6B6B6;
    font-size: 16px;
}


ul.parrafo li {
    list-style: disc;
        font-size: 16px;

}

ul.lista li {
    list-style: none;
        font-size: 16px;
    line-height: 22px;
}

ul.lista-letra li {
    list-style:lower-alpha;
    font-size: 16px;
    line-height: 22px;
}

.bandera {
    max-width: 20px;
}

.CTA {
	background-color: aqua;
	color: black;
	font-weight: 900;
	padding: 20px;
	border-radius: 10px
}
