.terminos-data {
  background-color: #fff;
  position: relative;
  
}

.terminos-data p {
  font-size: 13px;
  line-height: 30px;
  color: #7b7b7b;
  font-weight: 400;
}

.terminos-data p a {
  color: #880d27;
}

/*-- cabecero top aqui --*/
.somos-top {
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}

.somos-top h1, .somos-top h3,.somos-top h5,.somos-top p {
  color:#fff;
}

.somos-top p {
  font-size: 13px;
    line-height: 30px;
    color: #7b7b7b;
    font-weight: 400;
}

.somos-top p a {
  color: #880d27;
}

.somos-top h1 {
    color: #880d27;
}
.somos-top h3 {
    font-size: 1.9em;
    color: #880d27;
    font-weight: 400;
    letter-spacing: 1px;
}
.somos-top h5 {
    font-size: 1.3em;
    color: #565656;
    font-weight: 300;
    margin:0.6em 0 1.5em 0;
    text-transform:uppercase;
}
.somos-top p.location_text {
    margin: 1em 0 0 0;
    display: BLOCK;
    font-size: 0.98em;
}

/*-- fin cabecero top aqui --*/

/* enfoque container */
.enfoque-top {
    background-color: #fff;
    /*padding: 70px 0;*/
    position: relative;
}

.enfoque-top h1, .enfoque-top h3,.enfoque-top h5,.enfoque-top p {
  color:#fff;
}

.enfoque-top p {
  font-size: 13px;
    line-height: 30px;
    color: #7b7b7b;
    font-weight: 400;
}
.enfoque-top h1 {
    color: #880d27;
}
.enfoque-top h3 {
    font-size: 1.9em;
    color: #880d27;
    font-weight: 400;
    letter-spacing: 1px;
}
.enfoque-top h5 {
    font-size: 1.3em;
    color: #565656;
    font-weight: 300;
    margin:0.6em 0 1.5em 0;
    /*text-transform:uppercase;*/
}
.enfoque-top p.location_text {
    margin: 1em 0 0 0;
    display: BLOCK;
    font-size: 0.98em;
}


.enfoque-top strong {
  color:#880d27;
}

/*toggle div enfoque*/

.enfoque-top .toggle-box {
  display: none;
}

.enfoque-top .toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}

.enfoque-top .toggle-box + label + div p {
    padding:10px;
}
.enfoque-top .toggle-box + label + div {

    /*background-color:#444;*/
    border-bottom:1px white solid;

    max-height:0;
    overflow:hidden;

    -webkit-transition:max-height 0.8s;
    -moz-transition:max-height 0.8s;
    transition:max-height 0.8s;
}

.enfoque-top .toggle-box:checked + label + div {
    max-height:800px;
}

/*
.enfoque-top .toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.enfoque-top .toggle-box:checked + label + div {
  display: block;
}
*/
.enfoque-top .toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.enfoque-top .toggle-box:checked + label:before {
  content: "\2212";
  /* Set our transitions up. */
}


/*enfoque left*/

/* enfoque container */
.enfoque-left {
    background-color: #fff;
    /*padding: 70px 0;*/
    position: relative;
}

.enfoque-left h1, .enfoque-left h3,.enfoque-left h5,.enfoque-left p {
  color:#fff;
}

.enfoque-left p {
  font-size: 13px;
    line-height: 30px;
    color: #7b7b7b;
    font-weight: 400;
}
.enfoque-left h1 {
    color: #880d27;
}
.enfoque-left h3 {
    font-size: 1.9em;
    color: #880d27;
    font-weight: 400;
    letter-spacing: 1px;
}
.enfoque-left h5 {
    font-size: 1.3em;
    color: #565656;
    font-weight: 300;
    margin:0.6em 0 1.5em 0;
    /*text-transform:uppercase;*/
}
.enfoque-left p.location_text {
    margin: 1em 0 0 0;
    display: BLOCK;
    font-size: 0.98em;
}


.enfoque-left strong {
  color:#880d27;
}

/* iconos redes sociales top */
.fb_icons  li{
  list-style-type:none;
  display:inline-block;
  margin:0 2px;
  overflow:hidden;
}
.fb_icons a i {
    font-size: 14px;
    color: gray;
    border: 1px solid #eee;
    padding: 10px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -o-transition:0.5s all;
  -moz-transition:0.5s all;
  -ms-transition:0.5s all;
}
.fb_icons a i:hover {
  background:#880d27;
  color:#fff;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -o-transition:0.5s all;
  -moz-transition:0.5s all;
  -ms-transition:0.5s all;
}

.video-container {
  position:relative;
  padding-bottom:36.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.welcome-top .pizarra {
  color: #d3d3d3;
}

.welcome-top .pizarra:hover {
  color: #880d27;
}


@media (max-width: 480px) {
    .centered-div {
      padding-right: 10%;
      padding-left: 10%;
    }

}


.hidden {
 display: none;   
}

.fancy_thumb {
  width: 80px;
  height: 55px;
}


a.fancybox img {
  border: none;
  box-shadow: 0 1px 7px rgba(0,0,0,0.6);
  -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} 

a.fancybox:hover img {
  position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
}


.banned:hover {
  cursor: not-allowed;
}

input:disabled {
    background-color: #d3d3d3 !important;
}
input:disabled:hover {
    cursor: not-allowed !important;
}