 /*--------------------------------------------------------------
# SECCIONES
--------------------------------------------------------------*/

/* Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #273d51;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #c2940a;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


  

.ex-header {
    padding-top: 13rem;
    padding-bottom: 8rem;
    background: url("../images/Equipo/cover.JPG") 50% 60% no-repeat fixed;
    padding: 80px 0 60px 0;
    background-size: cover;
    text-align: center;
    position: relative;
}
.ex-header .section-header {
  padding-top: 3rem;
 
}

.ex-header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 61, 81, 0.75);
}

.ex-header h3 {
    color: #fff;
}

/* SLIDE */


.contenido-slider{
width: 100%;
height: 100%;

flex-shrink: 0;
}

.contenido-slider > img{
top: 10px;
width: 400px;
}


@media screen and (max-width:900px){
.contenido-slider > img{
    width: 100%;
}
}


@media screen and (max-width:600px){
.contenido-slider{
   flex-direction: column-reverse;
}

.contenido-slider > div{
    width: 80%;
}

}


/*---------------------------------------
    FEATURE              
-----------------------------------------*/

#feature {
  background: #fff;
  padding: 60px 0 40px 0;
}

#feature h1,h2,h3,h4,h5,h6 {
  
  font-weight: 300;
  line-height: normal;
}

#feature .nav-tabs {
  border-bottom: 0;
}

#feature .nav>li>a {
  padding: 8px 0;
}

#feature .nav-tabs>li>a {
  color: #999999;
  font-size: 18px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin-right: 35px;
}

#feature .nav-tabs>li.active>a, 
#feature .nav-tabs>li.active>a:focus, 
#feature .nav-tabs>li.active>a:hover {
  background: transparent;
  color: #273d51;
  border-bottom: 3px solid #c2940a;
}

#feature .nav>li>a:focus, 
#feature .nav>li>a:hover {
  background: transparent;
  border-bottom: 3px solid #273d51;
  color: #273d51;
}

#feature .tab-content {
  margin-top: 50px;
}

.tab-pane-item {
  margin: 20px 0;
}

.tab-pane-item h2 {
  margin: 20px 0 5px 0;
}

.feature-image {
  position: relative;
}

#feature .tab-pane-item p{
  font-size: 17px;
  text-align: justify;
  font-weight:500;
line-height: 29px;
letter-spacing: 0.5px;
padding-top: 20px;
}




/*---------------------------------------
 Equipo            
-----------------------------------------*/
#equipo {
background: #ffffff;
background-size: cover;
padding: 60px 0 40px 0;
position: relative;
}



#equipo h3 {
letter-spacing: 1px;
margin-top: 0px;
padding-bottom: 12px;
}

#equipo h4 {
margin: 0 0 20px 0;
text-transform: none;
color: #26253a;

font-weight: 600;
letter-spacing: 1px;
line-height: 1.5;
margin: 10px 0 0;
padding: 0;
text-align: center;
}

#equipo .p1 p{
color: #c2940a;
text-align: center;
font-weight: 400;
}


#equipo img {
width: 100%;
}

#equipo .trainer-thumb {
position: relative;
margin-top: 40px;
margin-bottom: 32px;
padding: 0px;
}

#equipo .trainer-thumb .trainer-overlay {
background: #26253a;
color: #ffffff;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
opacity: 0;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
transition: all 0.4s ease-in-out;
}

#equipo .trainer-thumb:hover .trainer-overlay {
opacity: 0.9;
transform: scale(0.9);
}

#equipo .trainer-thumb .trainer-overlay h2 {
padding-bottom: 0px;
}

#equipo .trainer-thumb .trainer-des {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
z-index: 20;
}

#equipo .trainer-thumb:hover img{
-webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
-moz-transform: scale(1.1) rotate(1deg) translateY(12px);
-o-transform: scale(1.1) rotate(1deg) translateY(12px);
-ms-transform: scale(1.1) rotate(1deg) translateY(12px);
transform: scale(1.1) rotate(1deg) translateY(12px);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

#equipo figure {
position: relative;
overflow: hidden;
padding: 0;
margin: 0;
}

#equipo img {
-webkit-transform: scale(1) rotate(0) translateY(0);
-moz-transform: scale(1) rotate(0) translateY(0);
-o-transform: scale(1) rotate(0) translateY(0);
-ms-transform: scale(1) rotate(0) translateY(0);
transform: scale(1) rotate(0) translateY(0);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#equipo i {
font-size: 48px;
z-index: 3;
margin-bottom: 10px;
color: #c59a6d;
}
#equipo a {

z-index: 3;

}

#equipo figure.effect-bubba figcaption::before,
#equipo figure.effect-bubba figcaption::after {
z-index: 1;
display: inline-block;
position:absolute;
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.5s, -webkit-transform 1s;
transition: opacity 0.5s, transform 1s;

}

#equipo figure.effect-bubba figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
z-index: 1;
}

#equipo figure.effect-bubba figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
z-index: 1;
}


#equipo figure.effect-bubba:hover figcaption::before,
#equipo figure.effect-bubba:hover figcaption::after {
z-index: 1;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

#equipo .perfil{
z-index: 10000000;
color: #25d366;
}


/*---------------------------------------
 Perfil        
-----------------------------------------*/
#speakers {
padding: 60px 0 30px 0;
}

#speakers .speaker .details h3 {
color: #fff;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
}


#speakers .speaker .details .social {
height: 30px;
}

#speakers .speaker .details a {
color: #fff;
}

#speakers .speaker .details a:hover {
color: #c59a6d;
}

#speakers .speaker:hover .details {
bottom: 0;
}

#speakers-details {
padding: 60px 0;
}

#speakers-details .details h2 {
color: #112363;
font-size: 28px;
font-weight: 700;
margin-bottom: 10px;
margin: 20px 0;
}

#speakers-details .details .social {
margin-bottom: 20px;

}

#speakers-details .details .social a {
background: #e9edfb;
color: #112363;
line-height: 1;
display: inline-block;
text-align: center;
border-radius: 50%;
width: 36px;
height: 36px;
padding-top: 9px;
}

#speakers-details .details .social a:hover {
background: #c59a6d;
color: #fff;
}

#speakers-details .details .social a i {
font-size: 18px;
}


#speakers-details .details p {
  color: #112363;
  font-size: 1.3em;
  margin-bottom: 10px;
  text-justify:newspaper ;
  
  }


  
/*---------------------------------------
  Price section              
-----------------------------------------*/
#price {
background: url("../images/about-bg3.jpg") 90% 10% no-repeat fixed;
background-size: cover;
padding: 60px 0 40px 0;
position: relative;

}

#price .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(34, 34, 34, 0.795);

}


#price .section-header h3 {

color: #c59a6d;
}

#price .section-header h3::before {
content: '';
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ffffff;
bottom: 1px;
left: calc(50% - 60px);
}

#price .section-header h3::after {
content: '';
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #5a8ebe;
bottom: 0;
left: calc(50% - 20px);
}



.rotate-box-icon {
display: inline-block;
text-align: center;
margin-bottom: 15px;
margin-top: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rotate-box-icon {
width: 70px;
height: 70px;
color: #FFF !important;
font-size: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}


.rotate-box-icon{
background-color: #c59a6d;

}
.rotate-box-icon:after {
content: "";
position: absolute;
top: 3px;
right: 3px;
bottom: 3px;
left: 3px;
border: 2px solid #FFF;
}
.rotate-box-icon .fa{

position: relative;
top: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.service:hover>.rotate-box-icon:after {
content: "";
position: absolute;
top: 3px;
right: 3px;
bottom: 3px;
left: 3px;
border: 2px solid rgb(253, 253, 253);
}
.service:hover>.rotate-box-icon{
background-color: #273d51;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.service:hover>.rotate-box-icon .fa{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}


.service{
border: 3px solid #7e7e7e;
margin-top: 20px;
margin-bottom: 0px;
transition: all 0.3s;
position: relative;
padding: 60px 25px;
text-align: center;
}
.service h4{
color: #c59a6d;
}
.service:hover>h4,
.service:hover>span.fa{
color: #c59a6d;
}
.service:hover{
background-color: #ffffff;
border-color: #c59a6d;
margin-top: 20px;
margin-bottom: 20px;
cursor: pointer;
padding-top: 80px;
padding-bottom: 80px;
}
.service p{
font-size: 17px;
  text-justify: newspaper;
  font-weight:500;
line-height: 29px;
letter-spacing: 0.5px;
padding-top: 20px;
color: #ffffff;
}
.service:hover>p{

color: #112363;
}

/* WHATSAPP
--------------------------------*/


.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float{
margin-top:16px;
}

