@import url('https://fonts.googleapis.com/css?family=Prata&subset=cyrillic,cyrillic-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html { line-height: 1.15; -webkit-text-size-adjust: 100%;font-family: arial,verdana; }
body { margin: 0; }
h1 { font-size: 23px; margin: 0 0 0.67em 0; width: 100%;text-align: center; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent;text-decoration: none;font-family: arial,verdana; } 
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; } 
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; } 
button, 
[type="button"],
[type="reset"], 
[type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"],
[type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }

/*** GENERALES ***/
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:focus { outline: none; }

a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #E2BF4E; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #E2BF4E; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 400;
}
*::-moz-selection { 
    background: #E2BF4E; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #E2BF4E; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #E2BF4E; 
    color: #fff; 
    text-shadow: none; 
}

button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

ol, ul {
    margin:  0;
    padding: 0 0 0 25px;
}

body { font-family: "lato",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #212529;
    background-color: #f3f7f9;
    letter-spacing: 0px;

}
h1, h2, h3, h4, h5, h6{ 
   font-family: 'Playfair Display','Prata',Arial,Helvetica,sans-serif; 
   margin-bottom: 15px; 
   font-weight: 700; 
   color: #1c1c1c;
}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 30px; line-height: 35px; }
h4 { font-size: 22px; line-height: 28px; margin-top: 0;}
h5 { font-size: 20px; line-height: 32px; margin-top: 0;}
h6 { font-size: 16px; line-height: 18px; font-weight: normal; margin-top: 0;}

body .page {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.page {
   margin-top: 60px;
}

@media (min-width: 992px) {
   .page {
      margin-top: 76px;
   }
}

a { color: #2b343b; }

a:hover,
.ttm-textcolor-skincolor
{
  color: #a2790d;
}

h1.ttm-textcolor-skincolor, h2.ttm-textcolor-skincolor, h3.ttm-textcolor-skincolor, 
h4.ttm-textcolor-skincolor, h5.ttm-textcolor-skincolor, h6.ttm-textcolor-skincolor {
  color: #a2790d !important;
}

.ttm-bgcolor-skincolor {
  background-color: #fff;
}
.ttm-bgcolor-skincolors {
  background-color: #a2790d;
}

.ttm-bgcolor-skincolor a {
    color: rgba(255,255,255,1);
}

.ttm-bgcolor-skincolor > p,
.ttm-bgcolor-skincolor p{
    color: rgba(255,255,255,.95);
}

a.tp-caption:hover{
    -webkit-transition: all 0.3s ease-in-out 0s !important; 
    -moz-transition: all 0.3s ease-in-out 0s !important; 
    -ms-transition: all 0.3s ease-in-out 0s !important; 
    -o-transition: all 0.3s ease-in-out 0s !important; 
    transition: all 0.3s ease-in-out 0s !important; 
}
.tp-caption.main-font{
  font-family: "Prata",Arial,Helvetica,sans-serif;
}

/**** CONTACTARNOS *****/
.lclz {
  color: #CBA135;
}

.dir {
  line-height: 160%;
}

.map-container-4 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height:0;
}

.map-container-4 iframe{
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  position: absolute; 
}

.sdw1 {
  margin-top: 10px;
  -webkit-box-shadow: 0px -1px 30px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px -1px 30px 0px rgba(0,0,0,0.30);
  box-shadow: 0px -1px 30px 0px rgba(0,0,0,0.30);
}

.sdw1 iframe {
   /*
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray; 
  -webkit-filter: grayscale(99%); 
  -webkit-backface-visibility: hidden; 
  */
}

.empcm {
   font-family: 'Playfair Display', arial;
   font-style: italic;
   font-weight: bold;
   color: #e1622b;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.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-1by1::before {
  padding-top: 100%;
}

/***** NORMAL *****/
/***** TITULOS H *****/
/*
h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
}
*/

.ulli {
   list-style-type: circle;
   margin-left: 20px;
}

.ulli li {
   margin-bottom: 20px;
}

h1 {
   font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
   h1 {
      font-size: 2.5rem;
   }
}
h2 {
   font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
   h2 {
      font-size: 2rem;
   }
}
h3 {
   font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
   h3 {
      font-size: 1.75rem;
   }
}
h4 {
   font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
   h4 {
      font-size: 1.5rem;
   }
}
h5 {
   font-size: 1.25rem;
}
h6 {
   font-size: 1rem;
}

/*
|---------------------------------
| MEDIDAS
|---------------------------------
         Break       Container
 xs      <576px      No (Auto) 
 sm      ≥576px      540px  
 md      ≥768px      720px 
 lg      ≥992px      960px  
 xl      ≥1200px     1140px 
 xxl     ≥1400px     1320px 
|---------------------------------
*/

/*
|---------------------------------
| CONTAINER
|---------------------------------
*/
.container-fluid {
  width: 100%;
  padding-right: 15px; 
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-full {
   width: 100%;
}

.container {
   width: 100%;
   padding-right: 0;
   padding-left: 0;
   margin-right: auto;
   margin-left: auto;
}
.header-container {
   width: 92%;
   padding-right: 0;
   padding-left: 0;
   margin-right: auto;
   margin-left: auto;
}
@media (min-width: 576px) {
   .container {
      /*max-width: 540px;*/
      width: 92%;
      max-width: 92%;
   }
   .header-container {
      /*max-width: 540px;*/
      width: 92%;
      max-width: 92%;
   }
}
@media (min-width: 768px) {
   .container {
      /*max-width: 720px;*/
      width: 95%;
      max-width: 95%;
   }
   .header-container {
      /*max-width: 720px;*/
      width: 95%;
      max-width: 95%;
   }
}
@media (min-width: 992px) {
   .container {
      /*max-width: 960px;*/
      width: 92%;
      max-width: 92%;
   }
   .header-container {
      /*max-width: 960px;*/
      width: 95%;
      max-width: 95%;
   }
}
@media (min-width: 1200px) {
   .container {
      width: 85%;
      max-width: 85%;
   }
   .header-container {
      width: 95%;
      max-width: 95%;
   }
}
@media (min-width: 1400px) {
   .container {
      width: 85%;
      max-width: 1320px;
   }
   .header-container {
      width: 95%;
      max-width: 1320px;
   }
}
.mnhd {
   display: none;
}

.dflex {
   display: flex;
}

/*
|---------------------------------
| SECCIONES TITULOS
|---------------------------------
*/
.section-head {
   margin-top: 61px;
   border-top: 4px solid #02a33b;
   background-image: url('../imagenes/bg-sections.jpg');
   background-image: linear-gradient(to bottom, rgba(250,250,250,0.70) 100%,rgba(250,250,250,0.70) 100%), url('../imagenes/bg-sections.jpg');

   background-color: transparent;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   height: 130px;
}

.section-title {
   margin: 0 0;
   margin-top: 40px;
   font-size: 3.5rem;
   font-weight: 400;
   line-height: 1.63125rem;
   padding: 0 25px;
   font-family: 'Great Vibes', cursive;
   text-align: center;
   color: #46261c;
   text-shadow: 1px 1px 2px #fff;
   line-height: 80%;
}

.section-ti {
   margin: 0 0;
   margin-top: 110px;
   font-size: 26px;
   font-weight: 400;
   line-height: 1.63125rem;
   padding: 0 25px;
   font-family: 'Playfair Display', Verdana, Geneva, Tahoma, sans-serif;
   text-align: center;
   color: #000;
   text-shadow: 1px 1px 2px #fff;
   line-height: 110%;
}

.p-0 {
  padding: 0 !important;
}

.aindex {
   font-size: 18px;
   color: #0d6efd;
   line-height: 90%;
}

.pth {
   margin-top: 180px;
}

@media (min-width: 768px) {
   .pth {
      margin-top: 60px;
   }
}

.imgt img {
   width: 100%;
   height: auto;
}

/*
|---------------------------------
| ROW
|---------------------------------
*/
.row {
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
}
.section {
   background-color: grey;
   margin-top: 76px;
}

@media (min-width: 768px) {
   .row {
      flex-direction: row;
   }
}

/*
|----------------------------
| GENERALES
|----------------------------
*/
input[type=text],
input[type=email],
input[type=password] {
   width: 100%;
   height: 38px;
   padding: 3px 5px;
   background: linear-gradient(#fff, #e0e0e0);
   border: 1px solid #cccccc;
   box-shadow: 0 1px 0 rgba(255,255,255,0.1);
   border-radius: 0.5em;
   font-size: 15px;
   font-family: 'Play',arial, verdana;
}

select, textarea {
   width:100%;
   padding:0px 5px;
   /*height: 40px;*/
   background:linear-gradient(#fff, #e0e0e0);
   border:1px solid #cccccc;
   box-shadow: 0 1px 0 rgba(255,255,255,0.1);
   border-radius:0.5em;
   font-size: 14px;
   font-family: arial, verdana;
}

.menu-main { display: none; }

.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }

.mt-cnt { margin-top: 80px; }

/*
|---------------------------------
| COLUMNAS
|---------------------------------
*/
.col-main {
   width: 100%;
   min-height: 100vh;
   padding: 70px 0 0 0;
   z-index: 2px;
   text-align: left;
}
.col-div {
   width: 20px;
   min-width: 20px;
}
.col-aside {
   width: 100%;
   min-width: 100%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   /*border: 1px solid #e0e0e0;*/
   min-height: 415px;
}
.spc20 {
   width: 100%;
   min-width: 100%;
   height: 20px;
}
.col-aside {
   display: none;
}

@media (min-width: 576px) {
   .col-aside {
      display: flex;
   }
}
@media (min-width: 768px) { 
   .col-main {
      width: 100%;
      padding: 95px 70px 0 0;
   }
   .col-aside {
      width: 30%;
      min-width: 250px;
   }
   .spc20 {
      width: 20px;
      min-width: 20px;
   }
}
@media (min-width: 992px) {
   .col-aside {
      width: 300px;
      min-width: 300px;
   }
   .spc20 {
      width: 20px;
      min-width: 20px;
   }
}


/*
|---------------------------------
| 1 COLUMNA
|---------------------------------
*/
.col1 {
   padding: 0 0;
}
@media (min-width: 576px) {
   .col1 {
      padding: 0 50px;
   }
}
@media (min-width: 768px) {
   .col1 {
      padding: 0 150px;
   }
}
@media (min-width: 992px) {
   .col1 {
      padding: 0 175px;
   }
}


/*
|---------------------------------
| MENU
|---------------------------------
*/
.log {
   display: none;
}
.log-nav {
   display: none;
}
.log-nav-mov {
   display: flex;
}

.navbar {
   position: fixed;
   top: 0;
   width: 100%;
   height: 60px;
   overflow: visible;
   background-color: #e1622b;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 0;
   z-index: 2;
   font-family: 'Open sans', verdana;
   font-size: 15px;
   -webkit-transition: -webkit-transform 0.4s;
   transition: -webkit-transform 0.4s;
   transition: transform 0.4s; 
   transition: transform 0.4s, 
       -webkit-transform 0.4s;
   border-top: 1px solid #6797d6;
   -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.40);
   -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.40);
   box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.40);
   border-bottom: 4px solid #fbcf0e;
}

.container-nav {
   width: 95%;
   padding-right: 0;
   padding-left: 0;
   margin-right: auto;
   margin-left: auto;
   margin: 0 auto;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between;
   overflow: visible;
   z-index: 500;
}

.container-nav img {
   margin-top: 33px;
}

.navbar-bg {
   background-color: #e1622b;
}

.navbar-mnu {
   display: none;
}

.mov-btn {
   display: block;
}

.mov-btn .bt-menu {
   display: block;
   overflow: hidden;
   font-size: 25px;
   font-weight: bold;
   color: #fff;
   text-decoration: none;
}

.mov-nav {
   width: 100%;
   max-width: 500px;
   position: fixed;
   right: -100%;
   top: 64px;
   overflow: auto;
   background-color: #e1622b;
   z-index: 900;
}

.mov-nav ul li {
   width: 100%;
   padding: 10px 10px 10px 20px;
   /*border-bottom: 1px solid rgba(0,0,0,.15);*/
   border-bottom: 1px solid #ffc4aa;
   margin-left: 0px;
   margin-right: -40px;
}

.mov-nav ul li i {
   margin-right: 10px;
}

.mov-nav ul a li {
   color: #fff;
}

.mov-nav ul li:hover {
   background-color: #0d6efd;
   cursor: pointer;
}

a.bt-menu:link {
   font-size: 25px;
   font-weight: normal;
   text-decoration: none;
   color: #e0e0e0;
}
a.bt-menu:visited {
   text-decoration: none;
   color: #e0e0e0;
}

.log-mov img {
   max-width: 250px;
   height: auto;
}

@media (min-width: 576px) {

   .navbar-bg {
      background-color: #e1622b;
   }

}

@media (min-width: 768px) {

   .scroll-down .navbar {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.40);
      overflow: hidden;
   }

   .scroll-up .navbar {
      -webkit-transform: none;
              transform: none;
      background-color: #e1622b;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
      z-index: 800;
   }
}

@media (min-width: 992px) {

   .mt-cnt { margin-top: 85px; }

   .log {
      display: block;
   }
   .log-mov {
      display: none;
   }
   .log-nav {
      display: block;
   }
   .log-nav-mov {
      display: none;
   }
   .container-nav img {
      margin-top: 95px;
   }

   .navbar {
      height: 75px;
   }
   .navbar-bg {
      background-color: #e1622b;
   }

   .navbar-mnu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
      margin-bottom: 0;
      list-style: none;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0;
   }

   .navbar-mnu .nav-link {
      padding-left: 25px;
      color: rgba(255, 255, 255, 1);
      text-decoration: none;
   }
   .navbar-mnu .nav-item .nav-link:hover,
   .navbar-mnu .nav-item .nav-link:focus { color:#fed136; }

   .mov-btn,
   .mov-nav {
      display: none;
   }

}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 4px;
}
.bt-menu:hover span {
   background-color: #fff;
}

/*
|---------------------------------
| CONTAINER-NAV
|---------------------------------
*/
.container-nav {
   width: 96%;
   padding-right: 0;
   padding-left: 0;
   margin-right: auto;
   margin-left: auto;
}
@media (min-width: 576px) {
   .container-nav {
      width: 92%;
      max-width: 92%;
   }
}
@media (min-width: 768px) {
   .container-nav {
      width: 95%;
      max-width: 95%;
   }
}
@media (min-width: 992px) {
   .container-nav {
      width: 92%;
      max-width: 92%;
   }
}
@media (min-width: 1200px) {
   .container-nav {
      width: 85%;
      max-width: 85%;
   }
}
@media (min-width: 1400px) {
   .container-nav {
      width: 85%;
      max-width: 1320px;
   }
}

/*
|---------------------------------
| .HEADER INDEX
|---------------------------------
*/
.header {
   padding-top: 70px;

   width:100%;
   height: 760px;
   background-image: url('../fotos/index.png');
   background-image: linear-gradient(to bottom, rgba(20,45,70,0.70) 0%,rgba(20,45,70,0.70) 100%), url('../fotos/index.png');

   background-size: cover;
   background-repeat: no-repeat;
   background-position: top 12% center;
   /*background-attachment: fixed;*/

   display: flex;
   align-items: flex-start;
   justify-content: center;
}

.header-container {
   display: flex;
   flex-direction: column;
   z-index: 1;
}

.header-left {
   width: 100%;
   min-width: 100%;
   padding: 0px 0px 0px 0;
   color: #fff;
   font-family: 'Source Sans Pro','Arimo','Roboto', Arial;
   animation: slideInLeft; /* referring directly to the animation's @keyframe declaration */
   animation-duration: 1s; /* don't forget to set a duration! */
   z-index: 2;
   display: flex;
   align-items: flex-start;
   /*text-shadow: 3px 2px 5px rgba(0,0,0,0.70);*/
}
.header-left h1 {
   font-size: 32px;
   font-weight: 700;
   line-height: 32px;
   width: 100%;
   text-align: center;
   padding-bottom: 10px;
}
.header-left p {
   font-weight: 400;
   font-size: 16px;
   letter-spacing: 0.5px;
   line-height: 26px;
}
.header-left img {
    width: 100%;
    height: auto;
}

.header-right {
   width: 100%;
   min-width: 100%;
   display: flex;
   justify-content: center;
   animation: slideInRight; /* referring directly to the animation's @keyframe declaration */
   animation-duration: 1s; /* don't forget to set a duration! */
   padding-top: 0;
   z-index: 3;
   padding: 0 0px 30px 0;
   color: #111;
   font-family: 'Roboto', Arial;
}
.header-right h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 15px;
    color: #000;
    text-align: center;
}
.header-right h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 15px;
    color: #333;
    text-align: center;
}

@media (min-width: 576px) {

   .header-container {
      margin-top: 0px;
   }
   .header-left {
      padding: 0px 20px 0 20px;
   }
}

@media (min-width: 768px) { /* MD */
   .header {
      padding-top: 100px;

      width:100%;
      height: 600px;
      background-image: url('../fotos/index.png');
      background-image: linear-gradient(to bottom, rgba(20,45,70,0.70) 0%,rgba(20,45,70,0.70) 100%), url('../fotos/index.png');

      background-size: cover;
      background-repeat: no-repeat;
      background-position: top 12% center;

      display: flex;
      align-items: flex-start;
      justify-content: center; 
   }

   .header-container {
      flex-direction: row;
   }

   .header-left {
      min-width: 40%;
      padding: 0px 70px 0 20px;
   }
   .header-left h1 {
      font-size: 35px;
      font-weight: 700;
      line-height: 40px;
      padding-bottom: 20px;
      text-align: left;
      color: #fff;
   }
   .header-left p {
      font-size: 18px;
      line-height: 26px;
   }
   .header-right {
      min-width: 60%;
      padding: 0px 20px 0 10px;
   }

   .section-head {
      background-image: url('../imagenes/bg-sections.jpg');
      background-image: linear-gradient(to bottom, rgba(250,250,250,0.70) 100%,rgba(250,250,250,0.70) 100%), url('../imagenes/bg-sections.jpg');

      background-color: transparent;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      padding-top: 20px;
      height: 150px;
   }

   .section-title {
      margin-top: 35px;
   }

}

@media (min-width: 992px) {
   .header {
      padding-top: 100px;

      width:100%;
      background-image: url('../fotos/index.png');
      background-image: linear-gradient(to bottom, rgba(20,45,70,0.7) 0%,rgba(20,45,70,0.7) 100%), url('../fotos/index.png');

      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;

      display: flex;
      align-items: flex-start;
      justify-content: center; 
   }

   .header-left {
      padding: 0px 70px 0 30px;
   }
   .header-left h1 {
      font-size: 45px;
      line-height: 50px;
   }

   .section-head {
      margin-top: 76px;
   }
}

@media (min-width: 1200px) {

   .header-left {
      padding: 40px 70px 0 50px;
   }
   .header-right {
      padding: 20px 40px 0 40px;
   }

}

.lgindex {
   /*background: url('../imagenes/bg-div.jpg') 0 0px repeat-x;*/
   background: url('../imagenes/div-shadow.png') center 1px no-repeat;
   padding: 60px 25px 50px 25px;
   z-index: 900;
}

.imglg {
   border: 5px solid #CBA135;
   border-radius: 7px;
   margin-top: 30px;
}

/*
|---------------------------------
| BLOG
|---------------------------------
*/
.post-datos {
   font-size: 16px;
}
.post-datos span {
   margin-right: 30px;
   color: #999;
}
.post-datos span i {
   margin-right: 7px;
}

.post {
   width: 95%;
}

.post img {
   width: 100%;
   height: auto;
}

.post h1, .post h2 {
   margin-bottom: 20px;
   font-size: 33px;
   font-weight: 600;
   font-style: normal;
   margin-top: 0;
   color: #111;
   font-family: 'Open Sans','Oswald',sans-serif;
}

.post h2 {
   font-size: 21px;
   margin-bottom: 20px;
}

.post p {
   font-family: 'Open sans', arial, verdana;
   color: #333;
   font-size: 18px;
   line-height: 1.75em;
   letter-spacing: 0.2px;
}

.post .quote:before {
    display: none
}
.post .quote {
   background-image: none;
   position: relative;
   padding: 20px;
   border: 0 solid #ffa507;
   border-left-width: 4px;
   margin: 0;
   margin-bottom: 20px;

   font-family: verdana;
   font-size: 15px;
   font-style: italic;
   border-left-color: #dd9933; 
   color: #474747; 
   background-color: #F5F5F5;
}
.post .quote *:last-child {
    margin-bottom: 0
}
.post .quote .quote-arrow {
    position: absolute;
    height: 0;
    width: 0;
    left: -1px;
    top: 50%;
    margin-top: -7px;
    border-width: 7px;
    border-color: #ffa507;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, 0) !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    border-right-width: 0;
    border-left-color:#dd9933;
}

.post .quote a {
   color: #f09217;
}

.post-redes {
   padding: 20px;
   border-top: 1px solid #e0e0e0;
   margin-left: -20px;
   margin-right: -20px;
   display: flex;
   width: 100%;
}

.post-redes a,
.post-share a {
   text-decoration: none;
   color: #fff;
   margin-right: 10px;
}

.icon {
   min-width: 120px;
   padding: 7px;
   color: #fff;
   font-size: 13px;
   margin-bottom: 7px;
}

.icon.facebook {
   width: 100%;
   text-align: center;
   background-color: #5d72a4;
}
.icon.facebook:hover {
   background-color: #2E4887;
}

.icon.twitter {
   width: 100%;
   text-align: center;
   background-color: #00baff;
}
.icon.twitter:hover {
   background-color: #1097C9;
}

.icon.whatsapp {
   width: 100%;
   text-align: center;
   background-color: #26cc69;
}
.icon.whatsapp:hover {
   background-color: #18A952;
}

/*
|----------------------------
| FORMULARIOS
|----------------------------
*/
.fw20,.fw80,.fw25,.fw75,.fw30,.fw70 { width: 100%; }

.w30, .w50 { width: 100%; }

select, textarea, input[type="text"], 
input[type="password"], 
input[type="email"] {
    display: block;
    line-height: 1.428571429;
    color: #333;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 7px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
.form-input input[type=text],
.form-input input[type=number],
.form-input input[type=file] {
   width: 100%;
   height: 40px;
   padding: 4px 6px;
   font-size: 15px;
   font-family: 'Source Sans Pro', sans-serif, arial;
   background:-webkit-linear-gradient(#fff, #e0e0e0);
   background:-o-linear-gradient(#fff, #e0e0e0);
   background:linear-gradient(#fff, #e0e0e0);
   border:1px solid #cccccc;
   box-shadow: 0 1px 0 rgba(255,255,255,0.1);
   border-radius: 0.5em;
}

select {
   width: 100%;
   height: 40px;
   padding: 4px 6px;
   background:-webkit-linear-gradient(#fff, #e0e0e0);
   background:-o-linear-gradient(#fff, #e0e0e0);
   background:linear-gradient(#fff, #e0e0e0);
   border:1px solid #cccccc;
   box-shadow: 0 1px 0 rgba(255,255,255,0.1);
   border-radius: 0.5em;
   font-size: 14px;
   font-family: 'Source Sans Pro', sans-serif, arial;
}

textarea {
   width: 100%;
   padding: 4px 6px;
   background:-webkit-linear-gradient(#fff, #e0e0e0);
   background:-o-linear-gradient(#fff, #e0e0e0);
   background:linear-gradient(#fff, #e0e0e0);
   border:1px solid #cccccc;
   box-shadow: 0 1px 0 rgba(255,255,255,0.1);
   border-radius: 0.5em;
   font-size: 14px;
   font-family: 'Source Sans Pro', sans-serif, arial;
}

input[type=text].fcha {
   background-position: right center;
   padding: 4px 6px;
   width: 30%;
   height: 40px;
   background-image: url('../imagenes/calendar.png');
   background-repeat: no-repeat;
   cursor: pointer;
}

.form {
   width: 100%;
   margin: 0 auto;
}

.form360,
.form400,
.form500,
.form600,
.form700,
.form750 {
   width: 100%;
   max-width: 100%;
}

.frm500,
.frm650,
.frm700 { 
   width: 100%;
   max-width: 100%;
   margin:0 auto; 
}

.form-input img {
   width: 100%;
   height: auto;
}

.form-title {
   width: 100%;
   height: 35px;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 16px;
   color: #FFFFFF;
   background-color: #85ABD6;
   border-bottom: 2px solid #FFFFFF;
   padding: 4px 0px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.form-row {
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
}

.form-label {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   background-color: #C5D9F2;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 15px;
   color: #222;
   padding: 0px 8px 0px 8px;
   border-bottom: 2px solid #fff;
}

.form-label-textarea {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   background-color: #C5D9F2;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 15px;
   color: #222;
   padding: 4px 8px 4px 8px;
   border-bottom: 2px solid #fff;
}

.form-label img,
.form-label-textarea img {
   margin-left: 5px;
}

.form-input {
   padding: 0px 7px; 
   background-color: #f8f8f8;
   border-bottom: 2px solid #fff;
}
.form-input button {
   margin: 10px 0;
}

.form-textarea {
   padding: 4px 7px; 
   background-color: #f8f8f8;
   border-bottom: 2px solid #fff;
}

.action {
   display: flex;
   justify-content: center;
   padding: 5px 0;
   /*background-color: #e9e9e9;*/
}
.action button {
   min-width: 200px;
}

.pass {
   width: 100%;
   padding: 5px;
   text-align: center;
}

.pass a {
   font-family: verdana;
   font-size: 13px;
   text-decoration: none;
   color: #6C8604;
   font-weight: normal;
}

.pass a:hover {
   text-decoration: underline;
}

.trg {
   font-family: 'Oswald', sans-serif;
   font-size: 27px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 10px;
   color: #111;
}

.frmg {
   border: 1px solid #ccc;
   border-radius: 10px;
   background-color: #f8f8f8;
   padding: 15px;
}

.fg {
   background-color: transparent;
   color: #333;
   border-bottom: 0;
}
.selct {
   display: flex;
   align-items: center;
   flex-direction: row;
   min-width: 100%;
   font-size: 14px;
}

.slct,
.slcs {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   flex-direction: row;
   min-width: 100%;
   font-size: 14px;
}

.slct span,
.slcs span {
   display: flex;
   align-items: center;
   min-width: 50%;
   padding: 6px 0;
}

.new {
   font-family: 'Source Sans Pro', sans-serif, arial;
   font-size: 14px;
   padding: 0 10px;
   flex-shrink: 0;
}

.newtxt {
   width: 100%;
   text-align: left;
   margin-top: 5px;
}

.newtxt input[type=text] {
   width: 75%;
}

.btns {
   height: 37px;
   background: #3498db;
   background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
   background-image: -moz-linear-gradient(top, #3498db, #2980b9);
   background-image: -ms-linear-gradient(top, #3498db, #2980b9);
   background-image: -o-linear-gradient(top, #3498db, #2980b9);
   background-image: linear-gradient(to bottom, #3498db, #2980b9);
   -webkit-border-radius: 10;
   -moz-border-radius: 10;
   border-radius: 10px;
   border:none;
   font-family: Arial;
   color: #ffffff;
   font-size: 15px;
   background: #3498db;
   padding: 5px 17px;
   text-decoration: none;
   -webkit-box-shadow: 0px 0px 0px #fff;
   -moz-box-shadow: 0px 0px 0px #fff;
   box-shadow: 0px 0px 0px #fff;
}

.btns:hover {
   background: #3cb0fd;
   background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
   background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
   background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
   background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
   background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
   text-decoration: none;
   cursor: pointer;
}

a.btns {
   color: #fff;
}

.img-arrow {
   display: none;
}

/*
|---------------------------------
| MENSAJES
|---------------------------------
*/
.msg{
   width: 100%;
   max-width: 500px;
   overflow: hidden;
   margin: 15px auto;
   padding: 10px 20px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border: solid #9acce6 1px;
}

.notice{
   background-color:#ddf0f8;
   border: solid #9acce6 1px;
}

.warning{
   background-color:#fff176 ;
   border: solid #ffd324 1px;
}
.warning2{
   background-color:#ffa500;
   border: solid #ffa500 1px;
}

.error{
   background-color:#FDD1C5;
   border: solid #FBAB95 1px;
}

.success{
   background-color:#99ffa0;
   border: solid #00b050 1px;
}

/***** MENSAJES *****/
.msger {
  background: #FDD1C5 url("../imagenes/icon-error.png") center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 10px 20px 5px 50px;
  border-top: 2px solid #FBAB95;
  border-bottom: 2px solid #FBAB95;
  color:#000000;
  margin: 5px auto;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 130%;
}

.msgok {
  background: #99ffa0 url("../imagenes/icon-success.png") center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 10px 20px 10px 50px;
  border-top: 2px solid #00b050;
  border-bottom: 2px solid #00b050;
  color:#000000;
  margin: 5px auto;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 130%;
}

.msgal {
  background: #fff6bf url("../imagenes/icon-warning.png") center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 10px 20px 10px 50px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
  color:#000000;
  margin: 5px auto;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 130%;
}

.msgin {
  background: #E7F9F8 url("../imagenes/icon-info.png") center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 10px 20px 10px 50px;
  border-top: 2px solid #B5D4FE;
  border-bottom: 2px solid #B5D4FE;
  color:#000000;
  margin: 5px auto;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 130%;
}

@media (min-width: 576px) {

   .header-right {
      min-width: 450px;
   }

   .frm-row {
      flex-direction: row;
   }

   .inpt33 { max-width: 33%; }
   .inpt20 { max-width: 20%; }
   .inpt15 { max-width: 15%; }
   .inpt10  { max-width: 10%; }

   .frm-left  { width: 20%; }
   .frm-right { width: 80%; }

   .frm-left {
      justify-content: flex-end;
   }

   .slct span {
      min-width: 33%;
      padding: 6px 0;
   }

   /* INPUTS */
   input[type=text],
   input[type=email],
   input[type=password],
   .form-input input[type=text] {
      height: 37px;
   }

   select {
      height: 40px;
      padding: 0 6px;
   }

   .frm-left {
      min-height: 27px;
      padding: 3px 7px 3px 5px;
   }

   .frm-right {
      min-height: 27px;
      padding: 3px 5px;
   }
   .frm-right-fot {
      min-height: 27px;
      padding: 3px 5px;
   }

   .w10 { width: 15%; }
   .w90 { width: 85%; }

}

@media (min-width: 768px) {
   .form {
      width: 90%;
      margin: 0 auto;
   }
   .form-row {
      flex-wrap: nowrap;
   }
   .form-label {
      justify-content: flex-end;
   }
   .form-input {
      padding: 4px 7px; 
   }
   .form-input button {
      margin: 0px 0;
   }

   .form360 { width: 100%;max-width: 360px; }
   .form400 { width: 100%;max-width: 400px; }
   .form420 { width: 100%;max-width: 420px; }
   .form500 { max-width: 500px; }
   .form600 { max-width: 600px; }
   .form700 { width: 100%;max-width: 700px; }
   .form730 { width: 100%;max-width: 730px; }
   .form750 { width: 100%;max-width: 90%; }


   .frm500 { width: 100%;max-width: 500px; }
   .frm650 { width: 100%;max-width: 650px; }
   .frm700 { width: 100%;max-width: 700px; }

   /*** WIDTH ***/
   .fw20 { width: 20%; }
   .fw80 { width: 80%; }
   .fw25 { width: 25%; }
   .fw75 { width: 75%; }
   .fw30 { width: 30%; }
   .fw70 { width: 70%; }
   .w30  { max-width: 30%; }
   .w50  { max-width: 50%; }

   .frm-left  { width: 30%; }
   .frm-right { width: 70%; }

   .newtxt input[type=text] {
      width: 50%;
   }

   .w10 { width: 20%; }
   .w90 { width: 80%; }

   .img-arrow {
      display: block;
      position: absolute;
      margin-left:-85px;
      margin-top: 65px;
      width: 100px;
      height: 107px;
   }

}

@media (min-width: 992px) {

   .img-arrow {
      display: block;
      position: absolute;
      margin-left:-95px;
      margin-top: 45px;
      width: 120px;
      height: 128px;
   }

}


/*
|----------------------------
| REGISTRO
|----------------------------
*/
.text {
   font-size: 14px;
   padding: 11px 16px;
   background-color: #f8f8f8;
   border: 1px solid rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) ;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   width:100%;
}
.text:focus {
   border-color:#ffa52b !important;
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 0 1px #ffa52b inset !important;
}
.text.valid {
   border-color:#7b991f;
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 0 1px #7b991f inset;
}
.text.invalid {
   border-color:#ea5d55;
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 0 1px #ea5d55 inset;
}


/*
|---------------------------------
| PAGINACION
|---------------------------------
*/
ul {
   border: 0;
   margin: 0;
   padding: 0;
   float: center;
}
#pagination li {
   border: 0;
   margin: 0;
   padding: 0;
   font-size: 12px;
   list-style: none;
   /* savers */
   float: left;
}
#pagination a {
   border: solid 1px #9aafe5;
   margin-right: 2px;
}
#pagination .previous-off, #pagination .next-off {
   border: solid 1px #DEDEDE;
   color: #888888;
   display: block;
   float: left;
   font-weight: bold;
   margin-right: 2px;
   padding: 6px 7px;
}
#pagination .next a, #pagination .previous a {
   font-weight: bold;
}
#pagination .active {
   background: #85ABD6;
   color: #FFFFFF;
   font-weight: bold;
   display: block;
   float: left;
   padding: 7px 9px;
   /* savers */
   margin-right: 2px;
}
#pagination a:link, #pagination a:visited {
   color: #0e509e;
   display: block;
   float: left;
   padding: 6px 9px;
   text-decoration: none;
}
#pagination a:hover {
   border: solid 1px #0e509e;
}

/*
|---------------------------------
| PADDING Y MARGIN
|---------------------------------
*/
.mt-10  { margin-top: 10px; }
.mt-20  { margin-top: 20px; }
.pt-135 { padding-top: 135px; }
.p-10   { padding: 10px; }
.pt-cnt { padding-top: 45px; }
.mt-3   { margin-top: 3px; }
.tc     { text-align: center; }

.pad-right {
   padding-right: 0;
}
/*
|---------------------------------
| MEDIA QUERYS
|---------------------------------
*/
@media (min-width: 576px) { /* SM */

}
@media (min-width: 768px) { /* MD */

}
@media (min-width: 992px) { /* LG */

}
@media (min-width: 1200px) { /* XL */
   

} /* XL */
@media (min-width: 1400px) { /* XXL */

} /* XXL */


/*
|---------------------------------
| PORTADA INDEX
|---------------------------------
*/
.container-fluid {
   width: 100%;
   margin: 0 auto;
}
.no-gutter {
   margin-right: 0;
   margin-left: 0
}
.no-gutter>.col, .no-gutter>[class*=sppb-col-] {
   padding-right: 0;
   padding-left: 0
}
.col, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
   position: relative;
   width: 100%;
   min-height: 1px;
}
.col {
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -ms-flex-positive: 1;
   flex-grow: 1;
   max-width: 100%
}
.col-auto {
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   width: auto;
   max-width: none
}
.col-1 {
   -ms-flex: 0 0 8.333333%;
   flex: 0 0 8.333333%;
   max-width: 8.333333%
}
.col-2 {
   -ms-flex: 0 0 16.666667%;
   flex: 0 0 16.666667%;
   max-width: 16.666667%
}
.col-3 {
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%
}
.col-4 {
   -ms-flex: 0 0 33.333333%;
   flex: 0 0 33.333333%;
   max-width: 33.333333%
}
.col-5 {
   -ms-flex: 0 0 41.666667%;
   flex: 0 0 41.666667%;
   max-width: 41.666667%
}
.col-6 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%
}
.col-7 {
   -ms-flex: 0 0 58.333333%;
   flex: 0 0 58.333333%;
   max-width: 58.333333%
}
.col-8 {
   -ms-flex: 0 0 66.666667%;
   flex: 0 0 66.666667%;
   max-width: 66.666667%
}
.col-9 {
   -ms-flex: 0 0 75%;
   flex: 0 0 75%;
   max-width: 75%
}
.col-10 {
   -ms-flex: 0 0 83.333333%;
   flex: 0 0 83.333333%;
   max-width: 83.333333%
}
.col-11 {
   -ms-flex: 0 0 91.666667%;
   flex: 0 0 91.666667%;
   max-width: 91.666667%
}
.col-12 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%
}

.col-spc30 {
   width: 30px;
   min-width: 30px;
   height: auto;
}
.col-spc50 {
   width: 50px;
   min-width: 50px;
   height: auto;
}

@media (max-width:767px) {
   .col-xs {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-xs-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-xs-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-xs-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-xs-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-xs-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-xs-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-xs-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-xs-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-xs-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-xs-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-xs-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-xs-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-xs-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }
}

@media (min-width:768px) {

   .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }

}

@media (min-width:992px) {

   .col-md {
       -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }

}

@media (min-width:1200px) {

   .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }

}

/*
|---------------------------------
| PADDING Y MARGIN
|---------------------------------
*/
.pr-20 { padding-right: 20px; }

@media (min-width:992px) {

   .pl-10 { padding-left: 10px; }
   .pl-20 { padding-left: 20px; }
   .pr-10 { padding-right: 10px; }
   .pr-20 { padding-right: 20px; }

}

/*
|---------------------------------
| POST
|---------------------------------
*/
.not {
   width: 100%;
   max-width: 100%;
   display: flex;
   flex-flow: row;
   margin-bottom: 30px;
}
.img-fot {
   width: 100%;
   height: auto;
}
.not-des {
   width: 100%;
   position: relative;
   display: flex;
   flex-direction: column;
}

.not-des-title {
   width: 100%;
   position: absolute;
   padding: 9px 20px;
   left: 0;
   bottom: 0;
   /*background-color: rgba(0,0,0,0.4);*/
   z-index: 600;
   text-shadow: 1px 1px #000;
   background:rgba(0,0,0,0.6);
   background: rgba(0,0,0,0.0);
   background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(66%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.9)));
   background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#000000', GradientType=0 );
}

.not-des-title h1 {
   font-family: Arimo,sans-serif,arial;
   font-size: 17px;
   letter-spacing: 0.3px;
   line-height: 22px;
   text-align: left;
}

.not-des-title h2 {
   font-family: Arimo,sans-serif,arial;
   font-size: 17px;
   letter-spacing: 0.3px;
   line-height: 22px;
   text-align: left;
}

.not-des-title a {
   color: #fff;
   font-family: Arimo,sans-serif,arial;
}

.not1-title a {
   font-family: Arimo,sans-serif,arial;
   font-weight: 700;
   font-size: 18px;
   line-height: 24px;
   color: #1c1c1c;
   text-decoration: none;
}
.not1-title a:hover {
   color: #1e88e5 ;
}
.not1-datos {
   color: #1c1c1c;
   font-family: Arimo,sans-serif,arial;
   font-weight: 700;
   font-size: 12px;
   padding-right: 8px;
   margin-right: 5px;
   line-height: 24px;
}
.not1-datos span {
   font-family: Arimo,sans-serif,arial;
   color: #a3a3a3;
   padding-left: 10px;
   border-left: 1px solid #a3a3a3;
}
.not1-resumen {
   margin-bottom: 30px;
   font-size: 13px;
   font-family: Open Sans,sans-serif;
   font-weight: 600;
   color: #525252;
   line-height: 22px;
   text-decoration: none;
   letter-spacing: -.5px;
}

.not-ppal {
   width: 100%;
   margin-bottom: 30px;
}
.not-ppal img {
   width: 100%;
   height: auto;
}
.not {
   width: 100%;
   max-width: 100%;
   display: flex;
   flex-flow: row;
   margin-bottom: 30px;
}
.not-head {
   width: 100%;
}
.not-head-title {
   display: inline-block;
   position: relative;
   font-size: 18px;
   font-weight: 700;
   font-family: 'Cairo', sans-serif, arial;
   height: 30px;
   line-height: 30px !important;
   padding: 0 15px;
   margin: 0 0 30px;
   color: #fff;
}
.nht-blue  { background-color: #4258fe; }
.ntb-blue  { border-top: 2px solid #4258fe; }
.nht-black { background-color: #000; }
.ntb-black { border-top: 2px solid #000; }
.nht-red   { background-color: #de1b2c; }
.ntb-red   { border-top: 2px solid #de1b2c; }

.not-img {
   width: 200px;
   max-width: 200px;
}
.not-img img {
   width: 100%;
   height: auto;
      border: 1px solid #d0d0d0;
}
.not-body {
   width: 100%;
   max-width: 100%;
   padding-left: 15px;
}
.not-body a {
   color: #1c1c1c;
   text-decoration: none;
   font-size: 14px;
   line-height: 19px;
   font-family: Arimo,sans-serif;
   font-weight: 700;
}
.not-body a:hover {
   color: #1e88e5 ;
   line-height: 19px;
}
.not-fecha {
   font-family: Arimo,sans-serif,arial;
   line-height: 22px;
   font-size: 12px;
   color: #a3a3a3;
}
.not-spc {
   width: 20px;
}

.mt-red { margin-top: 0px; }


/*
|---------------------------------
| MAS NOTICIAS
|---------------------------------
*/
.masnot {
   width: 100%;
   display: flex;
   margin-bottom: 0;
   flex-direction: column;
}

.masnot-img {
   width: 100%;
   max-width: 300px;
}
.masnot-img img {
   width: 100%;
   height: auto;
}

.masnot-body {
   width: 100%;
   padding-left: 0;
}

@media (min-width:992px) {

   .masnot {
      width: 100%;
      display: flex;
      margin-bottom: 30px;
      flex-direction: row;
   }
   .masnot-body {
      padding-left: 30px;
   }

}

/*
|---------------------------------
| BANNERS
|---------------------------------
*/
.col-op {
   width: 100%;
   display: flex;
   flex-flow: wrap;
}
.col-red {
   width: 100%;
   display: flex;
   flex-flow: wrap;
}
.bnr-derecha { 
   width: 100%;
   margin-bottom: 30px;
   text-align: right;
}
.bnr-derecha img {
   width: 100%;
   max-width: 100%;
   height: auto;
}

@media (min-width:768px) {

   .pad-right {
      padding-right: 40px;
   }

   .redes-descripcion a {
      font-size: 20px;
   }

   .bnr-derecha { 
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
   }
   .bnr-derecha img {
      width: 100%;
      max-width: 360px;
      height: auto;
   }

   .col-op {
      flex-flow: row;
   }
   .col-red {
      flex-flow: row;
   }
   .opinion-index {
      margin-right: 5px;
   }
   .columna {
      margin-left: 5px;
   }
   .facebook {
      /*margin-right: 10px;*/
   }
   .twitter {
      /*margin-right: 10px;*/
   }
}

@media (min-width:992px) {

   /***** PADDINGS *****/
   .pl-10 { padding-left: 10px; }
   .pl-20 { padding-left: 20px; }
   .pr-10 { padding-right: 10px; }
   .pr-20 { padding-right: 20px; }
   .pr-30 { padding-right: 30px; }
   .pr-50 { padding-right: 50px; }
   .pd-10 { padding-left: 10px; padding-right: 10px; }
   .pd-15 { padding-left: 15px; padding-right: 15px; }
   .pl-md-10 { padding-left: 10px; }
   .pl-md-20 { padding-left: 20px; }
   .pr-md-10 { padding-right: 10px; }
   .pr-md-20 { padding-right: 20px; }
   .mb-bm { margin-bottom: 0; }
   .plder { padding-left: 30px; }

   .mt-red { margin-top: -60px; }

   .col-op,
   .col-red {
      flex-flow: wrap;
   }

   .opinion-index {
      margin-right: 0;
   }
   .columna {
      margin-left: 0;
   }
   .facebook {
      margin-right: 0;
   }
   .twitter {
      margin-right: 0;
   }

}

/*
|---------------------------------
| INTERMEDIO - REDES
|---------------------------------
*/
.col-spc30 {
   width: 30px;
   min-width: 30px;
   height: auto;
}
.col-spc50 {
   width: 50px;
   min-width: 50px;
   height: auto; 
}

.redes {
   width: 100%;
   height: 72px;
   margin-bottom: 10px;
   padding: 10px 12px;
   display: flex;
}
.redes-img {
   width: 60px;
   min-width: 60px;
}
.redes-img img {
   width: 100%;
   height: auto;
}
.opinion-index {
   cursor: pointer;
   background-color: #de1b2c;
}
.columna {
   cursor: pointer;
   background-color: #de1b2c;
}
.facebook {
   background-color: #3b5998;
}
.twitter {
   background-color: #00aced;
}
.instagram {
   background-color: #c32aa3;
}
.redes-log {
   width: 48px;
   height: 48px;
   background-color: rgba(0,0,0,.2);
   display: flex;
   justify-content: center;
   align-items: center;
   color: #fff;
}
.redes-texto {
   width: 100%;
   padding-left: 12px;
   color: #fff; 
   display: flex;
   flex-direction: column;
   justify-content: center;
   font-family: Open Sans,sans-serif;
   font-weight: normal;
   color: #fff;
   line-height: 20px;
   letter-spacing: 0.5px;
}
.redes-texto a {
   font-family: Open Sans,sans-serif;
   font-weight: normal;
   color: #fff;
   line-height: 20px;
   letter-spacing: 0.5px;
}
.redes-autor,
.redes-autor a {
   font-family: 'Manrope', sans-serif, arial;
   font-size: 15px;
   font-weight: 600;
}

.redes-title,
.redes-title a {
   font-family: 'Manrope', sans-serif, arial;
   font-size: 15px;
   font-weight: 200;
}
.redes-descripcion {
   width: 100%;
   padding-right: 14px;
   display: flex;
   justify-content: flex-end;
}
.redes-descripcion,
.redes-descripcion a {
   font-family: 'Arimo', sans-serif, arial;
   font-size: 14px;
   font-weight: 400;
}

.red-opn {
   width: 100%;
   margin-right: 0; 
}
.red-clm {
   width: 100%;
   margin-right: 0; 
}

/*
|---------------------------------
| PADDING Y MARGIN
|---------------------------------
*/
.mb-bm { margin-bottom: 30px; }
.mb-30 { margin-bottom: 30px; }
.p0    { padding: 0; }
.plx-0  { padding-left: 0; }
.prx-0  { padding-right: 0; }
.pb-3  { padding-bottom: 3px; }
.pb-0  { padding-bottom: 0; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-50 { padding-bottom: 50px; }
.pr-20 { padding-right: 20px; }
.pl-20 { padding-left: 20px; }
.pt-5  { padding-top: 5px; }
.mb-boletin { margin-bottom: 30px; }
.plder { padding-left: 0px; }

/*
|---------------------------------
| BOLETIN
|---------------------------------
*/
.boletin {
   width: 100%;
   padding: 20px;
   background-color: #f1f1f1;
}
.boletin-title {
   font-size: 18px;
   font-family: Arimo,sans-serif;
   font-weight: 700;
}
.boletin-texto {
   font-family: Open Sans,sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #333;
   line-height: 22px;
   padding: 10px 0;
}
.boletin-btn {
   margin-top: 15px;
}

.boletin-input {
   text-align: center;
}
.button {
   -webkit-appearance: button;
   cursor: pointer;
   border-color: #cd0000;
   background-color: #ec0000;
   color: #fff;
   border: 0;
   padding: 10px 15px;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 13px;
}

.btn {
   color: white;
   padding: 14px 14px;
   border: none;
   font-weight: normal;
   letter-spacing: 0.7px;
   cursor: pointer;
   width: 100%;
   opacity: 0.9;
   border-radius: 0.4em;
}

.btn:hover {
   opacity: 1;
}

.btn a, .btn a:hover {
   text-decoration: none;
   color: #FFFDB8;
}

.button.golden {
   width: 100%;
   margin: 0; padding: 8px;
   font-size: 1rem;
   font-weight: 500;
   letter-spacing: 1px;
   border: 2px solid #CBA135;
   border-radius: 4px;
   background-color: #CBA135;
   color: #fff; 
}
.button.golden:hover, .button.golden:focus {
   background-color:#B29433;
   border-color:#B29433;
   color: #fff; 
}

.form-row {
   padding-bottom: 35px;
}

.mt5 { margin-top: 5px; }
.mt15 { margin-top: 15px; }
.mt50 { margin-top: 50px; }
.pdng1 { padding: 30px 60px; }

.justify-content-center {
   -ms-flex-pack: center !important;
   justify-content: center !important;
}

/*** REDES SOCIALES ***/
.btn-facebook {
   color: #fff;
   background-color: #3b5998;
   border-color: rgba(0,0,0,0.2);
}

.btn-facebook:hover {
   background-color: #205081;
}

.btn-social {
   position: relative;
   padding-left: 44px;
   text-align: left;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.btn-social:hover {
   color: #eee;
}

.btn-social :first-child {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 40px;
   padding: 7px;
   font-size: 1.6em;
   text-align: center;
   border-right: 1px solid rgba(0,0,0,0.2);
}

a.btn-facebook {
   color: #fff;
   cursor: pointer;
}

.btn-sm {
   padding: 0.40rem 0.6rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem;
   padding-left: 3.1rem;
}


/*
|---------------------------------
| FOOTER
|---------------------------------
*/
footer {
  background-size: cover;
  background-color: #222222;
  padding: 30px 0;
}

.footer-end {
  width: 100%;
  height: 45px;
  background-color: #000;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #fff;
  display: flex;
  align-items: center;
}

.f-list li {
  margin-bottom: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #444;
}

.f-list a { color: #fff;font-weight: normal; }
.f-list a:hover { color: #e1622b;text-decoration: none; }

.f-links { padding-right: 20px; }

/*** FORM CONTACTO FOOTER ***/
#inptxt input[type=text],
#inptxt input[type=email],
#inptxt input[type=password],
#inptxt input[type=textarea] {
  width: 80%;
  padding:3px 5px;
  /*background:linear-gradient(#fff, #e0e0e0);*/
  border:1px solid #cccccc;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  border-radius:0.5em;
  font-size: 14px;
  font-family: arial, verdana;
}

#inptxt textarea {
  width: 100%;
  padding: 3px 5px;
  /*background:linear-gradient(#fff, #e0e0e0);*/
  border: 1px solid #cccccc;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  border-radius: 0.5em;
  font-size: 14px;
  font-family: arial, verdana;
}

/******************/
.footer-row {
   background-color: #1c1c1c;
   color: #969696;
   padding: 25px 0 40px 0;
}
.footer-row .not-body a {
   font-size: 14px;
   font-weight: 400;
   color: #a3a3a3;
   line-height: 19px;
   font-family: Arimo,sans-serif;
}
.footer-row .not-body a:hover,
.footer-row .footer-secciones a:hover {
   text-decoration: underline;
}
.footer-row .not-fecha {
   color: #515151;
   font-size: 12px;
}
.footer-sec {
   padding: 0 50px;
   padding-bottom: 30px;
}

.footer-logo {
   width: 100%;
   margin: 0 auto;
   text-align: center;
}
.footer-logo img {
   width: 146px;
   height: 58px;
}
.footer-logo p {
   font-size: 12px;
   font-weight: 600px;
}
.footer-redes {
   width: 100%;
   display: flex;
   justify-content: center;
}
.foot-red,
.foot-red .facebook {
   width: 32px;
   height: 32px;
   margin-right: 5px;
   line-height: 32px;
   background: #282828;
   color: #fff;
   text-align: center;
   font-size: 12px;
   cursor: pointer;
   display: flex;
   justify-content: center;
   align-items: center;
}
.foot-redx:hover {
   background-color: #ec0000;
}
.foot-red a {
   color: #FFF;
}
.rfacebook:hover {
   background-color: #3b5998;
}
.rtwitter:hover {
   background-color: #00aced;
}
.rinstagram:hover {
   background-color: #c32aa3;
}

.footer-border {
   padding-top: 50px;
   border-top: 1px solid #606060;
}
.footer-secciones a {
   font-size: 14px;
   font-weight: 400;
   color: #a3a3a3;
   line-height: 30px;
   font-family: 'Cairo', Arimo,sans-serif;
}
.footer-row h4 {
   font-size: 16px;
   color: #fff;
   font-family: 'Cairo', Arimo,sans-serif;
   font-weight: 700;
}

.logfoot {
   display: none;
}

@media (min-width:768px) {

   .logfoot {
      display: block;
   }

   .footer-logo img {
      width: 240px;
      height: 96px;
   }
   .footer-logo p {
      font-size: 14px;
      font-weight: 600px;
   }

}

@media (min-width:992px) {

   .pfsec { padding-left: 60px; }
   .pfint { padding-left: 20px; }

}

@media (min-width:1200px) {

   .footer-sec {
      padding-bottom: 0;
   }
   .pfsec { padding-left: 120px; }
   .pfint { padding-left: 50px; }

}

/*
|--------------------------------------
| TABLAS
|--------------------------------------
*/
.contbol {
  width: 100%;
  margin: 0 auto;
}

.contbol img {
  width: 100%;
  height: auto;
} 

.table {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   margin: 0 0 0 0;
   padding: 0;
   font-size: 14px;
   /*box-shadow: 0 0 0 rgba(0, 0, 0, 0);*/
}

.row-h {
   width: 100%;
   display: flex;
}

.row-head {
   display: none;
}

.tdh {
   flex-grow: 1;
   padding: 0px 8px;
   overflow: hidden;
   list-style: none;
   background-color: #85ABD6;
   color: white;
   font-weight: bold;
   letter-spacing: 0.6px;
   padding: 5px 7px;
   line-height: 130%;
}

.td {
   display: flex;
   flex-grow: 1;
   padding: 5px 7px;
   overflow: hidden;
   list-style: none;
}

.row-title {
   width: 100%;
   background-color: #85ABD6;
   color: white;
   font-weight: bold;
   padding: 7px 7px;
}
.row-desk {
   display: none;
   border-bottom: 2px solid #FFF;
}
.row-mov {
   display: flex;
   width: 100%;
}

.row-bg1 {
   background-color:#C5D9F2;
}
.row-bg2 {
   background-color:#f0f0f0;
}

.bb { border-bottom: 1px solid #ccc; }
.mb-0 { margin-bottom: 0; }

/*** TABLA BLOG ***/
.clm-prd1 { width: 30%; border-right: 2px solid #fff;display: flex;align-items: center; }
.clm-prd2 { width: 55%; border-right: 2px solid #fff;display: flex;align-items: center; justify-content: center; }
.clm-prd3 { width: 15%; border-right: 2px solid #fff;display: flex;align-items: center; justify-content: center; }
.clm-prd4 { min-width: 25%; background-color: #DCE0E4; border-left: 1px solid #ccc; }
.clm-prd5 { min-width: 75%; border-right: 1px solid #ccc; display: flex; }


@media (min-width: 768px) {

   .table {
      width: 100%; 
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
      margin: 0 auto;
   }
   .td {
      padding: 6px;
   }
   .row-head {
      display: flex;
   }
   .row-title {
      display: none;
   }
   .row-desk {
      width: 100%;
      display: flex;
   }
   .row-mov {
      display: none;
   }
   .w500 {
      width: 500px;
   }

}
.btt {
   padding: 8px 8px;
   border-radius: 5px;
   font-size: 12px;
   color: #fff;
   letter-spacing: 0.5px;
   cursor: pointer;
   border: 0;
   margin-right: 8px;
   line-height: 12px;
}

/*
|---------------------------------
| 3 FOTOS
|---------------------------------
*/
.col-md-4 {
   min-width: 33.3333%
}

.f3 {
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 35px;
}

@media (min-width: 768px) {
   .f3 {
      padding-left: 15px;
      padding-right: 15px;
   }
}


.foto3 img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.foto4 img:hover {
  /*filter: opacity(.8);*/
  /*background-color: #E2BF4E;
  border-radius: 7px;
  padding: 14px 15px;*/
}

.foto-wrap {
  width: 100%;
  border: 1px solid #CBA135;
  padding: 10px;
  border-radius: 7px;
}

.foto-img {
  overflow:hidden;
}

.foto-img img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.foto-img:hover img {
  -webkit-transform:scale(1.15);
  transform:scale(1.15);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  border-radius: 7px;
}

.foto-title {
  margin: 20px 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.63125rem;
  padding: 0 25px;
}

.foto-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.63125rem;
  padding: 0 25px;
  color: #839192;
}

a.foto-link {
  text-decoration: none;
  color: #B29433;
  margin: 0 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.f3 {
   padding-bottom: 35px;
}