/*===

REFERENCIAS 

01 SETEOS GENERALES 
02 HOVERS
03 BOTON IR ARRIBA
04 POPUP PREHOME 
05 TITULOS
06 LOADING
07 BUSQUEDA
08 SOPORTES
09 HEADER
10 FOOTER
11 MENU
12 MENU MOVIL
13 MENU FOOTER
14 HIGHLIGHTED TYPE 1 SLIDE
15 HIGHLIGHTED TYPE 2 NOVEDADES
16 HIGHLIGHTED TYPE 3 ACCESOS RAPIDOS/ICONOS
17 HIGHLIGHTED TYPE 6 TEXTO DESTACADO
18 HIGHLIGHTED TYPE 7 DATOS DE CONTACTO / REDES SOCIALES
19 HIGHLIGHTED TYPE 8 VIDEO
20 LISTADO DE CONTENIDOS
21 LISTADO DE SUBSECCIONES
22 CONTENIDO EDITORIAL
23 PLUGINS REDES SOCIALES
24 FCK TEMPLATES
25 FCK STYLES
26 HERRAMIENTAS (ENVIAR, IMPRIMIR, CONSULTAR, DESCARGAR)
27 VIDEO (EN CONTENIDO)
27.2 GOOGLEMAPS / STREET VIEW (EN CONTENIDO)
28 CONTENIDOS RELACIONADOS
29 CONTENIDOS RECOMENDADOS
30 GALERIA DE IMAGENES (RELACIONADA)
31 GALERIA DE IMAGENES (SECCION)
32 PAGINADOR
33 FORMULARIOS
34 FORMULARIOS / NEWSLETTER HOME
35 FORMULARIOS / PLACEHOLDER
36 FORMULARIOS / AUTOFILL
36 DESHABILITAR RESPONSIVE
37 CAROUSEL MULTIPLE
38 EXTRAS
39 IMPRIMIR

===*/


/*=========================================*/
/*=== CSS SCREEN (inicio) ===*/
/*=========================================*/

/* ===== 01 SETEOS GENERALES ===== */

@media screen{

body{
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif!important;
  background: #fff;
  color: #434343;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif!important;
}

b,
strong{
  font-weight: 700;
}

i,
em{
  font-style: italic;
}

a {
  color: #074a75;
  text-decoration: none;
  cursor: pointer;
}

a:hover{
  cursor: pointer;
  text-decoration: none;
}

.btn-verde{
  color: #90b32a;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-verde:hover,
.btn-verde:focus{
  color: #acd634;
  text-decoration: underline;
}

input{
  border-radius: 0!important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-personalizado::before {
  padding-top: 56.4%;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.mobile_block {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.color_00{
  color: #e19f00;
}

.color_01{
  color: #000;
}

.color_02{
  color: #777;
}

.color_white{
  color: #ffffff !important;
}

.bg_white{
  background: #ffffff !important;
}

.img-responsive{
  display: inline-block !important;
}

.modal{
  z-index: 1054;
}

.grayscale_filter{
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.panel{
  border:0px solid transparent;
}

/* Row with equal height columns */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.p-x-0{
  padding-left: 0px;
  padding-right: 0px;
}

.p-r-0{
  padding-right: 0px;
}

.p-l-0{
  padding-left: 0px;
}

.m-t-15{
  margin-top: 15px;
}

.m-b-0{
  margin-bottom: 0px;
}

.default {
    position: relative;
    width: 100%;
    height: auto;
}

.default .default_image {
    display: block !important;
}

.default_logo {
    display: inline-block;
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    right: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

/* ===== 02 HOVERS ===== */

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* ===== 03 BOTON IR ARRIBA ===== */

.go-up{
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.go-up-hide{
  display: none;
}

.go-up-show{
  display: block;
}

.go-up-btn{
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 9px 0 0 0;
  margin: 0px 0 0px 0;
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-up-btn .fa{
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}

/* ===== 05 TITULOS ===== */

.title,
.content .title{
  position: relative;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 20px 0 10px 0;
  text-align: left;
  color: #58585a;
}

.sop_home_destacados .title{
  margin: 0px;
  background: #acd634;
  padding: 10px;
  margin: 0;
  width: 220px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sop_home_destacados .sep_destacados{
  border-bottom: 5px solid #acd634;
  margin-bottom: 60px;
}

.title_sep,
.title_sep_white{
  text-align: center;
  width: 30px;
  height: 3px;
  background: #3e3e3e;
  margin: 0px auto 50px auto;
}

.title_sep_white{
  background: #fff !important;
}

/* ===== 06 LOADING ===== */

.sk-circle {
  margin: 0px auto 30px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.form_news_home .sk-circle{
  margin: 0px auto 0px auto;
  width: 30px;
  height: 30px;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.form_news_home .sk-circle .sk-child:before {
  background-color: #fff;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ===== 07 BUSQUEDA / HERRAMIENTAS HEADER ===== */

#bck_black_search{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6) !important;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1030;
  display: none;
}

.herramientas-header{
  display: inline-block;
  float: right;
  margin: 30px 0px 0 15px;
  position: relative;
}

.herramientas-header .divider {
    width: 1px;
    height: 25px;
    background: #cacaca;
    display: inline-block;
    margin: 0 10px;
    vertical-align: bottom;
}

.herramientas-header .redes{
  display: inline-block;
  margin-left: -5px;
}

.search_btn{
  display: inline-block;
  background: transparent;
  color: #000;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none !important;
  padding: 4px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search_btn:hover{
  color: #999 !important;
}

.search_btn i{
  font-size: 14px;
}

.panel_search {
    height: 130px; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    padding: 0px 30px;
    margin: 0 0px 0 0;
    position: absolute; /* Stay in place */
    z-index: 1057; /* Stay on top */
    top: -350px;
    left: 0px;
    background-color: #ebebeb; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow:     0 3px 9px rgba(0, 0, 0, 0.5);
}

.panel_search .text{
  background: transparent;
  border: 0px;
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  outline: none !important;
  width: 85%;
  padding: 0 0 0px 0;
  margin: 5px 0 0 0;
  font-family: "Lato";
  color: #555;
  height: 110px;
  float: left;
}

.panel_search input:-webkit-autofill,
.panel_search input:-webkit-autofill:focus,
.panel_search input:-webkit-autofill:active,
.panel_search input:-webkit-autofill:hover{
    -webkit-box-shadow:0 0 0 100px #ebebeb inset!important;
    -webkit-text-fill-color: #555;
}

.panel_search .buttons{
  width: 15%;
  float: left;
  margin-top: 46px;
}

.panel_search .buttons a{
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.panel_search .buttons a .hvr-grow:hover,
.panel_search .buttons a .hvr-grow:focus,
.panel_search .buttons a .hvr-grow:active {
  -webkit-transform: scale(1.16) !important;
  transform: scale(1.16) !important;
}

.panel_search input#str::-webkit-input-placeholder {
   color: #555;
}
.panel_search input#str:-moz-placeholder { /* Firefox 18- */
   color: #555;  
}
.panel_search input#str::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
}
.panel_search input#str:-ms-input-placeholder {  
   color: #555;
}

/* ===== 08 SOPORTES ===== */

.sop{
  background: #fff;
  padding: 0px 0px 45px;
}

.list_contents,
.list_subsections{
  padding: 60px 0px 0;
}

.content{
  text-align: center;
  position: relative;
}

.editorial{
  padding-bottom: 45px;
}

.editorial .animation-element{
  opacity: 1!important;
}

/* ===== 09 HEADER ===== */

#header {
    background: #fff;
    padding: 0;
    height: 105px;
    position: relative;
    margin-bottom: 23px;
}

#header .container{
  position: relative;
}

#header .logo{
  float: left;
  position: relative;
  margin-top: 0px;
}

#header .logo-rto{
  padding: 18px 0!important;
  display: inline-block;
  margin-left: 20px;
}

#header .logo-rto img{
  width: 150px;
}

#header .logo a{
  display: block;
}

#header .logo_edit{
  border: 1px dashed #fff;
}

#header_fixed{
  background: #fff !important;
  position: fixed;
  width: 100%!important;
  padding: 0px 20px;
  left: 0px;
  height: 60px;
  z-index: 1020;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header_fixed .logo{
  float: left;
}

#header_fixed .menu{
  margin: 23px 0px 0px 0;
}

#header_fixed  .nav_menu > li > a{
  padding: 0px 15px 25px 15px !important;
}

.header_fixed_anim{
  top: -65px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_fixed_anim2{
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .certificado{
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-left: 40px;
}

/* ===== 10 FOOTER ===== */

#footer{
  background: #636363;
  border-top: 5px solid #c7c7c7;
  padding: 15px 30px;
  height: 65px;
}

.footer_text h6,
.footer_text{
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  line-height: 1; 
  text-transform: none;
}


.footer_text,
.footer_text h6{
  font-weight: 400;
  color: #fff;
  padding-top: 5px;
}

.footer_redes{
  position: relative;
}

#footer .desarrollo{
  margin-top: 10px; 
  text-align: center;
} 
#footer .desarrollo h6{
  margin-bottom: 0px;
  color:#fff; 
  text-transform: uppercase;
  border-top: 1px solid #fff;
  padding-top: 25px;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
} 

.footer_dinamic{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 8px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  margin: 0px 0 0px 0;
  padding-top: 10px;
  padding-left: 0px;
  text-decoration: none;
  float: right;
  text-transform: uppercase;
}

.footer_dinamic a{
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}

.footer_dinamic a:hover,
.footer_dinamic a:focus{
  color: #fff;
}

.footer_dinamic img{
  color: #fff;
  float: left;
  margin-right:5px;
  margin-top: -1px;
}

/* ===== 11 MENU ===== */

.menu{
  margin: 0px 0px 0px 0;
  position: relative;
  float: right;
}

ul.nav_menu{}

.nav_menu >li+li{
  margin-left: 0px;
}

.nav_menu > li > a{
  border-radius: 0px !important;
  padding: 53px 2px!important;
  margin: 0 10px 0 10px;
  color: #636363;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1;
  border-top: 5px solid #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav_menu > li > a:hover,
.nav_menu > li > a:focus {
  text-decoration: none;
  background: none;
  color: #b8e145;
  border-top: 5px solid #b8e145;
}

.nav_menu > li.active > a,
.nav_menu > li.active > a:hover,
.nav_menu > li.active > a:focus{
    color: #b8e145;
  font-weight: 700;
  background: none;
    border-top: 5px solid #b8e145;
}

.nav_menu .open > a,
.nav_menu .open > a:hover,
.nav_menu .open > a:focus {
  background: none !important;
  color: #b8e145;
  border-color: none;
}

.submenu_dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px; 
  /*width: 100% !important;*/
  padding: 0px 0;
  margin: 0px 0 0 0;
  font-size: 12px;
  line-height: 1;
  list-style: none;
  background-color: #fff;
  border: none !important;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.nav_menu > li:last-child .submenu_dropdown{
  right: 0px;
  left: auto;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.submenu_dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #cacaca;
  border-width: 5px;
  margin-left: -5px;
}

.nav_menu > li:last-child .submenu_dropdown:after{
  left: auto;
  right: 20%;
}

.submenu_dropdown > li > a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
  display: block;
  padding: 12px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #000;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  filter:none !important;
  background-image: none !important; 
}

.submenu_dropdown > li:last-child{
  display: none;
}

.submenu_dropdown > li > a:hover,
.submenu_dropdown > li > a:focus{
  color: #000;
  text-decoration: none;
  background-color: #e7e7e7;
}

.submenu_dropdown > .active > a,
.submenu_dropdown > .active > a:hover,
.submenu_dropdown > .active > a:focus {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
} 

.submenu_dropdown .divider {
  height: 1px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #e7e7e7;
}

.submenu {
  margin: 0px 0 0 0;
  padding: 0 0 0 0px;
  position: relative;
  border-top: 1px solid #bababa;
  border-bottom: 4px solid #bababa;
  height: 41px;
  position: relative;
}

.nav_submenu >li+li{
  margin-left: 0px;
}

.nav_submenu > li:last-child > a{
  border-right: 0px solid #fff;
}

.nav_submenu > li > a{
  text-decoration: none;
  outline: none;
  display: block;
  color: #505050;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding: 10px 12px;
  background-position: top center;
  letter-spacing: 1px;
  -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;
  text-transform: uppercase;
}

.nav_submenu > li > a:hover,
.nav_submenu > li > a:focus {
  text-decoration: none;
  background: transparent;
  color: #acd634;
}

.nav_submenu > li.active > a,
.nav_submenu > li.active > a:hover,
.nav_submenu > li.active > a:focus{
  color: #acd634;
  font-weight: 400;
  background: transparent;
  cursor: default;
}

.nav_submenu_sep{
  line-height: 41px;
}

ul.nav_submenu{
  position: absolute;
  right: 0;
}

/* ===== 12 MENU MOVIL ===== */

.navbar-toggle {
  overflow: hidden;
}

.navbar-toggle .icon-bar {
  border-radius: 0px !important;
  background-color: #074a75;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
          transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.menu_mobile_btn{
  position: absolute;
  right: 0;
  top: 25px;
  display: inline-block;
  margin-top: 10px;
  float: right;
  color: #000;
  padding: 0px 0 !important;
  margin: 10px 0 0 0px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.menu_mobile_btn:hover,
.menu_mobile_btn:focus {
  color: #000 !important;
  text-decoration: none !important;
}

ul.menu_collapse{
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

ul.menu_collapse li{
  margin: 0px !important;
  padding: 0px 0 0px 0 !important;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

ul.menu_collapse>.active{
  background: #e7e7e7;
}

ul.menu_collapse>.active>a, 
ul.menu_collapse>.active>a:hover, 
ul.menu_collapse>.active>a:focus {
    background: #acd634;
    color: #fff;
}

ul.menu_collapse li a{
  display: block;
  margin: 0px !important;
  padding: 20px 0 20px 0 !important;
  list-style: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #074a75;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

ul.menu_collapse li a:hover,
ul.menu_collapse li a:focus {
  text-decoration: none;
  color: #acd634;
}

ul.menu_collapse li a i{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submenu_collapse_sop{
}

ul.submenu_collapse{
  margin: 0px 0 0px 0 !important;
  padding: 0px !important;
  text-align: center;
}

ul.submenu_collapse li{
  margin: 0px !important;
  padding: 0px 0 0px 0 !important;
  list-style: none;
  border-bottom: 1px solid #d2d3d3;
  background: #dcdddd;
}

ul.submenu_collapse > li:last-child{
  border-bottom: 0px;
}

ul.submenu_collapse>.active{
}

ul.submenu_collapse>.active>a, 
ul.submenu_collapse>.active>a:hover {
  color: #fff;
  background: #204a75;
  font-weight: 700;
}

ul.submenu_collapse li a{
  margin: 0px !important;
  padding: 18px 0 !important;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #074a75;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

ul.submenu_collapse li a:hover,
ul.submenu_collapse li a:focus {
  text-decoration: none;
  color: #94d60a;
}

/* ===== 13 MENU FOOTER ===== */

.footer_menu_sop{
  background: #2a2a2a;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}

ul.footer_menu{
  margin: 0px 30px 0 30px;
  padding: 0px;
}

ul.footer_menu li{
  list-style: none;
  display: inline;
}

ul.footer_menu li a{
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.footer_menu li a:hover{
  color: #c6c6c6;
}

ul.footer_menu li.active a{
  font-weight: 700;
}

/* ===== CAROUSEL FADE  ===== */

.carousel-fade .carousel-inner { background: #FFF; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* ===== 14 HIGHLIGHTED TYPE 1 SLIDE  ===== */

.carousel-img{
  text-align: center;
}

.carousel-img img{
  display: inline-block;
}

.carousel-caption{
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 30px;
  padding: 35px 30px;
  text-align: center;
  text-shadow: none !important;
  color: #fff;
  border-bottom: 5px solid #c7c7c7;
  background-color: rgb(0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0.6) !important;  
} 

.carousel-caption h2{
  font-size: 24px;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #acdf36;
  margin: 0 20px 0 25px;
  text-transform: uppercase;
  float: left;
}

.carousel-caption span{
  float: left;
}

.carousel-caption p{
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0 20px 0 20px;
  float: left;
}

.carousel_control{
  position: absolute;
  top: 0px;
  height:77%;
  width: 150px;
  display: block;
  z-index: 15;
}

.carousel_control.left{
  left: 105px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.carousel_control.right {
  right: 105px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel_control_mobile{
  width: 100%;
}
.carousel_control_mobile a{
  display: inline-block;
  width: 50%;
  padding: 10px;
  text-align: center;
  background: #ccc;
  text-decoration: none;
  color: #fff;
}
.carousel_control_mobile .right{
  border-left: 1px solid #fff;
}
.carousel_control_mobile a:hover{
  color: #fff;
}

#carousel_slide_home:hover .carousel_control{
  opacity: 1;
}

.carousel_control img{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel_control.left img{
  left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

.carousel_control.left img:hover{
  left: 27px;
}

.carousel_control.right img{
  right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

.carousel_control.right img:hover{
  right: 27px;
}

.carousel-indicators {
  position: absolute;
  bottom: 140px;
  left: 50%;
  margin-left: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  width: 60%;
  padding-left: 0;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 4px 0 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255, 255, 255) !important;
  background-color: rgba(255, 255, 255, 1) !important;  
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.carousel-indicators li:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  background-color: rgb(172, 223, 74) !important;
  background-color: rgba(172, 223, 74, 0.5) !important; 
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.carousel-indicators .active,
.carousel-indicators .active:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 10px;
  height: 10px;
  margin: 0px 4px 0 4px;
  background-color: rgb(172, 223, 74) !important;
  background-color: rgba(172, 223, 74, 1) !important; 
  border: 0;
  cursor: default;
}

/* ====== New slider ====== */


#carousel_slide_home_new .carousel_control{
  opacity: 1;
}

#carousel_slide_home_new .carousel_control.left{
  left: 105px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

#carousel_slide_home_new .carousel_control.right {
  right: 105px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



/* ====== 15 HIGHLIGHTED TYPE 2 NOVEDADES ====== */
/* ====== 20 LISTADO DE CONTENIDOS ====== */
/* ====== 21 LISTADO DE SUBSECCIONES ====== */

.sop_home_destacados{
  position: relative;
  padding: 50px 30px 20px 30px;
  background: #fff;
}

.home_destacados,
.list_contents .mod {
  margin-bottom: 65px;
}

.home_destacados figure{
  overflow: hidden;
}

.list_subsections{
  margin-bottom: 70px;  
}

.home_destacados .title_sep,
.list_contents .mod .title_sep,
.list_subsections .mod .title_sep {
  width: 20px;
  height: 2px;
  margin: 0px 0px 20px 0px; 
}

.list_subsections .mod .title_sep{
  margin: 0 auto;
}

.home_destacados a,
.list_contents .mod a,
.list_subsections .mod a{
  text-decoration: none !important;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list_contents .mod .img .default{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home_destacados .text,
.list_contents .mod .text,
.list_subsections .mod .text{
  color: #3e3e3e;
}

.home_destacados .text h1,
.list_contents .mod .text h1,
.list_subsections .mod .text h1{
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
    color: #505050;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home_destacados .text h1 a,
.home_destacados .text h1 .sin-link,
.list_contents .mod .text h1 a,
.list_subsections .mod .text h1 a{
  border-bottom: 1px solid;
  color: #505050;
  padding: 0 0 15px;
  margin: 30px 0 15px;
}

.home_destacados .text h1 a:hover,
.list_contents .mod .text h1 a:hover,
.list_subsections .mod .text h1 a:hover{
  color: #8a8a8a;
}

.list_subsections .mod .text h1{
  text-align: center !important;
}

.home_destacados .text p,
.list_contents .mod .text p,
.list_subsections .mod .text p{
    font-size: 14px;
    line-height: 1.285714285714286;
    letter-spacing: 0em;
    font-weight: 400;
    color: #6f6f6f;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
}

.separador-listado{
  width: 100%;
  height: 5px;
  background: #dadada;
}

/* ===== 16 HIGHLIGHTED TYPE 3 ACCESOS RAPIDOS/ICONOS  ===== */

.sop_home_iconos{
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  text-align: center;
}

.sop_home_iconos .title_sep{
  margin-bottom: 30px;
}

.sop_home_iconos .ico{
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  width: 18%;
}

.sop_home_iconos a{
  text-decoration: none !important;
  position: relative;
}

.sop_home_iconos figure img{
  width: 168px;
}

.sop_home_iconos .ico h2{
  display: block;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #505050;
  margin: 5px 0px 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ababab;
  text-align: center;
  text-transform: uppercase;
  -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;
}

.sop_home_iconos .ico h2:hover{
  color: #769a24;
  border-bottom: 1px solid #a7da31;
}

.sop_home_iconos .ico p{
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #6f6f6f;
  margin: 0 0px 0 0px;
  text-align: center;
}

/* ====== 17 HIGHLIGHTED TYPE 6 TEXTO DESTACADO ====== */

.sop_home_texto_destacado{
  position: relative;
  padding: 80px 200px 100px 200px;
  background-color: #3e3e3e;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-position: center center;
  text-align: center;
}

.sop_home_texto_destacado p{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
    line-height: 1.857142857142857;
    letter-spacing: 0.05em;
    font-weight: 400;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sop_home_imagen_destacada {
    height: 600px;
    position: relative;
    background-color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #696969;
    background-position: center center;
    text-align: center;
    margin: 60px 0;
}

.big-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */ 
}

/* ====== 18 HIGHLIGHTED TYPE 7 DATOS DE CONTACTO / REDES SOCIALES ====== */

.sop_mod_contacto{
  position: relative;
  padding: 60px 0px 80px;
  background: transparent;
  color: #000;
  text-align: center;
}

.mod_contacto{
  text-align: left;
}

.mod_contacto .title_sep_white{
  width: 20px;
  height: 2px;
  margin: 0px 0px 20px 0px;
}

.mod_contacto .text{
  margin-top: 0px;
}

.mod_contacto .text h3{
  text-align: left;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.538461538461538;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    color: #000;
}

.mod_contacto .text p{
  font-size: 12px;
  line-height: 2.333333333333333;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}

.mod_contacto .text a{
  color: #cacaca;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.mod_contacto .text a:hover{
  color: #fff;
}

.social{
  background: #fff;
  padding: 0px 5px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social i{
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social:hover i{
  color: #999;
}

.footer_redes .social{
  margin: 3px 5px 0 5px;
  background: transparent;
}
.footer_redes .social i{
  color: #fff;
}
.footer_redes .social:hover i{
  color: #333;
}

/* ====== 19 HIGHLIGHTED TYPE 8 VIDEO ====== */

.sop_home_video{
  position: relative;
  padding: 80px 0px 100px 0px;
  background: #555555;
  color: #cacaca;
  text-align: center;
}

.sop_home_video a.btn{
  color: #fff;
  background: #333;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px !important;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 15px;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sop_home_video a.btn:hover{
  background: #000;
  color: #fff;
}

/* ====== 22 CONTENIDO EDITORIAL ====== */

.content .title_sep{
  margin: 0px auto 30px auto;
}

.content a:hover{
  color: #94d60a;
}

.content .source{
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.content .source i{
  font-weight: 700;
}

.content .desc,
.galeria_de_imagenes .desc,
.sop > .desc{
  padding-bottom: 30px;
  color: #505050;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: left;
}

.content .desc{ 

}

.sop > .desc{
  font-size: 14px;
}

.content .main_img{
  border-top: 1px solid #e1e1e1;
  padding: 0px 0 0 0;
  margin: 0 0 40px 0; 
  position: relative;
}

.main_img{
  position: relative;
  border-bottom: 5px solid #acd634;
}

.main_img .seccion{
  margin: 0px;
  position: absolute;
  background: #acd634;
  bottom: 0px;
  padding: 10px;
  margin: 0 auto;
  width: 220px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */  
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main_img .img-rto{
  position: absolute;
  bottom: 0;
  left: 0; 
}

.content .texto,
.content p{
  padding-bottom: 0px;
  margin-bottom: 20px;
  color: #505050;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-align: left;
}

h2.titulo_contenido{
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #58585a;
}

.titulo_celeste{
  color: #33cccc;
  font-weight: 700;
}

.content .texto img{
  height: auto;
  display: inline-block;
}

.content p{
  padding: 0px;
  margin: 0px;
}

.content ul{
  text-align: left;
}

/*---- CENTROS RESPONSIVE ----*/
.lista-centros{
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.titulo-centro{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.titulo-centro a.collapsed{
  color: #58585a;
}

.titulo-centro a{
  color: #94d60a;
}

.centro-informacion{
  text-align: center;
  font-size: 14px;
  color: #58585a;
  line-height: 2;
}

.centro-informacion a{
  color: #94d60a;
}

/*---- CENTROS MAPAS ----*/

.centros_mapa_santa_fe{
  width: 35%;
  height: 430px;
  background: url(img/centros_mapa_santa_fe.png) no-repeat;
  float: left;
  position: relative;
}

.centros_iframe_sop{
  position: relative;
  width: 65%;
  height: 430px;
  float: left;
  background: url(img/bck_centros_iframe_sop.jpg) no-repeat center center;
  border: 1px solid #dbdbdb;
}

.iframe_gmaps{
  position: relative;
}

.iframe_gmaps .infobox_gmaps{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #505050;
  z-index: 11;
  display: block !important;
  width: 353px;
  height: 86px;
  text-align: left;
  padding: 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.iframe_gmaps .infobox_gmaps span{
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #acd634;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.iframe_gmaps .infobox_gmaps a,
.iframe_gmaps .infobox_gmaps a:hover,
.iframe_gmaps .infobox_gmaps a:focus{
  text-decoration: none;
}

.iframe_gmaps .infobox_gmaps a span{
  color: #acd634;
}

.iframe_gmaps .infobox_gmaps a:hover span{
  color: #94d60a; 
}

.iframe_gmaps iframe{
  z-index: 10;
}

.item_localidad{
  position: absolute;
}

.item_localidad a{
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  background: #acd634;
  float: left;
  margin: 0 3px 0 0;
  z-index: 4;
}

.item_localidad a:hover{
  background:#8aac29;
}

.item_localidad span{
  float: left;
  display: none;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #acd634;
  color: #3b4b03;
  padding: 10px 15px 12px;
  z-index: 12;
  border: 1px solid #fff;
  top: 7px;
  left: 7px;
  white-space: nowrap;
}

.localidad_2895 span {
    top: 15px;
    left: -80px;
}

.localidad_2902 span{
  top: -20px;
  left: 20px;
}

.localidad_2903 span{
  top: -20px;
  left: 20px;
}

.localidad_2905 span{
  top: 15px;
  left: -100px;
}

.localidad_2908 span{
  top: 8px;
  left: 8px;
}

.localidad_2909 span{
  top: -33px;
  left: 17px;
}

.item_localidad span b {
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.714285714285714;
}

.item_localidad:hover span {
  display: block;
  text-indent: 0;
  color: #3b4b03;
  min-width: 70px;
}

.localidad_2880{top: 50px;left: 214px;}

.localidad_2881{top: 363px;left: 60px;}

.localidad_2882{top: 340px;left: 100px;}

.localidad_2883{top: 138px;left: 60px;}

.localidad_2884{top: 230px;left: 125px;}

.localidad_2885{top: 362px;left: 80px;}

.localidad_2886{top: 270px;left: 110px;}

.localidad_2887{top: 300px;left: 63px;}

.localidad_2888{top: 310px;left: 78px;}

.localidad_2889{top: 308px;left: 114px;}

.localidad_2890{top: 217px;left: 72px;}

.localidad_2895{top: 63px;left: 207px;}

.localidad_2891{top: 246px;left: 123px;}

.localidad_2893{top: 325px;left: 87px;}

.localidad_2896{top: 343px;left: 129px;}

.localidad_2897{top: 333px;left: 122px;}

.localidad_2892{top: 250px;left: 53px;}

.localidad_2898{top: 321px;left: 117px;}

.localidad_2899{top: 239px;left: 135px;}

.localidad_2900{top: 260px;left: 118px;}

.localidad_2901{top: 195px;left: 70px;}

.localidad_2902{  top: 405px;left: 80px;}

.localidad_2903{top: 400px;left: 50px;}

.localidad_2904{ top: 352px;left: 139px;}

.localidad_2905{  top: 12px;left: 212px;}

.localidad_2907{  top: 176px;left: 135px;}

.localidad_2908{top: 358px;left: 148px;}

.localidad_2909{top: 416px;left: 20px;}

.itv_movil{ top: 160px;left: 100px;}

.btn-solicitar-turno{
  background: #93d60a;
  width: 150px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
}

.btn-solicitar-turno a{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}

.btn-solicitar-turno a:hover{
  color: #fff;
}

/*---- CENTROS TABLA ----*/
.tabla-centros{
  margin-bottom: 70px;
  margin-top: 30px;
  position: relative;
}

.cont_table_center {
  background: #dadada;
  width: 100%;
  text-align: left;
  border-spacing: 5px;
  border-collapse: separate;
}

.cont_table_tit {
  font-weight: 700!important;
  font-size: 16px!important;
  color: #505050!important;
  background: #ededed!important;
}

.cont_table_center td {
  color: #505050;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #fff;
  padding: 10px;
}


/* ====== FAQs ====== */
.panel{
  box-shadow: none;
}

.panel-default > .panel-heading {
  color: #83be09;
  background-color: transparent;
  border-color: transparent;
}

.panel-title{
  text-align: left;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
  font-size: 14px;
  text-align: left;
  line-height: 1.642857142857143;
  color: #505050;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 10px;
}

.panel-group{
  margin-bottom: 60px;
  margin-top: 20px;
}

.nro{
  color: #83be09;
}

.panel-title .collapsed{
  color: #505050;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transform-origin: center center; 
  vertical-align: middle;
}

.panel-title a i {
  font-size: 13px;
  padding-left: 5px;
}

.panel-title a.collapsed i {
  vertical-align: middle;
  padding-top: 1px;
  transform-origin: center center; 
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

.panel-title a:hover i{
  transform-origin: center center; 
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  padding-top: 0;
  vertical-align: middle;
}

/* ====== 23 PLUGINS REDES SOCIALES ====== */

.content .redes_plugins{
}

.redes_plugins .plugin{
  float: left;
}

.redes_plugins .face{
  margin:0px 15px 0 5px !important;
}

.redes_plugins .twit{
  width: 70px !important; 
}

.plugin_face{
  margin:-4px 15px 0 0 !important;
}

.plugin_twit{
  width: 80px !important; 
}

/* ====== 24 FCK TEMPLATES ====== */

.fck_template{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.fck_template figure figcaption{
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 10px 12px 10px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
}

.fck_template .col p{
  padding: 0 0px;
}

.fck_template .col-text-left{
  text-align: left;
}

.fck_template .col-text-right{
  text-align: right;
}

.quote{
  position: relative;
}

.quote .fa-quote-left{
  position: absolute;
  top: 10px;
  left: 0px;
}

.quote .fa-quote-right{
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.quote .fa{
  font-size: 42px;
  color: #b8b8b8;
}

.quote p{
  font-size: 21px;
  line-height: 1.428571428571429;
  font-weight: 300;
  font-style: italic;
  padding: 0 40px !important;
}

/* ====== 25 FCK STYLES ====== */

.fck_h3{
  font-size: 21px;
  line-height: 1.142857142857143;
  font-weight: 400;
  color: #000;
}

.fck_h4{
  font-size: 18px;
  line-height: 1.222222222222222;
  font-weight: 400;
  color: #000;
}

.fck_h5{
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
}

.fck_h6{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

.fck_h3 b,
.fck_h3 strong,
.fck_h4 b,
.fck_h4 strong,
.fck_h5 b,
.fck_h5 strong,
.fck_h6 b,
.fck_h6 strong{
  font-weight: 700;
}

.fck_h3 u,
.fck_h4 u,
.fck_h5 u,
.fck_h6 u{
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.box_00{
  border: 1px solid #000;
  padding: 30px;
}

.box_01{
  border: 1px dashed #000;
  padding: 30px;
}

.box_02{
  background: #000;
  color: #fff;
  padding: 30px;
}

.box_03{
  background: #dcdcdc;
  border: 1px solid #b6b6b6;
  color: #000;
  padding: 30px;
}

h2.titulo_verde{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #acd634;
    border-bottom: 2px solid #acd634;
    display: block;
    padding-bottom: 3px;
    margin-bottom: -10px;
}

/* ====== 26 HERRAMIENTAS (ENVIAR, IMPRIMIR, CONSULTAR, DESCARGAR) ====== */

.descargas a{
  margin-top: 15px;
  display: inline-block;
  color: #434343;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.descargas a:hover{
  color:#c6c6c6;
}

.descargas a .fa{
  color: #000;
}

.content_herram{
  border-bottom: 5px solid #dadada;
  border-top: 5px solid #dadada;
  padding: 35px 0 35px 0;
  margin: 0px 0 0 0;
  text-align: left;
}

.content_herram>.btn{
  background: transparent;
  padding: 0px 0px 0 0;
  margin: 0 5px 20px 5px;
  color: #505050;;
  display: inline-block;
  -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;
}

.content_herram>.btn a{
  color: #fff;
}

.content_herram>.btn:hover{
  background: transparent;
}

.content_herram .modal-title{
  text-align: center;
}


.mod_compartir_redes_sop{
  float: left;
  margin: 23px 0 0 0px;
}

.mod_compartir_redes{
  float: left;
  margin: 0 15px 0 0;
}

#panel_consultar, 
.print-btn,
.ico-facebook a,
.ico-twitter a,
.ico-whatsapp a{
  padding-top: 5px!important;
  display: inline-block;
}

/* ====== 27 VIDEO (EN CONTENIDO) ====== */

.content_video{
  margin-top: 80px;
}

/* ====== 27.2 GOOGLEMAPS / STREET VIEW (EN CONTENIDO) ====== */

.content_gmap,
.content_street_view{
  margin-top: 80px;
  position: relative;
}

/* ====== 28 CONTENIDOS RELACIONADOS ====== */
/* ====== 29 CONTENIDOS RECOMENDADOS ====== */

.related{
  margin-top: 80px;
}

/* ====== 30 GALERIA DE IMAGENES (RELACIONADA) ====== */

.galeria_de_imagenes{
  text-align: center;
}

.galeria_de_imagenes header{
  position: relative;
}

.galeria_de_imagenes .title{
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 8px 0;
}

.galeria_de_imagenes .mod{
  padding: 0 0px;
  position: relative;
}

.galeria_de_imagenes .mod .col{
  margin-bottom: 0px;
  position: relative;
}

/* ====== 31 GALERIA DE IMAGENES (SECCION) ====== */

.section_gal_tit{
  font-size: 18px;
  line-height: 1.222222222222222;
  font-weight: 700;
  color: #8b8b8b;
  position: relative;
  text-transform: uppercase;
  padding: 0px 0 0px 0px;
  margin: 0px 0px 20px 0px; 
}

.section_gal_desc{
  color: #585a5e;
  font-size: 13px;
  line-height: 1.615384615384615;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 20px 0;
}

/* ====== 32 PAGINADOR ====== */

#paginador_contenedor{
  margin:20px 0px 50px 0px;
  padding:0px 0 0px 0;
  position: relative;
  text-align: center;
}

#paginador_contenedor span,
#paginador_contenedor a{
  display: inline-block;
  font-weight: 400;
  font-size:18px;
  line-height: 1;
  color: #ccc;
  padding: 0px 10px;
}

#paginador_contenedor a{
  color: #686868;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#paginador_contenedor a:hover{
  color: #000;
}

.paginador_contenedor_num{
  color: #373737 !important;
  padding: 0px 10px 0 10px;
  font-weight: 700;
  font-size:14px !important;
  line-height: 1.285714285714286;
}

/* ====== 33 FORMULARIOS ====== */

.form-control {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 00);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 00);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -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;
}

.form-control:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.form-control:focus {
  color: #555555;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
}

.form_contacto{
  padding: 0 0 0px 0;
}

.form_contacto h5{
  margin-bottom: 15px;
  text-align: center;
}

.form_contacto .captcha{
  border-top: 1px dashed #ccc;
  margin: 15px 0 30px 0; 
  padding: 30px 0 0 0;
  text-align: center;
}

.form_contacto .captcha-full{
  border-top: 0px dashed #ccc;
  margin: 15px 0 30px 0; 
  padding: 0 0 0 0;
}

.form_contacto .captcha a{
  display: block;
}

.form_contacto .captcha img{
  border: 1px solid #d3d3d3;
  display: inline-block;
}

.form_contacto .captcha input{
  padding: 24px 12px;
}

.form_consulta .captcha input{
  padding: 21px 12px 20px;
}

.form_contacto .btn{
  text-transform: uppercase;
  background: #e9e9e9;
  border-radius: 0px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #727272;
  margin:0 auto 50px;
  display: table;
  -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;
}

.form_contacto .btn:hover{
  background: #9ed128;
  color: #fff;
}

/* ====== 34 FORMULARIOS / NEWSLETTER HOME ====== */

.form_news_bottom{
  position: relative;
  padding: 40px 0px 40px 0px;
  background: #121212;
  color: #fff;
}

.form_news_bottom .col01{
  text-align: right;
}

.form_news_bottom .col02{
  padding-right: 0px;
}

.form_news_bottom .col03{
  padding-left: 0px;
}

.form_news_bottom h3{
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 0 0 0;
}


.form_news_bottom .form_input:-moz-placeholder,
.form_news_bottom .form_input::-moz-placeholder,
.form_news_bottom .form_input:-ms-input-placeholder,
.form_news_bottom .form_input::-webkit-input-placeholder,
{
  color: #6e6e6e;
}

.form_news_bottom .form_input{
  border-left: 0px solid #111;
    border-top: 0px solid #111;
    border-bottom: 0px solid #111;
    border-right: 0px solid #111;
    background: #404040;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #6e6e6e;
  width: 100%;
  height: 50px;
  padding: 0 0 0 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form_news_bottom .form_input2{
  margin-top: 15px;
  border-right: 0px solid #111;
  border-radius: 0; 
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
}

.form_news_bottom .form_input:hover {
  background-color: #333333;
}

.form_news_bottom .form_input:focus {
  background-color: #333333;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0);
}

.form_news_bottom .captcha{
  text-align: right;
}

.form_news_bottom .captcha a{
  margin-top: 15px;
  display: inline-block;
}

.form_news_bottom .captcha a img{
  height: 50px;
}

.form_news_bottom .btn{
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0px 0 0 0;
  margin: 0px;
  display: block;
  background: #252525;
  color: #fff;
  width: 100%;
  height: 50px;
  outline: none !important;
  border-radius: 0px 0px 0px 0px; 
  -moz-border-radius: 0px 0px 0px 0px; 
  -webkit-border-radius: 0px 0px 0px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_news_bottom .btn:hover{
    background: #1b1b1b;
}

/* ====== 35 FORMULARIOS / PLACEHOLDER ====== */

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #757575;
  -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;
}

.form-control:hover:-moz-placeholder,
.form-control:focus:-moz-placeholder,
.form-control:hover::-moz-placeholder,
.form-control:focus::-moz-placeholder,
.form-control:hover:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:hover::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  color: #757575;
}

/* ====== 36 FORMULARIOS / AUTOFILL ====== */

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:hover {
    -webkit-box-shadow:0 0 0 50px #ffffff inset!important;
    -webkit-text-fill-color: #000;
}

/* ====== 37 CAROUSEL MULTIPLE ====== */

.sop_home_carousel_multiple{
  padding-bottom: 120px;  
  position: relative;
  background: #fff;
}

.sop_home_carousel_multiple .tit_line {
    margin-bottom: 80px;
}

.sop_home_carousel_multiple .mod a{
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sop_home_carousel_multiple .mod a:hover h1{
  color: #000;
}

.sop_home_carousel_multiple .mod h1{
    font-size: 14px;
    line-height: 1.857142857142857;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #000;
    margin: 30px 0 10px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sop_home_carousel_multiple .mod h2{
    font-size: 13px;
    line-height: 1.846153846153846;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #696969;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
}

.sop_home_carousel_multiple .mod p{
  font-size: 15px;
  line-height: 1.333333333333333;
  font-weight: 400;
  color: #969696;
}

.sop_home_carousel_multiple .carousel_control_2 {
    margin: 0px 0 0 0;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sop_home_carousel_multiple .carousel_control_2:hover{
  color: #999;
}

.carousel-inner.onebyone-carosel { margin: auto; width: 100%; }
.onebyone-carosel .active.left { left: -50%; }
.onebyone-carosel .active.right { left: 50%; }
.onebyone-carosel .next { left: 50%; }
.onebyone-carosel .prev { left: -50%; }

/* ====== 38 EXTRAS ====== */
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 11px;
}

.breadcrumb a{
  color: #000;
}


}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*=========================================*/
/*=== CSS SCREEN (termina) ===*/
/*=========================================*/

@media screen and (min-width: 1200px) {
  .popup_prehome .modal-dialog{
    width: 920px !important;
  }
  .list_contents .mod .img_mask,
  .list_subsections .mod .img_mask{
    height: 270px;
    overflow: hidden;
    position: relative;
  }
  .galeria_de_imagenes .mod .img_mask{
    height: 135px;
    overflow: hidden;
  }  
}

@media screen and (min-width: 992px) { /*- Modificar para cambiar la medida a la que se muestra o no el botón del menú móvil-*/
  .navbar-toggle {
    display: none;
  }
}

/* MEDIA MD*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .embed-responsive-personalizado::before {
    padding-top: 68.5%;
  }
  .popup_prehome .modal-dialog{
    width: 800px !important;
  }
  #header .logo-rto img{
    width: 140px;
  }
  #header .certificado{
    margin-left: 18px;
  }
  #header .logo-rto {
    margin-left: 10px;
  }
  .nav_menu > li > a {
    font-size: 14px;
    margin: 0 10px;
    padding: 55px 2px!important;
  }
  .carousel-caption{
    padding-left: 150px;
    padding-right: 150px;
  }
  .carousel_control.left{
    left: 35px;
  }
  .carousel_control.right{
    right: 35px;
  }
  .carousel-caption h2{
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #acdf36;
    margin: 0 10px 0 15px;
    text-transform: uppercase;
    float: left;
  }
  .carousel-caption p {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0 15px;
    float: left;
  }
  .carousel-caption{
    padding: 35px 15px;
  }
  .list_contents .mod .img_mask,
  .list_subsections .mod .img_mask{
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .sop_home_iconos .ico{
    margin: 0 20px;
  }
  .sop_home_iconos .ico h2{
    font-size: 16px;
  }
  .sop_home_iconos .ico p{
    font-size: 12px;
  }
  .sop_home_texto_destacado{
    padding: 80px 100px 50px 100px;
    background-attachment: scroll;
    background-position: center center;
  } 
  .sop_home_imagen_destacada{
    background-attachment: scroll;
    background-position: center center;
  }
  .big-title{
      text-shadow: 1px 1px 5px #5C5C5C;
  }
  .galeria_de_imagenes .mod .img_mask{
    height: 110px;
    overflow: hidden;
  }
  .form_contacto .captcha input{
    padding: 18px 12px;
  }  
  .localidad_2889 span{
    top: 15px;
    left: -130px;
  }
  .localidad_2895 span {
      top: 15px;
      left: -130px;
  }
}

@media (max-width: 991px) {
  .mod_contacto .title_sep_white{
    margin: 0px auto 20px auto;
  }
}

/* MEDIA SM */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .embed-responsive-personalizado::before {
    padding-top: 88%;
  }
  .mobile_block{
    display: none;
  }
  .sm-m-top-0{
    margin-top: 0px;
  }
  .popup_prehome .modal-dialog{
    width: 600px !important;
  }
  .herramientas-header {
      float: right;
      padding-right: 45px;
      margin: 30px 0 0;
      position: relative;
  }
  .herramientas-header .divider, .herramientas-header .redes{
    display: none;
  }
  .search_btn i {
      font-size: 18px;
  }
  #footer{
    padding: 30px 15px 20px 15px;
    text-align: center;
    height: auto;
  }
  .footer_dinamic{
    float: none;
      display: inline-block;
      padding-top: 0px;
  } 
  .footer_text h6{
    font-size: 14px;
    line-height: 1.5;
  }
  .footer_text{
    margin-bottom: 7px;
  }
  .menu_mobile_btn {
      position: absolute;
      right: 15px;
      top: 40px;
      display: inline-block;
      margin-top: 10px;
  }
  .navbar-toggle .icon-bar{
    background: #636363;
  }
  ul.footer_menu li a{
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
  } 
  .carousel-caption{
    padding-left: 0px;
    padding-right: 0px;
  }   
  .carousel-caption p{
    font-size: 12px;
    padding: 5px 0;
    margin: 0 0px 0 10px;
  }
  .carousel-caption span {
    float: left;
    padding: 5px 0;
  }
  .carousel-caption h2{
    font-size: 20px;
    line-height: 1.333333333333333;
    margin: 0 10px 0 15px;
  }
  .list_contents .mod .img_mask,
  .list_subsections .mod .img_mask{
    height: 260px;
    overflow: hidden;
    position: relative;
  }
  .sop_home_iconos .ico {
    margin: 0 15px;
  }
  .sop_home_texto_destacado{
    padding: 80px 50px 80px 50px;
    background-attachment: scroll;
    background-position: center center;
  } 
  .sop_home_imagen_destacada{
    background-attachment: scroll;
    background-position: center center;
  }
  .big-title{
      text-shadow: 1px 1px 5px #5C5C5C;
  }
  .sop_mod_contacto{
    padding: 45px 0px 0px 0px;
  } 
  .sop_mod_contacto .container{
    margin: 0;
    padding: 0;
  }
  .sop_mod_contacto .map{
    padding: 0;
  }
  .sop_mod_contacto .text a{
    color: #000!important;
  }
  .sop_mod_contacto .title_sep{
    margin-bottom: 10px;
  }
  .mod_contacto .text{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .mod_contacto .text h3{
    margin-top: 0px;
  }
  .mod_contacto .text h3{
    display: none;
  }
  .mod_contacto .text p{
    text-align: center;
  }   
  .footer_redes .social{
    margin: 15px 5px 15px 5px;
  }
  .footer_redes .social i{
    color: #fff;
  }
  .footer_redes .social:hover i{
    color: #cacaca;
  }
  .fck_template{
    padding: 0 0px;
  }
  .related .mod .img_mask{
    height: 170px;
  }
  .galeria_de_imagenes .mod .img_mask{
    height: 80px;
    overflow: hidden;
  }
  .form_contacto .captcha input{
    padding: 22px 12px;
  }
  .form_consulta .captcha input{
    padding: 21px 12px;
  } 
  .form_news_bottom h3{
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
  } 
  .sop_home_carousel_multiple{
    padding-bottom: 100px;
  }

  .sop_home_carousel_multiple .mod h1, .sop_home_carousel_multiple .mod h2{
    font-size: 13px;
    line-height: 1.384615384615385;
  }
  .sop_home_carousel_multiple .mod p{
    font-size: 13px;
    line-height: 1.384615384615385;
  }  
  .iframe_gmaps .infobox_gmaps{
    width: 265px;
  }
  .iframe_gmaps .infobox_gmaps span{
    margin-top: 0px;
    font-size: 14px;
  }
  .localidad_2880 span{
    top: 15px;
    left: -80px;
  }
  .localidad_2905 span {
      top: 15px;
      left: -210px;
  }
  .localidad_2895 span {
      top: 15px;
      left: -210px;
  }
}

/* MEDIA XS */
@media screen and (max-width: 767px) {
  .mobile_block{
    display: none;
  }
  .popup_prehome .modal-dialog{
    width: 100% !important;
  }
  #header .certificado {
    margin-top: 10px;
    margin-left: 25px;
  }
  #header .certificado img{
    width: auto;
    height: 80px;
  }
  .title_sep,
  .title_sep_white{
    margin: 0px auto 30px auto;
  }
  .title,
  .content .title{
    text-align: center;
  }
  .sop_home_destacados .title{
    width: 100%;
  }
  .form_news_home .sk-circle{
    margin: 0px auto 15px auto;
    width: 30px;
    height: 30px;
  }
  .herramientas-header {
      float: right;
      padding-right: 40px;
      margin: 9px auto 0;
      position: relative;
  }
  .herramientas-header .redes, .herramientas-header .divider{
    display: none;
  }
  .search_btn{
    color: #000;
    background: transparent;
    margin: 2px 0px 0 5px;
  }
  .search_btn:hover{
    color: #000;
    background: transparent;
  }
  .search_btn i{
    font-size: 18px;
  }
  .panel_search {
    padding: 0 15px;
  }
  .panel_search .text{
    font-size: 21px;
    line-height: 1;
    font-weight: 300;
    width: 60%;
  }
  .panel_search .buttons{
    width: 40%;
  }
  .content{
    padding: 0 15px;
  }
  .sop{
    background: #fff;
    padding: 0px 0px 45px;
  }
  .cont-contacto{
    padding: 0;
  }
  #header{
    height: auto;
    margin: 10px 0px 30px;
  }
  #header .logo img {
      width: 150px;
  }
  #footer{
    padding: 30px 15px 20px 15px;
    text-align: center;
    height: auto;
  }
  .footer_dinamic{
    float: none;
      display: inline-block;
      padding-top: 0px;
  }
  .footer_text h6{
    font-size: 14px;
    line-height: 1.5;
  }
  .footer_text{
    margin-bottom: 7px;
  }  
  .menu_mobile_btn{
    top: 40px;
    right: 15px;
  }
  .item a:hover{
    text-decoration: none !important;
  }
  .carousel-indicators{
    bottom: 5px;
  }
  .carousel-caption-xs{
    background: rgba(0,0,0,0.6);
    text-align: center;
    padding: 15px 15px 40px;
    position: relative;
    bottom: 0;
    margin-top: 10px;
    width: 100%;
    border-bottom: 5px solid #c7c7c7;
  }

  .carousel-caption-xs h2{
    font-size: 24px;
    line-height: 1.333333333333333;
    color: #acdf36;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
  }

  .carousel-caption-xs p{
    font-size: 13px;
    line-height: 1.384615384615385;
    font-weight: 400;
    padding: 0 0px 0 0px;
    margin: 15px 0 0 0;
    color: #fff;
  }
  .home_destacados .title_sep,
  .list_contents .mod .title_sep,
  .list_subsections .mod .title_sep {
    margin: 0px auto 20px auto; 
  } 
  .list_contents .mod .img .default{
    width: auto;
  }
  .home_destacados, .list_contents .mod {
    margin-bottom: 40px;
  }
  .home_destacados .text h1,
  .list_contents .mod .text h1,
  .list_subsections .mod .text h1{
    text-align: center !important;
  }
  .home_destacados .text,
  .list_contents .mod .text,
  .list_subsections .mod .text{
    text-align: center;
  }
  .home_destacados .text p,
  .list_subsections .mod .text p{
    text-align: center;
  }
  .list_contents .mod .text p,
  .list_contents .mod .text h1 a{
    text-align: left;
  }
  .sop_home_iconos .ico {
    margin: 0 0 30px;
    width: 100%;
  }
  .big-title{
      text-shadow: 1px 1px 5px #5C5C5C;
  }
  .sop_home_texto_destacado{
    padding: 80px 30px 80px 30px;
    background-attachment: scroll;
    background-position: center center;
  } 
  .sop_home_imagen_destacada{
    background-attachment: scroll;
    background-position: center center;
  }
  .sop_mod_contacto{
    position: relative;
    background: transparent;
    color: #000;
    text-align: center;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .sop_mod_contacto .text a{
    color: #000!important;
  }
  .sop_mod_contacto .title_sep {
      margin: 0px auto 10px auto;
  }
  .mod_contacto{
    text-align: center;
  }
  .mod_contacto .text{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .mod_contacto .text h3{
    display: none;
  }
  .mod_contacto .text p{
    text-align: center;
  }
  .mod_contacto .map{
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer_redes .social{
    margin: 15px 5px 15px 5px;
  }
  .footer_redes .social i,
  .footer_redes .social:hover i{
    color: #fff;
  }
  .sop_home_video{
    padding: 80px 15px 100px 15px;
  }
  .main_img .img-rto{
    position: relative;
    bottom: 0;
    left: 0; 
    margin: 30px auto 50px;
    text-align: center;
  }
  .main_img .img-rto img{
    width: 50%;
  }
  .content p {
    padding: 0 10px;
    margin: 0px;
    text-align: center;
  }
  .content .desc,
  .galeria_de_imagenes .desc,
  .sop > .desc{
    padding: 0 0px 30px;
    text-align: center;
  }
  .content .desc{
    padding-bottom: 35px;
    margin-bottom: 0px;
  }
  .content .texto{
    padding: 0 0px;
  }
  .content .texto, .content p{
    text-align: center;
  }
  .main_img .seccion{
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
    -ms-transform: none; /* IE 9 */
    -webkit-transform:none; /* Safari */  
  }
  .fck_template .col{
    margin-bottom: 15px;
  }
  .fck_template .col p{
    text-align: center;
  }
  .fck_template .col-text-left,
  .fck_template .col-text-right{
    text-align: center;
  }
  .quote .fa-quote-left{
    top: 10px;
    left: 10px;
  }
  .quote .fa-quote-right{
    bottom: 10px;
    right: 0px;
  }
  .quote p{
    font-size: 18px;
    line-height: 1.666666666666667;
    font-weight: 300;
    font-style: italic;
    padding: 0 50px !important;
  }
  .content_herram>.btn.ico-whatsapp{
    display: inline-block!important;
    margin-left: 8px;
  }
  .content_herram{
    margin: 0px auto;
    text-align: center;
  }
  .content .redes_plugins {
    margin: 0 auto;
    display: table;
  }
  .content_video{
    margin-top: 50px;
  }
  .content_gmap,
  .content_street_view{
    margin-top: 50px;
  }
  .galeria_de_imagenes .mod{
    padding: 0 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .galeria_de_imagenes .title{
    margin-top: 50px;
  }
  .form_contacto{
    padding: 0 15px 0px 15px;
  }
  .form_contacto .captcha .p-l-0{
    padding-right: 0px;
  }
  .form_contacto .captcha a{
    text-align: center;
    margin-bottom:30px;
  }
  .form_contacto .captcha img{
    display: inline-block;
  }
  .form_news_bottom{
    padding: 40px 15px 40px 15px;
  }
  .form_news_bottom .col01{
    text-align: center;
  } 
  .form_news_bottom .col02{
    padding-right: 15px;
  }

  .form_news_bottom .col03{
    padding-left: 15px;
  }
  .form_news_bottom h3{
    padding: 0px 0 0 0;
    font-size: 14px;
    line-height: 1.285714285714286;
    margin-bottom: 15px;
  }
  .form_news_bottom .form_input{
    padding: 0 0 0 15px;
    border-radius: 0px 0px 0px 0px; 
    -moz-border-radius: 0px 0px 0px 0px; 
    -webkit-border-radius: 0px 0px 0px 0px; 
  }
  .form_news_bottom .form_input2{
    padding: 0 0 0 15px;
    border-radius: 0px 0px 0px 0px; 
    -moz-border-radius: 0px 0px 0px 0px; 
    -webkit-border-radius: 0px 0px 0px 0px; 
  }
  .form_news_bottom .btn{
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0px 0 0 0;
    margin: 0px;
    display: block;
    background: #252525;
    color: #fff;
    width: 100%;
    height: 50px;
    outline: none !important;
    border-radius: 0px 0px 0px 0px; 
    -moz-border-radius: 0px 0px 0px 0px; 
    -webkit-border-radius: 0px 0px 0px 0px;
  }
  .form_news_bottom .captcha a img{
    height: auto;
  }
  .fdi-Carousel .item .mod:last-child{
    display: none;
  }

  .sop_home_carousel_multiple{
    padding-bottom: 15px; 
  }

  .sop_home_carousel_multiple .tit_line {
      margin-bottom: 30px;
  }

  .sop_home_carousel_multiple .mod{
    margin-bottom: 30px;
  }

  .carousel-inner.onebyone-carosel { margin: auto; width: 100%; }
  .onebyone-carosel .active.left { left: -100%; }
  .onebyone-carosel .active.right { left: 100%; }
  .onebyone-carosel .next { left: 100%; }
  .onebyone-carosel .prev { left: -100%; }
}

@media screen and (min-width: 768px) {
  .go-up-btn:hover{
    background: #acdf36;
    color: #fff;
  } 
}


/*=========================================*/
/*=== CSS IMPRESION (inicio) ===*/
/*=========================================*/

/* ====== 39 IMPRIMIR ====== */

@media print{
  body{
    font-size: 11pt;
    line-height: 1.454545454545455;
    font-family: Arial, sans-serif !important;
    color: #000;
  }

  @page {
    size: A4;
    margin: 2cm 1.5cm;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  h1{
    font-size: 24pt;
    line-height: 1.333333333333333;
    margin: 0;
  }
  h2{
    font-size: 21pt;
    line-height: 1.333333333333333;
    margin: 0;
  }
  h3{
    font-size: 18pt;
    line-height: 1.333333333333333;
    margin: 0;
  }
  h4{
    font-size: 16pt;
    line-height: 1.3125;
    margin: 0;
  }
  h5{
    font-size: 14pt;
    line-height: 1.285714285714286;
    margin: 0;
  }
  h6{
    font-size: 14pt;
    line-height: 1.285714285714286;
    margin: 0;
  }

  .print .titulo{
    margin-bottom: 1cm;
    font-size: 21pt;
    line-height: 1.333333333333333;
    margin: 0;
  }

  .print .texto{
    font-size: 11pt;
    line-height: 1.454545454545455;
    font-weight: 400;
    margin: 0 0 1cm 0;
  }

  .print .img{
    margin: 0 0 1cm 0;
  }

  .sec_img{
    margin: 0 0 1cm 0;
  }

  .content .texto{
    margin: 0 0 1cm 0;
  }

  table,
  figure {
    page-break-inside: avoid;
  }

  img {
     max-width: 50% !important;
  }

  .print .logo_print{
    border-bottom: 0.5pt solid #ccc;
    margin:0 0 1cm 0 !important;
    padding:0 0 1cm 0 !important;
  }

  .print .logo_print img{
    width: 3.84cm !important;
    height: 2.08cm !important;
  }

  .btn_panel,
  .panel_adminfront,
  .admin_quick_edit{
    display: none;
  }

  .footer_print{
    font-size: 10pt;
    line-height: 1.6;
    border-top: 0.5pt solid #ccc;
    margin: 1.5cm 0 0 0;
    padding: 1cm 0 0 0;
  }

  .galeria_de_imagenes{
    display: none !important;
  }

  .fck_h3{
    font-weight: 400;
  }
  .fck_h4{
    font-weight: 400;
  }
  .fck_h5{
    font-weight: 400;
  }
  .fck_h6{
    font-weight: 400;
  }
  .fck_h3 b,
  .fck_h3 strong,
  .fck_h4 b,
  .fck_h4 strong,
  .fck_h5 b,
  .fck_h5 strong,
  .fck_h6 b,
  .fck_h6 strong{
    font-weight: 700;
  }
  .fck_h3 u,
  .fck_h4 u,
  .fck_h5 u,
  .fck_h6 u{
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
  .box_00{
    border: 1px solid #000;
    padding: 30px;
  }
  .box_01{
    border: 1px dashed #000;
    padding: 30px;
  }
  .box_02{
    border: 1px solid #ccc;
    color: #000;
    padding: 30px;
  }
  .box_03{
    background: #dcdcdc;
    border: 1px solid #b6b6b6;
    color: #000;
    padding: 30px;
  }
}

/*=========================================*/
/*=== CSS IMPRESION (termina) ===*/
/*=========================================*/


.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

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



