/*
Theme Name: Redlogyc
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: Movemos Marcas
Author URI: https://oceanwp.org/about-me/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 3.1.3.1646229734
Updated: 2022-03-02 09:02:14

*/
/*=======FUENTES=========

font-family: 'Libre Baskerville', serif;
font-family: 'Miriam Libre', sans-serif;

npx tailwindcss -i ./assets/css/input.css -o ./dist/output.css --watch

/*=======================*/
.site-header2 {
   position: fixed !important;
   top: 0;
   left: 0;
   background: #fff !important;
}
.text-rojo {
    color: #7f2626;
}
.bg-rojo {
    background: #7f2626;
}
.text-azul {
    color: #24383c;
}
.bg-azul {
    background: #24383c;
}
.bg-gris {
    background: #eaeaea;
}
.bg-amarillo {
    background: #e7a72e;
}
span.topbar-content p {
    margin: 0;
    font-size: 16px;
    padding-left: 12px;
}
span.topbar-content i {
    font-size: 20px;
    padding-top: 3px;
}
span.topbar-content i.line-icon.icon-envelope {
    padding-left: 8px;
}

.contacto-link a span {
    background: #7f2626;
    color: #fff;
    padding: 11px 25px;
    border-radius: 30px;
    transition: 0.5s;
}
.contacto-link a span:hover {
    background: #e7a72e;
}

.gap-5{
	gap: 5%;
}

.aceptance a:hover {
    color: #7f2626;
}
input[type="submit"]{
	background:  #7f2626;
}
input[type="submit"]:hover{
	background:  #e7a72e;
}

/*=-------GRACIAS------==*/
.page-template-gracias section#contacto{
	display: none;
}
.banner-single {
    background-position: center;
    background-size: cover;
}
section#gracias {
    width: 100%;
    min-height: 100vh;
    position: relative;
	    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content-text-gracias h1 {
    color: #fff;
    font-size: 40px;
}
section#gracias::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.btn-gracias a {
    background: #7f2626;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 30px;
    font-size: 18px;
}
.btn-gracias a:hover{
	background: #e8a830;
	color:#fff;
}
.content-text-gracias {
    position: relative;
}
/*=-------POPUP------==*/
.content-dere-popup {
    min-height: 500px;
    width: 50%;
    background-position: center;
    background-size: cover;
}
.content-popup-datos {
    display: flex;
}
.content-izq-popup {
    width: 50%;
	    background: #24383c;
	    padding: 0 3%;
}
.content-text-popup h2 {
    color: #fff;
    font-size: 35px;
    line-height: normal;
    padding-top: 12%;
    position: relative;
}
.content-form2 .aceptance a {
    color: #fff;
    font-weight: 400;
}
.content-form2 .aceptance span {
    color: #fff;
    font-weight: 300;
}
.content-form2 label.mensaje {
    margin-top: 20px;
    display: block;
}
.content-form2 .btn-enviar {
    text-align: initial;
    padding-top: 3%;
    padding-bottom: 5%;
}
/*=======================*/
/*=======================*/

/*=-------HOME PAGE------==*/
#banner h1 {
    font-weight: 400;
}
#banner h1 span {
    font-weight: bold;
}
.content-text {
        width: 42%;
    height: 450px;
    background: #24383c;
    border-radius: 0 470px 470px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.btn {
    width: 35%;
    text-align: center;
    padding: 7px 0;
    font-weight: 500;
    border-radius: 30px;
    display: block;
}
.img-somos {
    min-height: 500px;
    border-radius: 50%;
    width: 85%;
    background-position: center;
    background-size: cover;
	    margin: 0 auto;
    position: relative;
}
.img-somos::before {
    content: url(../redlogyc/assets/img/img-figure.svg);
    position: absolute;
    width: 60%;
    left: -17%;
    top: 0;
    z-index: -1;
}
section#aliado {
    background: #7f2626;
    padding-bottom: 5%;
}

/*=======================*/
/*=======================*/

/*=====TABS=======*/
/*=======================*/
.tabs {
    display: flex;
    justify-content: center;
        gap: 1%;
    width: 100%;
    padding: 3% 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.tabs > li {
    transition-duration: 0.25s;
    list-style: none;
    text-align: center;
    border-radius: 40px;
    width: 25%;
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #eaeaea;
    font-size: 14px;
    color: #24383c;
}
.tabs > li::before {
    position: absolute;
    width: 24px;
    left: 19px;
    top: 11px;
}
.tabs > li:nth-child(1)::before {
    content: url(../redlogyc/assets/img/icon1-azul.svg);
}
.tabs > li:nth-child(2)::before {
    content: url(../redlogyc/assets/img/icon2-azul.svg);
        
}
.tabs > li:nth-child(3)::before {
    content: url(../redlogyc/assets/img/icon3-azul.svg);
    left: 9px;
}
.tabs > li:nth-child(4)::before {
    content: url(../redlogyc/assets/img/icon4-azul.svg);
}



.tabs > li.active:nth-child(1)::before{
    content: url(../redlogyc/assets/img/icon1-blanco.svg);
}
.tabs > li.active:nth-child(2)::before{
  content: url(../redlogyc/assets/img/icon2-blanco.svg);
}
.tabs > li.active:nth-child(3)::before{
 content: url(../redlogyc/assets/img/icon3-blanco.svg);
}
.tabs > li.active:nth-child(4)::before{
 content: url(../redlogyc/assets/img/icon4-blanco.svg);
}
/* .tabs > li:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: 0.25s;
    border-radius: 5px 5px 0 0;
} */

.tabs > li.active {
    color: #fff;
    background: #24383c;
}

.tab__content {
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.tab__content > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    list-style: none;
}
.tab__content > li .content__wrapper {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 3%;
}
.content__wrapper h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
}
.content__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.colors {
    text-align: center;
    padding-top: 20px;
}
.colors > li {
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    transition-duration: 0.2s;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.colors > li:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-bottom: 10px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.colors > li.active-color {
    -webkit-transform: scale(1.2) translateY(-10px);
    transform: scale(1.2) translateY(-10px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 20px solid rgba(0, 0, 0, 0.15);
}
.colors > li:nth-child(1) {
    background-color: #2ecc71;
}
.colors > li:nth-child(2) {
    background-color: #d64a4b;
}
.colors > li:nth-child(3) {
    background-color: #8e44ad;
}
.colors > li:nth-child(4) {
    background-color: #46a1de;
}
.colors > li:nth-child(5) {
    background-color: #bdc3c7;
}
.content-servicios-items {
    display: flex;
    gap: 10%;
}
.content-izq-servicios {
    width: 50%;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    border-radius: 0 235px 235px 0;
}
.content-dere-servicios {
    width: 50%;
    text-align: initial;
}
.content-dere-servicios h3 {
    color: #24383c;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    padding-bottom: 2%;
}

.content-dere-servicios h3:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 3px;
    background: #7f2626;
    bottom: 0;
    left: 0;
}
.content-dere-servicios li {
    position: relative;
}
.content-dere-servicios li::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 8px;
    background: #7f2626;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.content-dere-servicios ul {
    margin-bottom: 6%;
}


#aliado .img-somos::before {
    width: 60%;
    left: -17%;
    top: 50%;
}
/*=======================*/
/*=======================*/

/*=====BLOG=====*/
/*=======================*/
nav.navigation.post-navigation {
    display: none;
}
.content-area {
        border: none!important;
}
.contenedor-noticias {
    display: flex;
    gap: 3%;
        padding: 5% 0;
}
.control-img {
    min-height: 250px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.control-img span {
    position: absolute;
    width: 15%;
    left: 22px;
    top: 22px;
}
span.date {
    background: #24383c;
    color: #fff;
    padding: 7px 22px;
    letter-spacing: 2px;
    border-radius: 0 0 30px 0;
}

.control-text h4, .control-text p {
    padding: 0 20px;
    line-height: 25px;
    margin: 0;
}
.control-text h4 {
    padding-top: 5%;
    padding-bottom: 5px;
}
.control-text p {
    padding-bottom: 20px;
}

.control-text a{
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #7f2626;
    text-align: center;
    padding: 7px 0;
    display: block;
}
.control-text a:hover{
    background: #24383c;
    color: #fff;
}
.footer-bar-logo {
   position: relative;
   padding-right: 12rem;
   letter-spacing: 4px;
}
.aceptance a:hover{
	color: #7f2626;
}
section#contacto input[type="submit"]{
	background: #7f2626;
}
.footer-bar-logo:before {
   content: url(../redlogyc/assets/img/logo-movemos.svg);
   position: absolute;
    width: 140px;
   right: -28px;
   top: 1px;
}

section#metodo {
    position: relative;
    padding-bottom: 10%;
}
section#metodo:before{
    content: url(../redlogyc/assets/img/circle-meto.svg);
       position: absolute;
    width: 17%;
    right: 0;
    top: 1px;
}

.content-form label {
    display: block;
    margin-bottom: 15px;
        width: 100%;
}
.content-form p{
    margin: 0;
}
.gap-3{
    gap: 3%;
}
form input[type="number"] {
    max-width: 100%!important;
}
 form input {
  border-radius: 10px!important;
  border-color: #bfbfbf!important;
}
::placeholder{
    color: #606060!important;
}
form textarea {
    line-height: 1!important;
    border-radius: 10px!important;
    border-color: #bfbfbf!important;background: #fff!important;
}
.btn-enviar {
    text-align: center;
    padding-top: 3%;
}
.btn-enviar input {
    background: #7f2626!important;
    border-radius: 30px!important;
    letter-spacing: 0!important;
    font-weight: 600!important;
    font-size: 16px!important;
}
.btn-enviar input:hover{
    background: #e7a72e!important;
}
span.wpcf7-spinner {
    position: absolute;
}


a.content-img-blog {
    min-height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.item-metodos h3{
	width: 45%
}
   

.item-metodos  span{
       left: 8rem;
}

.content-img-blog span {
    position: absolute;
    width: 15%;
    left: 22px;
    top: 22px;
}
div#blog-entries {
    display: flex;
    flex-flow: wrap;
        gap: 2%;
}
div#blog-entries  article {
    width: 46%;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        
}
.blog-entry.large-entry{
padding-bottom: 0px!important;
}
.blog-entry.large-entry .thumbnail {
    margin-bottom: 0!important;
}
div#blog-entries .control-text {
    margin-top: -7px;
}

ul.categoria-blog {
    margin: 0;
    display: flex;
    padding-top: 4%;
    justify-content: center;
    gap: 5%;
}
ul.categoria-blog li{
    position: relative;
    width: 200px;
    text-align: center;
    padding: 7px 0;
    padding-left: 27px;
        border-radius: 30px;
}
ul.categoria-blog li a{
    color: #fff;
    font-size: 18px;
}
ul.categoria-blog li::before{
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
}
ul.categoria-blog li:nth-child(1){
   background: #7f2626;
}
ul.categoria-blog li:nth-child(1)::before{
    content: url(../redlogyc/assets/img/icon-event.svg);
    width: 25px;
    left: 25px;
    top: 7px;
}
ul.categoria-blog li:nth-child(2){
    background: #24383c;
}
ul.categoria-blog li:nth-child(2)::before{
    content: url(../redlogyc/assets/img/icon-publi.svg);
    width: 25px;
    left: 15px;
    top: 11px;
}
ul.categoria-blog li:nth-child(3){
    
     background: #e7a72e;
}
ul.categoria-blog li:nth-child(3)::before{
    content: url(../redlogyc/assets/img/icon-video.svg);
    width: 32px;
    left: 23px;
    top: 11px;
}
ul.page-numbers {
    text-align: center!important;
}
a.page-numbers {
    border-radius: 20px!important;
    background: #c8c8c8!important;
    color: #fff!important;
    font-weight: bold;
}
a.next.page-numbers, a.prev.page-numbers {
    background: #7f2626!important;
}
span.page-numbers.current {
    border-radius: 20px!important;
   background: #7f2626;
   color: #fff!important;
}
.sidebar-box {
    -webkit-box-shadow: 0px 0px 14px -7px #000000;
    box-shadow: 0px 0px 14px -7px #000000;
    padding: 15px 17px;
}
h2.widgettitle {
    border-bottom: 2px solid #e7a72e;
    padding-bottom: 10px;
    color: #24383c;
}
.tagcloud a {
    border-radius: 20px;
    margin-bottom: 10px;
}
.item-servicios a {
    position: relative;
    width: 100%;
    display: block;
    background: #eaeaea;
    margin-bottom: 20px;
    padding: 8px 0;
    padding-left: 51px;
}
.item-servicios a::before{
    position: absolute;
      width: 44px;
    left: 0;
    top: 0;
}
.item-servicios a:nth-child(1)::before{
   content: url(../redlogyc/assets/img/icon-servicio1.svg);
}
.item-servicios a:nth-child(2)::before{
   content: url(../redlogyc/assets/img/icon-servicio2.svg);
}
.item-servicios a:nth-child(3)::before{
   content: url(../redlogyc/assets/img/icon-servicio3.svg);
}
.item-servicios a:nth-child(4)::before{
   content: url(../redlogyc/assets/img/icon-servicio4.svg);
}
.item-servicios a:hover{
    color: #fff;
    background: #24383c;
}

.content-img-single{
    width: 100%;
    min-height: 250px;
    background-position: center 25%;
    background-size: cover;
}
.single .entry-title {
    border: none!important;
        padding: 0!important;
        margin: 0!important;
}
span.date2 {
    font-size: 25px;
    color: #7f2626;
    padding-bottom: 8px;
    display: block;
}
#related-posts {
    border: none!important;
}
h3.theme-heading.related-posts-title {
    color: #24383c;
    font-size: 20px;
    position: relative;
        margin-bottom: 40px;
}
h3.theme-heading.related-posts-title:before{
 content: '';
 position: absolute;
 width: 90%;
 height: 2px;
 background: #e7a72e;
 bottom: -11px;
 left: 0;
}
a.content-img-relatepost {
    width: 100%;
    min-height: 200px;
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
}

a.content-img-relatepost span {
    position: absolute;
    width: 15%;
    left: 22px;
    top: 22px;
}
section#related-posts article {
    width: 47%!important;
}
section#related-posts .oceanwp-row {
    display: flex;
    gap: 4%;
}
.control-text {
    text-align: initial;
}

.izq-form-blog {
    width: 50%;
    background: #24383c;
    padding: 5% 6%;
}
.dere-form-blog {
    width: 50%;
    background-position: center;
    background-size: cover;
}
.izq-form-blog h2 {
    color: #fff;
    font-size: 21px;
}
.izq-form-blog label {
    display: block;
    margin-bottom: 24px;
}
 form input[type="text"], form input[type="number"], form input[type="email"]{
    background-color: #fff!important;
}
.category .banner-single, .tag .banner-single {
    display: none;
}
@media (max-width: 1550px) {
      section#metodo:before {
    width: 21%;
    right: 0;
    top: 10%;
}
}
@media (max-width: 1440px) {
    a.btn {
        width: 42%;
       
    }
 
}
@media (max-width: 700px) {
         section#metodo:before {
  display:none;
}
	.content-popup-datos {
    flex-direction: column;
}
	.content-dere-popup {
    display: none;
}
	.content-izq-popup {
    width: 100%;
}
	.content-text-popup h2 {
    color: #fff;
    font-size: 25px;
}
    .content-text {
        width: 100%;
        height: 360px;
        border-radius: 0 155px 155px 0;
    }
    a.btn {
        width: 90%;
    }
    .img-somos {
        min-height: 300px;
    }
    .img-somos::before{
        display: none;
    }
    ul.tabs {
        flex-direction: column;
            margin: 0;
    }
    .tabs > li {
        width: 100%;
        margin-bottom: 13px;
        font-size: 15px;
    }
    .content-servicios-items {
        flex-direction: column;
    }
    .content-izq-servicios {
        width: 100%;
        min-height: 200px;
        border-radius: 0;
    }
    .content-dere-servicios {
        width: 100%;
        padding-top: 5%;
    }
    .contenedor-noticias {
        flex-direction: column;
    }
    section#contacto {
        padding-top: 15%;
        padding-bottom: 6%;
    }
    .footer-bar-logo {
        position: relative;
        padding-right: 12rem;
        letter-spacing: 0px;
    }
    section#metodo {
        padding-top: 50%;
    }
    ul.tab__content {
        margin: 0;
    }
    span.topbar-content p {
        margin: 0;
        font-size: 13px;
        padding-left: 12px;
    }
    ul.categoria-blog {
        flex-direction: column;
    }
    ul.categoria-blog li {
        margin: 0 auto;
        width: 75%;
        margin-bottom: 4%;
        padding: 10px 0;
    }
    .blog section#contacto, .single section#contacto {
        padding-top: 0%;
    }
    .dere-form-blog {
        display: none;
    }
    .izq-form-blog {
        width: 100%;
    }
    section#related-posts .oceanwp-row {
        flex-direction: column;
    }
    section#related-posts article {
        width: 100%!important;
    }
}