/*
	Theme Name: ElRoble.com
	Theme URI: elroble.com
	Description: El roble
	Version: 1.1.4
	Author: magdielcg@live.com
	Author URI: https://github.com/magdielcg
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: https://wordpress.org/about/license/
*/




/*MEDIAS */
@media only screen and (max-device-width: 480px){

}
@media only screen and (max-device-width: 720px){
    
}
@media only screen and (max-device-width: 1024px){
    
}
video {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#hero-slider {
    position: relative;
}
@media (min-height: 700px) {
    #hero-slider {
        height: 100vh;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    height: 100%;
}

.owl-stage-outer {
    height: 100%;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    height: 100%;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-item {
    background-repeat: no-repeat;
    background-position: center;
}

.owl-lazy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*padding-top: 60%;*/
}
@media (min-height: 700px) {
    .owl-lazy {
        height: 100%;
        padding: 0;
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {

    font-size: 110px;

}

.bg-primary  {
    background-color: #394855 !important;
}



/*menu multinivel*/
@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }
    .dropdown-menu li{
        position: relative;
        color: black;
    }
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}/*menu multinivel*/
@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu{
        margin-left:20px; margin-right: 0;
    }
    .dropdown-menu li{
        position: relative;
        color: black;
    }
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}
.dropdown-item{
    word-break: break-word;
}

/*iconos index*/

.invert{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 100px;
}
.invert-sm{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 50px;
}
.normalIcon{
    max-width: 80px;
}

/*imagen contactenos.*/
.imgFooter{
    max-width: 100%;
}


/*Single productos.*/

.mycontent-left {
    border-right: 5px solid rgb(234,170,33);
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

#parallax-world-of-ugg .title h1 {
    font-size: 35px;
    letter-spacing: 8px;
}

#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) !important;
}


.img-responsive1{
    height: 175px;
}
/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        width: 620px;
    }
    #main_nav #menuBtn,
    #main_nav ul.nav-item {
        display: none;
    }

    #main_nav #menuBtn:checked ~ ul.dropdown-menu,
    #main_nav #menuBtn + label:hover ~ ul.dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg h2 {
        font-size: 30px;
    }

    .site-navbar .logo {
        top: 5px !important;
    }

    #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
        height: 100vh;
    }
    .parallax-text{
        margin-top: 40%
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
    .img-responsive1{
        height: 300px;
    }
    .parallax-text{
        margin-top: 40%
    }
    .appWhatsapp {
        display: block !important;
        position: fixed;
        right: 20px;
        bottom: 24px;
        width: 50px;
        height: 50px;
        z-index: 1000;
    }
    .appWhatsapp img{
        width: 100%;
    }

    #page-pagos-pendientes table, #page-pagos-pendientes thead, 
    #page-pagos-pendientes tbody, #page-pagos-pendientes th, 
    #page-pagos-pendientes td, #page-pagos-pendientes tr, 
    #page-pagos-asegurado table, #page-pagos-asegurado thead, 
    #page-pagos-asegurado tbody, #page-pagos-asegurado th, 
    #page-pagos-asegurado td, #page-pagos-asegurado tr {
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
	#page-pagos-pendientes thead tr, #page-pagos-asegurado thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#page-pagos-pendientes tr, #page-pagos-asegurado tr { 
        border: 1px solid #ccc; 
    }
	
	#page-pagos-pendientes td, #page-pagos-asegurado td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	#page-pagos-pendientes td:before, #page-pagos-asegurado td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
    }
    
    /* #page-pagos-pendientes td:nth-of-type(0):before { content: ""; } */
	#page-pagos-pendientes td:nth-of-type(1):before { content: "Serie"; }
	#page-pagos-pendientes td:nth-of-type(2):before { content: "Numero"; }
	#page-pagos-pendientes td:nth-of-type(3):before { content: "No. de pago"; }
	#page-pagos-pendientes td:nth-of-type(4):before { content: "Vencimiento"; }
	#page-pagos-pendientes td:nth-of-type(5):before { content: "Dia Vendicido"; }
	#page-pagos-pendientes td:nth-of-type(6):before { content: "Moneda"; }
	#page-pagos-pendientes td:nth-of-type(7):before { content: "Monto"; }
	#page-pagos-pendientes td:nth-of-type(8):before { content: "Estado"; }
    #page-pagos-pendientes td:nth-of-type(9):before { content: ""; }
    
    #page-pagos-asegurado td:nth-of-type(0):before { content: "#"; }
	#page-pagos-asegurado td:nth-of-type(1):before { content: "ASEGURADO (A)"; }
	#page-pagos-asegurado td:nth-of-type(2):before { content: "PRODUCTO"; }
	#page-pagos-asegurado td:nth-of-type(3):before { content: "VIGENCIA"; }
	#page-pagos-asegurado td:nth-of-type(4):before { content: "ESTADO"; }
}



@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }

    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
    .dropdown-item{
        white-space: nowrap;
    }
    .parallax-text{
        margin-top: 10%
    }
}

.buttonHeaderMobile{
    background: rgb(129,49,52);
    border-color: rgb(129,49,52);
    color: #fff;
    padding: 2px;
    border-radius: 8px;
}
.buttonHeaderMobile:hover {
    background: rgb(234,170,33);
    border-color: rgb(234,170,33);
    color: #fff;
    padding: 2px;
    border-radius: 8px;
}
.buttonHeaderL{
    background: rgb(129,49,52);
    border-color: rgb(129,49,52);
    color: #fff;
    padding: 3px;
    border-radius: 8px;
}
.buttonHeaderL:hover {
    background: rgb(234,170,33);
    border-color: rgb(234,170,33);
    color: #fff;
    padding: 3px;
    border-radius: 8px;
}
div.dropdown-backdrop {
    z-index: -1;
}
@media screen and (max-width: 991px) { body .nav-bar .module-group .module {
    display: inline-block; } }



.text-center { text-align: center; } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 3050 !important; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0 } .modal.fade .modal-dialog-opt { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%) } .modal.in .modal-dialog-opt { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog-opt { background-color:transparent !important; position: relative !important; width: auto !important; margin: 10px !important; } .modal-content { font-family: sans-serif; position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5) } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0 } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5 }  .modal-body { position: relative !important; padding: 15px !important; } .modal .modal-body { overflow-y: auto !important; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 } .modal-footer .btn+.btn { margin-bottom: 0; margin-left: 5px } .modal-footer .btn-group .btn+.btn { margin-left: -1px } .modal-footer .btn-block+.btn-block { margin-left: 0 } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } .close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2 } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5 } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0 } @media (min-width:768px) { .modal-dialog-opt { width: 600px !important; margin: 30px auto !important; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .modal-sm { width: 300px } } @media (min-width:992px) { .modal-lg { width: 900px !important; } }
.modal-confirm {
    color: #434e65;
    width: 525px;
}
.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    background: #7f3035;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-confirm .close:hover {
    opacity: 0.8;
}
.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}
.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}
.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
.crlstar{
    color: #eda645;
}
.textjustify{
    text-align: justify !important;
}
.lhm 	line-height: 0.7 !important;
}
.mt-10{
	margin-top: 4em !important;
}


.imgalingcenter{
	margin-left: 8% !important;
}
	

.imgheaderfullwidth img{
width: 100% !important;	
		margin-top:5em !important;
}


.btnheader .wp-block-button__link{
	position: absolute;
    top: 32em;
    left: 70%;
    background-color: #eba904;
    color: #ffffff !important;
    font-weight: 800;
    border-style: solid;
	border-color:#ffffff;
	animation: 1s btnactions;
	animation-iteration-count: infinite;
}
@keyframes btnactions{
	100% {
		border-color:#ffc83e;
		
	}
}
.btncenter{
	  margin-left: 40%;
}


.btncenter .wp-block-button__link{
    top: 26em;
    background-color: #eba904;
    color: #ffffff !important;
    font-weight: 800;
    border-style: solid;
	border-color:#ffffff;
	animation: 1s btnactions;
	animation-iteration-count: infinite;
}
@keyframes btnactions{
	100% {
		border-color:#ffc83e;
		
	}
}
@media (max-width: 800px) {
	.btnheader .wp-block-button .wp-block-button__link{
	position: static!important;
    margin-top: 0em;
    background-color: #eba904;
    color: #ffffff !important;
    font-weight: 800;
    border-style: solid;
	border-color:#ffffff;
	animation: 1s btnactions;
	animation-iteration-count: infinite;
}
	.btnheader{
		margin-left:32%;
	}
.imgheaderfullwidth img{	
		margin-top:10em !important;
}
.btncenter{
		margin-left:33%;
	}
	
}

i.fa.fa-eye + a, i.fa.fa-eye {
    display: none !important;
} 



/* -------------------------------------------------------------------------- */



.apra.mi-seccion {
    display: flex;
    align-items: center;
    background-color: #9B999A;
    color: white;
    padding: 10px;
    position: relative;
  }
  .apra .content1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .apra .content1 p {
    flex: 1;
    margin-right: 10em;
  }
  .apra .imagenmano {
    position: absolute;
    top: 42%;
    right: -42em;
    transform: translateY(-50%);
  }
  .apra .imagenmano img {
    max-width: 20%;
  }
.apra .segundaparte
{
    display: flex;
    align-items: center;
    padding: 10px;
}
.apra .eltitulo .eltituloresponsive
{
    font-size: 30px;
    font-weight: bold;
    color: #FF9F06;
    padding-right: 27%;
    font-family: 'Stone Sans Bold';
}
.apra .normal
{
    font-size: 17px;
    color: #000;
    margin: 5% 0;
    padding-right: 27%;
    font-family: 'Stone Sans Regular';
}
.apra .negrita {
    font-size: 17px;
    color: #000;
    margin: 5% 0;
    padding-right: 27%;
    font-weight: bold;
    font-family: 'Stone Sans Bold'
}
.apra .terceraparte
{
    background: #F6F6F6;
    padding-bottom: 5em;
}
.apra .titulo
{
    margin: 2% 0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Stone Sans Bold';
    color: #FF9D00;
}
.apra .negrita2
{
    font-size: 20px;
    color: #000;
    margin: 5% 0;
    text-transform: uppercase;
    padding-right: 27%;
    font-weight: bold;
    font-family: 'Stone Sans Bold';
}
.apra .iconospequenos
{
    max-width: 10%;
}
.apra .iconospequenos2
{
    max-width: 10%;
}
.apra .iconospequenos3
{
    max-width: 10%;
    margin-left:1em;
}
.apra .iconospequenos4
{
    max-width: 10%;
    margin-left:1em;
}
.apra .iconospequenos5
{
    max-width: 10%;
    margin-left:1em;
}
.apra .col-md-6 {
  width: 50%;
  float: left;
}

.apra .elcontenedor {
    overflow: hidden;
  }
.apra .textoderecha
{
    float: right;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 17px;
    color: #000;
    margin: 5% 0;
    padding-right: 5%;
    float: right;
    text-align: right;
}
.apra .cintillo
{
    text-transform: uppercase;
    color: #FF9D00;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Stone Sans Bold';
    padding-right: 5%;
    float: right;
}
.apra .botones
{
    float:right;
    margin-left: 55%;
}
@media (max-width: 768px) {
  .apra-contentimage2 .img {
    max-width: 100%; /* Cambiar el ancho máximo al 100% para que se ajuste al ancho de la pantalla */
    float: none; /* Eliminar el flotador */
    margin-right: 0; /* Eliminar el margen derecho */
    margin-top: 20px; /* Cambiar el margen superior a un valor fijo */
  }
}
	
/* CSS para menus de informacion financiera seguros y fianzas */
a[href="https://www.elroble.com/informacion-financiera-fianzas/"] {
    font-weight: 900 !important;
	font-size: large !important;
}
a[href="https://www.elroble.com/informacion-financiera/"] {
    font-weight: 900 !important;
	font-size: large !important;
}
