/*
Theme Name: Robecamx
Theme URI: https://robeca.mx/
Template: wp-bootstrap-starter
Author: julio perez
Author URI: https://hemisferioweb.net/
Description: theme esclusivo para robeca
Tags: none
Version: 0.1.1666806463
Updated: 2023-11-1 14:41:42

*/

/*
primary color #ED1B2F;

secondary color #323345;
*/

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

*, *:before, *:after {
  box-sizing: border-box;
}
html, body{
    min-height: 100%;
    overflow-x: hidden;
    max-width: 100%;
}
.home-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    max-height:100%;
    left: 0;
    top: -20px;
    padding: 1rem;
}
.home-banner{
    max-width: 100%;
}
/*.home .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}*/
/*header#masthead {
    margin-bottom: 0;
    background-color: #323345;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    padding: 0.74rem 1rem;
}*/
header#masthead {
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    max-width: 230px;
    background-color: #323345;
    min-height: 100%;
    padding: 1rem;
    margin-bottom: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
}
header#main-header{
    background-color: #ED1B2F; /*#ef9200; */
}
.logo-container {
    z-index: 1;
}
.navbar-brand, .site-title{
    margin-right: 1rem;
}
.logo{
    width: 100%;
    max-width: 200px;
    height: auto;
    /*margin-right: 4rem;*/
}
.navbar-toggler {
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 0.25rem;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#page.site{
    display: flex;
    align-items: stretch;
}
.home #page.site{
    display: block;
}
.menu-sidebar{
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    max-width: 230px;
    background-color: #ED1B2F;
    color: #ffffff;
    min-height: 100%;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none; /*solid 1px #323345;*/
    /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);*/
}
.bg-my-secondary{
    background-color: #323345;
}
#main-container{
    display: inline-block;
    flex: 1 1 auto!important;
}
a {
    color: #ED1B2F;
    text-decoration: none;
    background-color: transparent;
}
.fw-bold{
 font-weight: bold; 
}
.text-red{
    color: #ED1B2F;
}
#sidebar-nav{
    margin-bottom: 3rem;
}
#sidebar-nav a, #menu-main a{
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#menu-main .dropdown-menu a, #menu-extra .dropdown-menu a{
    color: #212529;
}
#menu-main a:hover, #menu-extra a:hover{
    color: #e9e9e9;
    /* font-weight: bolder; */
    background-color: #676767;
}
#menu-main li, #menu-extra li {
    border-left: solid 1px #ffffff;
}
#menu-main .dropdown-toggle, #menu-main .dropdown-center, #menu-extra .dropdown-toggle, #menu-extra .dropdown-center{
    white-space: normal;
    position: relative;
}
#menu-main .navbar-nav .dropdown-menu, #menu-extra .navbar-nav .dropdown-menu {
    background: rgba(255,255,255,0.9);
    box-shadow: none;
    border: solid 1px #ED1B2F;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(237 27 47);
    border-radius: 0.25rem;
}
#menu-main li.mybanca{
    border-left: none;
    background-color: #363c41;
    border-color: #363c41;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: solid 1px #ffffff;
}
#menu-main li.tarjeta{
    background-color: #900505;
    border-color: #900505;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-left: 0.5rem;
    border-left: none;
}
@media screen and (max-width: 1199px){
    .navbar-nav .dropdown-menu {
        background: rgba(255,255,255,0.9) ;
        box-shadow: none;
        border: solid 1px #ED1B2F;  
    }
}

/*
#menu-main a {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-color: #007bff;
    padding: 0.375rem 0.35rem;
    margin: 0 0.275rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
/*.nav-pills .nav-link{
    border-radius: 0;
}*/
#sidebar-nav .nav > li > a{
    border-bottom: none; /*solid 1px #dedede;*/
}
#sidebar-nav .nav > li > a:focus, #sidebar-nav .nav > li > a:hover, #menu-main .nav > li > a:hover, #menu-extra .nav > li > a:hover{
    color: #ED1B2F;
    border-radius: 0.25rem;
    background-color: #323345;
    text-decoration: none;
}
#barra-de-bolsa{
    background-color: #323345;
}
#content.site-content{
    padding-top: 0; /* 2.125rem; */
    background-image: none; /*url('img/home-img.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.page-id-7 #content.site-content{
    background-image: none;/*background-image: url(img/bg-main-home_2.jpg);*/
    background-position: top left;
    background-size: contain;
    background-attachment: local;
}
.page-id-19 #content.site-content{
    background-image: url('img/contacta-img.jpg');
}
.page-id-17 #content.site-content{
    background-image: url('img/traslado-img.jpg');
}
.page-id-15 #content.site-content{
    background-image: url('img/tpv-img.jpg');
}
.page-id-10 #content.site-content{
    background-image: url('img/cuenta-img.jpg');
}
body:not(.theme-preset-active) footer#colophon {
    color: #ffffff;
    background-color: #676767;
    font-weight: bolder;
}
.entry-content{
    margin: 0;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1rem;
}
.text-bold{
    font-weight: bold;
}
.myserif{
    font-family: 'PT Serif', serif !important;
}
.wp-video .mejs-container .mejs-controls {
    visibility: hidden;
}
/* buttons */
.btn-primary {
    color: #ffffff;
    background-color: #323345;
    border-color: #323345;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #ED1B2F;
    border-color: #ED1B2F;
}
.btn-primary.focus, .btn-primary:focus {
    color: #323345;
    background-color: #ED1B2F;
    border-color: #ED1B2F;
    box-shadow: 0 0 0 0.2rem rgb(50 51 69 / 50%);
}
#acceso.btn-primary{
    color: #ffffff;
    background-color: #363c41;
    border-color: #363c41;
    padding: 0.375rem 0.75rem;
    display: block;
    margin:0 auto 0.5rem;
}
/* inputs */
form > p{
    padding: 0;
    margin: 0;
}
form, label{
    width: 100%
}
.form-control {
    background-color: #ecf2f9;
}
input.btn{
    display: block;
    width: 100%;
}

.wpcf7-spinner {
	visibility: hidden;
    display: none;	
}

form.submitting .wpcf7-spinner {
	visibility: visible;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

.wpcf7-form{
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.screen-reader-response{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    border:0
}
.wpcf7-form.sent br, .wpcf7-form.sent .form-control, .wpcf7-form.sent .btn, .wpcf7-form.sent input, .wpcf7-form.sent textarea{
     display: none;
}
.wpcf7-response-output {
    text-align: center;
    font-size: 1.25rem;
}
/* extras */
.card{
    border: none;
    border-radius: 0.5rem;
    background-color: rgba(255,255,255,0.8);
}
.card.border{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
}
.card.dark{
    border: none;
    border-radius: 0.5rem;
    background-color: rgba(0,0,0,0.3);
}

hr.back-hr {
 display: block;
    margin: 50px 0 -15px;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: rgb(49 50 68 / 35%);
}
hr.back-hr + h2.back-hr {
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0;
  padding: 5px 10px;
  border: none;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}
hr.back-hr + h2.back-hr::first-letter {
  margin-left: 0.32em;
}

/* Alternative transform: translate */
hr.back-hr + h2.back-hr {
  border-width: 1px 0;
}
hr.back-hr + h2.back-hr::before, hr.back-hr + h2.back-hr::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ED1B2F;
  content: "";
}
hr.back-hr + h2.back-hr::before {
  left: 0;
}
hr.back-hr + h2.back-hr::after {
  right: 0;
}

.mydisplay-4 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}
.mydisplay-5 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
}
.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.mytext-shadow{
 text-shadow: 3px 3px 3px #000000;   
}
.btn-red{
    color: #ffffff;
    background-color: #ED1B2F;
    border-color: #ED1B2F;
}
.btn-red:hover{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.home #content.site-content{
    padding-bottom: 0;
}
.recibe-p{
    width: 50%;
}
@media (min-width: 992px){
    #acceso.btn-primary{
        margin: 0;
    }
}
/*
secondary color #323345;*/
@media screen and (max-width: 767px) {
    #menu-main li, #menu-extra li{
        border-left: none;
    }
    #acceso.btn-primary{
        display: list-item;
        text-align: left;
        padding: 1.2rem 0 0;
        list-style: none;
    }
    #menu-main li.mybanca{
        background-color: transparent;
        border-color: transparent;
    }
}
@media screen and (max-width: 576px) {
    .page-id-7 #content.site-content{
        background-size: auto;
    }
    .home-overlay{
        position: relative;
        width: 100%;
        height: 100%;
        max-height:100%;
        left: 0;
        top: 0;
        padding: 1rem;
    }
    .recibe-p{
        width: 100%;
    }
    #menu-main li.mybanca{
        background-color: transparent;
        border-color: transparent;
    }
    .logo-container{
        text-align: center;
    }
    .logo-container .logo{
        margin: 0 auto;
    }
    #page.site{
        flex-direction: column;
    }
    .menu-sidebar {
        max-width: 100%;
    }
    #sidebar-nav{
        margin-bottom: 0;
    }
    .navbar-toggler {
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 0.25rem;
    }
    .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    #menu-main li, #menu-extra li {
        border-left: none;
    }
    .navbar-nav .dropdown-menu {
        margin-left: 0;
        background: transparent;
        box-shadow: none;
        border: none;
    }

}
.owl-dots {
    DISPLAY: NONE;
}
 h2#ventajas-title{
      /*  position: absolute;*/
     left:20%;top:-50%;
    }


h2#ventajas-title{
    font-family: 'Open Sans' !important;
    text-align: center;
    font-size: 3rem;
    margin-top: 3rem;
   /* font-weight: 900;*/
    display: inline-block;
    position: relative
}

h2#ventajas-title:after{
        content: ' ';
    position: relative;
    display: block;
    background-color: #ED1B2F;
    width: 15rem;
    height: 0.3rem;
    margin: 1rem auto 0 auto;
}
@media screen and (max-width: 767px) {
    h2#ventajas-title{
        position: relative;
        font-size: 2rem;
        display:block;
        left: 0;  
    }
}
.bg-black{
    background-color: #000000;
}
.bg-red {
    background-color: #ed1b2f;
}
.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;
}
.acceso-link{
    color: #fff!important;
    background-color: #222;
    border: solid 1px #717171;
}
/*.fw-bold {
    font-weight: 700!important;
}*/
.bg-ventajas{
    background: rgb(251,69,86);
background: linear-gradient(128deg, rgba(251,69,86,1) 25%, rgba(237,27,47,1) 26%, rgba(237,27,47,1) 64%, rgba(251,69,86,1) 65%, rgba(251,69,86,1) 95%, rgba(237,27,47,1) 96%);
}