/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress bilnea child theme.
Author: bilnea
Author URI: https://bilnea.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.c-h1{
	display:none;
}

/*
#site-header {
    position: relative;
    width: 100%;
    background-color: transparent;
  	border-bottom: 0px;
    z-index: 100;
}
*/


/* FOCUS*/
a:focus {
  outline: solid 0 !important;
}


/* DESPLAZAMIENTO CUBO*/
.coco {
       margin: -20px;
}
.coco2 {
       margin: 20px;
}


/*SLIDER*/
 .elementor-2 .bt-spl .elementor-button {
    fill: #511764 !important;
}

.jet-carousel .jet-arrow svg {
    filter: drop-shadow(3px 5px 2px  rgb(148 30 184 / 46%));
}

.bt-bl .elementor-button.elementor-size-xl {
   padding: 40px 90px;
 }


/* GRPD*/
.moove-gdpr-branding-cnt {
    display: none;
}


/* Flotante*/

#whatsapp{
position:fixed;
	bottom:40%;
	right:10px;
  z-index:100;
}
.whatsapp-ico{
	width:100px;
}

@media (max-width: 1024px) {
	#whatsapp{
    display:none;
  }
}
/*AUTORES*/
.elementor-element.elementor-element-1837962 {
    --display: flex;
    --width: 100%;
    --flex-direction: row;
    --gap: 0px;
    --overlay-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    --transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --margin-top: -20px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
}
/* EXPERTOS*/

.flexbox {
   display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
    margin: 60px 0px;
}

@-webkit-keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

@-moz-keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

@-o-keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

@keyframes smooth {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

/*
.flexbox-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flexbox-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
*/


.flexbox_uno {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  width: 23%;
}

.flexbox_dos{
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  width: 73%;
    margin-right: 2%;
	text-align: right;
}

.flexbox_tres {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  width: 23%;
}

.flexbox_cuatro{  
    width: 70%;
    margin-left: 7%;
}

.flexbox-foto{
    width: 300px;
	background-color: #F5F0FD;	
}

@media (max-width: 1000px) {   
/*AUTOR*/
.elementor-element.elementor-element-1837962{	
    padding: 20px;
	}
.elementor-element.elementor-element-fcdf687{	
    margin: 0 0 50px 25% !important;	 
	}
/*EXPERT*/
.flexbox {
   display: grid;
}
	.flexbox_uno {
	 width: 90%;		
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
	}
	.flexbox_dos{
	  width: 90%;
      order: 2;
    text-align: left;
    margin-left: 7%;
	}
	.flexbox_tres {
	  width: 90%;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
	}
	.flexbox_cuatro{
	  width: 90%;
	}
}

.Exp-cargo {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}
.Exp-nombre {
    color: #909090;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    margin: -15px 0px 0px 0px;
}
 .Exp-mail {
    color: #941EB8;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
}
.Exp-cont {
    margin: 8px 0px 20px 0px;
}

.Exp-img {
  margin: -20px -20px 20px 20px;
}

.Exp-social-icon {
    --e-social-icon-icon-color: #b6b6b6 !important;
    background-color: #1da1f200 !important;
}

.Exp-link {
  margin: 20px 0px;
}


/* GOOGLE TRANS*/
#google_language_translator .goog-te-gadget .goog-te-combo {
    width: 200px;
}