/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap');*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/***************** Colores ******************************/

:root{
--blanco: #fff;
--negro: #000;
--negrorgb: 0,0,0;
--azul1: #010440;
--azul2: #0046A0;
--verde: #54A770;
--gris: #EFF2F4;
--griso: #404040;
--grisc: #f2f2f2;
--font1: 'ProximaNova-Regular', sans-serif;
--font1sb: 'ProximaNova-Semibold', sans-serif;
--font1b: 'ProximaNova-Bold', sans-serif;
--font1e: 'ProximaNova-Extrabold', sans-serif;
--font2: 'Merriweather', serif;
--font3: 'Gotham-Bold', serif, sans-serif;
 }

.blanco { color: var(--blanco); }
.negro { color: var(--negro); }
.negrorgb { color: var(--negrorgb); }
.azul1 { color: var(--azul1); }
.azul2 { color: var(--azul2); }
.verde { color: var(--verde); }
.gris { color: var(--gris); }
.griso { color: var(--griso);}

.bgblanco { background: var(--blanco); }
.bgnegro { background: var(--negro); }
.bgazul1 { background: var(--azul1); }
.bgazul2 { background: var(--azul2);}
.bgverde { background: var(--verde); }
.bggris { background: var(--gris); }
.bggriso  { background: var(--griso); }
.bggrisc  { background: var(--grisc); }

/***************** Tipografias ******************************/

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Bold.woff') format('woff'),
       url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
       url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
	font-family: 'ProximaNova-Extrabold';
	src: url('../fonts/ProximaNova-Extrabold.eot');
	src: local('☺'), url('../fonts/ProximaNova-Extrabold.woff') format('woff'),
		 url('../fonts/ProximaNova-Extrabold.ttf') format('truetype'),
		 url('../fonts/ProximaNova-Extrabold.svg') format('svg');
	font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Semibold.woff') format('woff'),
       url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
       url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'),
       url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
    font-family:'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype'),
         url('../fonts/Gotham-Bold.otf') format('opentype'),
         url('../fonts/Gotham-Bold.svg#Gotham Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
    display: swap;
}

/************Reset css*********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
  color: var(--griso);
	line-height: 120%;
  font-family: var(--font2);
  font-size: 20px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden], .hidden-sm, .hidden {
    display: none !important;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a {
  color: var(--griso);
}

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #000;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    text-decoration: none;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/******************** lazy *******************************/
img.lazy{
  font-size: 10px;
  color: transparent;
  text-align: center;
}
.lazy{
  background-image: none !important;
  position: relative;
}
/*Estos estilos pintan un background animado tipo load*/
.lazy:before, .lazy:after {
  content: '';
  position: absolute;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:var(--verde); /*Cambiar al color que se necesite*/
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lazy:before {
  left: 45%;
  animation: lds-ellipsis1 0.6s infinite;
}
.lazy:after {
  left: 45%;
  animation: lds-ellipsis2 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.getscript{
  cursor: pointer;
}
.play-button{
  cursor: pointer;
  position: relative;
}
.play-button:before{
  border-radius: 50%;
  content: '';
  height: 81px;
  position: absolute;
  width: 81px;
  z-index: 1;
  background-color: rgba(204,5,38, 0.76); /*cambiar el color por el del sitio*/
  left: 41.5%;
  top: 38%;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: normal;
}
.play-button:after{
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC) 0px 0px / 127px 81px no-repeat transparent;
  display: block;
  height: 81px;
  outline: none;
  position: absolute;
  width: 127px;
  z-index: 1;
  left: 38%;
  top: 38%;
}
/*.play-button:hover:before{
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(204,5,38, 0.8);
  left: 0px;
  top: 0px;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: multiply;
}*/


/***************************************** Columnas ************************************/

.col-1 {width: 8.33%;}
.col-2 {width: 18.66%;}
.col-3 {width: 25%;}
.col-4 {width: 31.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 49%;}
.col-7 {width: 56.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.flex-m .col-1 {width: 8.33% !important;}
.flex-m .col-2 {width: 18.66% !important;}
.flex-m .col-3 {width: 25% !important;}
.flex-m .col-4 {width: 31.33% !important;}
.flex-m .col-5 {width: 41.66% !important;}
.flex-m .col-6 {width: 49% !important;}
.flex-m .col-7 {width: 56.33% !important;}
.flex-m .col-8 {width: 66.66% !important;}
.flex-m .col-9 {width: 78% !important;}
.flex-m .col-10 {width: 83.33% !important;}
.flex-m .col-11 {width: 91.66% !important;}
.flex-m .col-12 {width: 100% !important;}

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-80, .w-80-m { width: 80%; }
.w-90, .w-90-m { width: 90%;}
.w-95, .w-95-m { width: 95%;}
.w-100 { width: 100%; }

.height-auto { height: auto!important; }  


/********************************* Flex ****************************************************/

.flex, .flex-m { 
  display: flex; 
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;   
}

.column-direction { 
  flex-direction: column; 
  -webkit-flex-direction: column; 
  -moz-flex-direction: column;     
}

.row-direction { 
  flex-direction: row; 
  -webkit-flex-direction: row; 
  -moz-flex-direction: row;     
}

.reverse {  
  flex-direction: row-reverse; 
  -webkit-flex-direction: row-reverse; 
  -moz-flex-direction: row-reverse;     
}

.between { 
  justify-content: space-between; 
  -webkit-justify-content: space-between; 
  -moz-justify-content: space-between;   
}

.arround { 
  justify-content: space-around;; 
  -webkit-justify-content: space-around;; 
  -moz-justify-content: space-around;;   
}


.content-center { 
  justify-content: center; 
  -webkit-justify-content: center; 
  -moz-justify-content: center;   
}

.content-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; 
  -moz-justify-content: flex-start; 
}

.content-right{
  justify-content: flex-end;
  -webkit-justify-content: flex-end; 
  -moz-justify-content: flex-end; 
}

.flex-center { 
  align-items: center;  
  -webkit-align-items: center;  
  -moz-align-items: center;      
}

.flex-top { 
  align-items: flex-start;  
  -webkit-align-items: flex-start;  
  -moz-align-items: flex-start;    
}

.flex-bottom { 
  align-items: flex-end; 
  -webkit-align-items: flex-end; 
  -moz-align-items: flex-end; 
}

.flex1 { 
  flex: 1;  
}

.wrap{
  flex-wrap:wrap;
}

.five-columns .flex > div {
  flex: 1 20%!important;
}

.flex-grow > div, 
.flex-grow > div > div,
.flex-grow > div > div > div {
  height: 100%;
}

.flex-grow > div > div.texto {
  display: flex; 
  flex-direction: column; 
  -webkit-flex-direction: column; 
  -moz-flex-direction: column;     
}

/*.grow {
  flex-grow: 1;
}*/

.flex-h {
    display: flex;
    height: 100%;
    flex-direction: column;
} 


/******************** hojas ************************************/

.hoja-1400 { position: relative; display:block; margin:auto; max-width:1400px; width:100%; padding:0 0px; box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; z-index: 1; }
.hoja-1300 { position: relative; display:block; margin:auto; max-width:1300px; width:100%; padding:0 10px; box-sizing: border-box;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; z-index: 1; }
.hoja-1200 { position: relative; display:block; margin:auto; max-width:1200px; width:100%; padding:0 10px; box-sizing: border-box;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; z-index: 0; }
.hoja-1100 { position: relative; display:block; margin:auto; max-width:1100px; width:100%; padding:0 10px; box-sizing: border-box;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; z-index: 1; }
.hoja-1024 { position: relative; display:block; margin:auto; max-width:1024px; width:100%; padding:0 10px; box-sizing: border-box;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; z-index: 1; }
.hoja-1000 { position: relative; display:block; margin:auto; max-width:1000px; width:100%; padding:0 10px; box-sizing: border-box;   -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; z-index: 1; }
.hoja-900 { position: relative; display:block; margin:auto; max-width:900px; width:100%; padding:0 10px; box-sizing: border-box;   -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; z-index: 1; }
.hoja-800 { position: relative; display:block; margin:auto; max-width:800px; width:100%;  padding:0 10px;  box-sizing: border-box;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; z-index: 1; }
.hoja-700 { position: relative; display:block; margin:auto; max-width:700px; width:100%;  padding:0 10px;  box-sizing: border-box;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; z-index: 1; }


/*********************************  Margen ****************************************************/

.m0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.m5 { margin-top: 5px; margin-bottom:5px }
.m10 { margin-top: 10px; margin-bottom:10px }
.m15 { margin-top: 15px; margin-bottom:15px }
.m20 { margin-top: 20px; margin-bottom:20px }
.m30 { margin-top: 30px; margin-bottom:30px }
.m40 { margin-top: 40px; margin-bottom:40px }
.m50 { margin-top: 50px; margin-bottom:50px }
.m60 { margin-top: 60px; margin-bottom:60px }
.m70 { margin-top: 70px; margin-bottom:70px }
.m80 { margin-top: 80px; margin-bottom:80px }
.m90 { margin-top: 90px; margin-bottom:90px }
.m100 { margin-top: 100px; margin-bottom:100px }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb10 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.ml10 { margin-left: 10px }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }

.mr10 { margin-right: 10px }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }

.mtauto {
    margin-top: auto;
}

.mbauto {
    margin-bottom: auto;
}

/*********************************  Padding ****************************************************/

.pad5 { padding-top:5px; padding-bottom:5px; }
.pad10 { padding-top:10px; padding-bottom:10px; }
.pad15 { padding-top:15px; padding-bottom:15px; }
.pad20 { padding-top:20px; padding-bottom:20px; }
.pad30 { padding-top:30px; padding-bottom:30px; }
.pad40 { padding-top:40px; padding-bottom:40px; }
.pad50 { padding-top:50px; padding-bottom:50px; }
.pad60 { padding-top:60px; padding-bottom:60px; }
.pad70 { padding-top:70px; padding-bottom:70px; }
.pad80 { padding-top:80px; padding-bottom:80px; }
.pad90 { padding-top:90px; padding-bottom:90px; }
.pad100 { padding-top:100px; padding-bottom:100px; }


.pad-lat10 { padding-left:px; padding-right:5px; }
.pad-lat10 { padding-left:10px; padding-right:10px; }
.pad-lat15, .pad-lat15m { padding-left:15px; padding-right:15px; }
.pad-lat20, .pad-lat20m { padding-left:20px; padding-right:20px; }
.pad-lat25, .pad-lat25m { padding-left:25px; padding-right:25px; }
.pad-lat30, .pad-lat30m { padding-left:30px; padding-right:30px; }
.pad-lat40 { padding-left:40px; padding-right:40px; }
.pad-lat50 { padding-left:50px; padding-right:50px; }
.pad-lat60 { padding-left:60px; padding-right:60px; }

.padt5 { padding-top:5px; }
.padt10 { padding-top:10px; }
.padt15 { padding-top:15px; }
.padt20 { padding-top:20px; }
.padt30 { padding-top:30px; }
.padt40 { padding-top:40px; }
.padt50 { padding-top:50px; }
.padt60 { padding-top:60px; }
.padt70 { padding-top:70px; }
.padt80 { padding-top:80px; }
.padt90 { padding-top:90px; }
.padt100 { padding-top: 100px; }

.padb5 { padding-bottom:5px; }
.padb10 { padding-bottom:10px; }
.padb15 { padding-bottom:15px; }
.padb20 { padding-bottom:20px; }
.padb30 { padding-bottom:30px; }
.padb40 { padding-bottom:40px; }
.padb50 { padding-bottom:50px; }
.padb60 { padding-bottom:60px; }
.padb70 { padding-bottom:70px; }
.padb80 { padding-bottom:80px; }
.padb90 { padding-bottom:90px; }
.padb100 { padding-bottom: 100px; }

/*********************************  Fuentes ****************************************************/

.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }
.fs46 { font-size:46px; }
.fs48 { font-size:48px; }
.fs49 { font-size:49px; }
.fs50 { font-size:50px; }
.fs52 { font-size:52px; }
.fs54 { font-size:54px; }
.fs56 { font-size:56px; }
.fs58 { font-size:58px; }
.fs60 { font-size:60px; }
.fs65 { font-size:65px; }
.fs70 { font-size:70px; }
.fs75 { font-size:75px; }
.fs80 { font-size:80px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.bold, strong, b  { font-weight: 700; }
.extra { font-weight: 800; }

.under { text-decoration: underline; }
.upper { text-transform: uppercase; }

.line-normal { line-height:normal; }

.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }

.font1{
  font-family: var(--font1);
}
.font1b{
  font-family: var(--font1b);
}
.font1sb{
  font-family: var(--font1sb);
}
.font1e{
  font-family: var(--font1e);
}
.font2{
  font-family: var(--font2);
}
.font3{
  font-family: var(--font3);
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--font1);
  font-weight: 400;
}

/******************** Posiciones *********************************/
 
.absolute, .absolute-m { position:absolute; }
.relative { position:relative!important;}
.fixed { position:fixed; }
.zindex { z-index: 100; }

.top { top: 0; }
.bottom { bottom: 0; }
.right { right: 0; }
.left { left: 0; }

/******************** display **********************************/

.block, .salto { display: block; }
.inline { display: inline; } 
.auto { margin-left: auto !important; margin-right:auto !important; }
.nofloat{
  float: none !important;
}

.inline-top { display:inline-block; vertical-align:top }
.inline-middle { display:inline-block !important; vertical-align:middle; }
.inline-bottom { display:inline-block; vertical-align:bottom; }

.border-box { 
   box-sizing: border-box;   
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
}

.content-box { 
    box-sizing: content-box; 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;  
}


/******************** Text Align **********************************/

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }


/***************** header ******************************/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 9999999999999;
}
.loading-mask img{
  min-width:300px;
  transform-origin: 50% 50% 0px;
  animation: 1s linear 0s infinite normal forwards running ld-breath;
}
@media(max-width: 700px){
  .loading-mask img {
    min-width: 200px;
  }
}
@keyframes ld-breath{0%{animation-timing-function:cubic-bezier(0.9647,0.2413,-0.0705,0.7911);transform:scale(0.9099999999999999)}80%{animation-timing-function:cubic-bezier(0.9226,0.2631,-0.0308,0.7628);transform:scale(1.02994)}100%{transform:scale(0.9099999999999999)}}.ld.ld-breath{animation:ld-breath 1s infinite linear}
.loading-mask .middle {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  /*width: 180px;*/
}

.logo img {
    width: 80%;
}

.slicknav_menu {
  display: none;
}
.slicknav_menu a{
  font-family: var(--font1);
}
.slicknav_menu .tel{
  font-family: var(--font1);
  font-size: 15px;
}
.slicknav_menu .bandera-mx{
  background: url(../../../images/general/consultoria-para-empresas-familiares-top-flag.jpg) no-repeat;
  height: 31px;
  margin-right: 20px;
  width: 55px;
}
.slicknav_menu .bandera-mx span, .slicknav_menu nav .parent::after, .slicknav_menu nav .nav-child::before{
  display: none;
}
.slicknav_menu nav .nav-child{
  position: initial;
  width: 100%;
}
.bandera-mx{
  margin-right: 60px;
}
.top-header a{
  color: var(--azul2);
  font-family: var(--font1sb);
  font-size: 19px;
}
.btn-tel{
  background: var(--blanco);
  border: var(--azul2) 2px solid;
  display: block;
  max-width: 200px;
  padding: 8px 0;
  text-align: center;
  width: 200px;
}
.btn-tel img {
  margin-right: 10px;
}
.btn-header{
  background: var(--azul2);
  color: var(--blanco) !important;
  display: block;
  font-family: var(--font1sb);
  font-size: 18px !important;
  max-width: 170px;
  padding: 10px 0;
  text-align: center;
  transition: all ease-in-out .3s;
  width: 170px;
}
.btn-header:hover{
  background: var(--azul1);
}
.fixedmenu {
  background: rgba(1, 4, 64, .7);
  left: 0;
  margin: auto;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.fixedmenu ul {
  max-width: 1200px;
  margin: auto;
}
.fixedmenu ul li{
  max-width: 300px !important;
}
nav ul li {
  max-width: 165px;
  text-align: center;
  font-size:18px;
}
nav ul li:nth-child(3), nav ul li:last-child{
  max-width: 100px;
}
nav ul li:nth-child(5), nav ul li:last-child{
  display: none;
}
nav ul ul li:nth-child(5), nav ul ul li:last-child{
  display: block;
}
nav ul li a{
  color: var(--blanco);
  font-family: var(--font1sb);
}
nav ul li a:hover{
  font-family: var(--font1b);
}
nav .parent{
  position: relative;
}
nav .parent::after{
  content: url(../../../images/general/consultoria-para-empresas-familiares-top-dropdown.png);
  position: relative;
  bottom: 0;
  right: -10px;
}
nav .nav-child{
  display: none;
  width: 305px;
  padding-top: 20px;
  position: absolute;
  transition: all ease-in-out .3s;
}
nav .nav-child::before{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid var(--verde);
  top: -10px;
  left: 50px;
}
nav .nav-child li {
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}

nav .nav-child a{
  background: var(--blanco);
  color: var(--griso);
  display: block;
  padding: 10px 20px 10px 20px;
  position: relative;
  font-size:17px;
}
nav .nav-child a::after{
  content: url(../../../images/general/consultoria-para-empresas-familiares-menu-arrow.png);
  bottom: 0;
  position: relative;
  right: -10px;
  transition: all ease-in-out .3s;
}
nav .nav-child a:hover::after{
  right: -20px;
}
nav .nav-child li:last-child a{
  padding: 10px 20px 20px 20px;
}
nav .parent:hover .nav-child{
  display: block;
}
/*
ul.nav-child.unstyled.small {
    border-top: var(--verde) 5px solid;
}*/

.ruta {
    width: 1200px;
    top: 0px;
    position: absolute;
    top: 15%;
}

/***************** footer ******************************/

footer{
  font-family: var(--font1b);
}
footer a{
  color: var(--griso);
}
footer .social a{
  margin-right: 20px;
}
/*.logo-footer{}*/
.copyright{
  font-family: var(--font1);
}
.menu-footer li{
  margin-bottom: 20px;
}
.menu-footer li a{
  background: url(../../../images/general/consultoria-para-empresas-familiares-footer-arrow.png) no-repeat right center;
  padding-right: 35px;
  transition: all ease-in-out .2s;
}
.menu-footer li a:hover{
  padding-right: 45px;
}

/***************** estilos sitio ******************************/

a.azul1:hover{
  color: var(--azul2);
}

ul.breadcrumb {
    display: flex;
    font-size: 15px;
    color: white;
    font-family: var(--font1);
    text-align: left;
}

.breadcrumb{
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.breadcrumb li {
    margin-right: 0;
    border-top: solid 1px;
    padding: 5px 5px 5px 0px;
    border-bottom: solid 1px;
}

.breadcrumb .active {
  color: var(--azul2);
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.separador{
  max-width: 4px;
  width: 100%;
}

.btn{
  display: inline-block;
  font-family: var(--font1b);
  max-width: 160px;
  padding: 12px 10px;
  text-align: center;
  transition: all ease-in-out .3s;
  width: 100%;
}
.btn:hover{
  background: var(--azul1);
}
/*.borde-radius10{
  border-radius: 10px;
}
.borde-radius50{
  border-radius: 50%;
}*/
.borde-bottom-1{
  border-bottom: var(--griso) 1px solid;
}
.borde-azul-3{
  border: var(--azul2) 3px solid;
}
.banner{
  min-height: 619px;
  position:relative;
}

ul.breadcrumb li.active {
    color: white!important;
    font-weight: bold;
}

a.pathway {
    color: white;
    font-weight: 100;	
}

.banner-in{
  min-height: 358px;
}
.banner video {
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.bullet{
  list-style-image: url(../../../images/general/consultoria-para-empresas-familiares-bullets-check.png);
  padding-left: 40px;
}
.bullet li{
  margin-bottom: 25px;
}
.bullet li:last-child{
  margin-bottom: 0;;
}
.btn-flecha{
  background-color: var(--azul2);
  background-image:url(../../../images/general/consultoria-para-empresas-familiares-arrow-cursos.png);
  background-repeat:no-repeat;
  background-position:center;  
  display: inline-block;
  height: 50px;
  transition: all ease-in-out .3s;
  width: 75px;
}
.btn-flecha:hover{
  background-position: 35px center;
}
.btn-flecha span{
  display: none;
}

/***** home *****/
.banner-home, .banner-home-en{
  background-image: url(../../../images/home/consultoria-para-empresas-familiares-banner.jpg);
  background-image: -webkit-image-set(url(../../../images/home/consultoria-para-empresas-familiares-banner.webp) 1x);
  background-repeat: no-repeat;
  background-position: center top;
  max-height: 619px;
  /*min-height: 100%;*/
}
/*.banner-home-m{
  background: url(../../../../../images/home/registro-de-marca-banner-DHK-oct20.jpg) no-repeat;
  min-height: 400px;
}*/
.banner-home-en{
    background-image: url(../../../images/en/home/family-business-consultance-banner.jpg);
}

.video-soluciones{
  background: url(../../../images/home/consultoria-para-empresas-familiares-thumb-bg.jpg) no-repeat;
  max-width: 740px;
  min-height: 496px;
}
.video-soluciones .video{
  background-image: url(../../../images/home/consultoria-para-empresas-familiares-thumb-img.jpg);
  background-image: -webkit-image-set(url(../../../images/home/consultoria-para-empresas-familiares-thumb-img.webp) 1x);
  background-repeat: no-repeat;
  max-width: 534px;
  min-height: 356px;
}
.text-video{
  max-width: 400px;
}
.tit-back-ayuda{
  background: url(../../../images/home/consultoria-para-empresas-familiares-img-apoyo.jpg) no-repeat;
  max-width: 415px;
  min-height: 505px;
}

/***** nosotros *****/
.banner-nosotros{
  background: url(../../../images/nosotros/consejeria-especializada-en-familias-banner.jpg) no-repeat center top;
  max-height: 620px;
  /*min-height: 100%;*/
}
.icos-nosotros .ico{
  background: url(../../../images/nosotros/consejeria-especializada-en-familias-sprite.jpg) no-repeat;
  height: 69px;
}
.icos-nosotros .ico1{
  background-position: -9px center;
  width: 88px;
}
.icos-nosotros .ico2{
  background-position: -104px center;
  width: 62px;
}
.icos-nosotros .ico3{
  background-position: -175px center;
  width: 68px;
}
.icos-nosotros .ico4{
  background-position: -252px center;
  width: 64px;
}
.bgmod-nosotros{
  background: url(../../../images/nosotros/consejeria-especializada-en-familias-bg-img.jpg) no-repeat center;
  background-size: cover;
}

/***** profesionalizacion *****/
.banner-profesionalizacion {
  background: url(../../../images/profesionalizacion/profesionalizacion-de-empresas-familiares-banner.jpg) no-repeat center top;
  max-height: 620px;
}
.video-profesionalizacion{
  background: url(../../../images/profesionalizacion/profesionalizacion-de-empresas-familiares-thumb.jpg) no-repeat;
  max-width: 530px;
  min-height: 320px;
}

.banner.banner-home.banner-gestion {
    background: url(https://seo-consultoria.com/ceron//images/gestion-empresarial/buenas-practicas-de-gestion-empresarial-banner-f.jpg);
    min-height: 564px;
    background-repeat: no-repeat;
}

.video-organizacion{
  background: url(../../../images/organizacion/organizacion-patrimonial-familiar-thumb.jpg) no-repeat;
  max-width: 530px;
  min-height: 320px;
}

.video-tranforma {
  background: url(../../../images/modelo-de-negocio/transformacion-de-modelos-de-negocio-thumbnail-ceron-ene21.jpg) no-repeat;
  max-width: 530px;
  min-height: 320px;
}

.video-sucesion {
  background: url(../../../images/planes-sucesion/sucesion-de-empresas-familiares-thumbnail-ceron-ene21.jpg) no-repeat;
  max-width: 530px;
  min-height: 320px;
}

.video-gestion {
  background: url(../../../images/gestion-empresarial/buenas-practicas-de-gestion-empresarial-thumb.jpg) no-repeat;
  max-width: 530px;
  min-height: 320px;
}

.video-corpo {
  background: url(../../../images/gobierno-corporativo/gobierno-corporativo-empresas-familiares-thumb.jpg) no-repeat;
  max-width: 530px;
  min-height: 320px;
}
.video-acuerdo-familiar {
  background: url(../../../images/acuerdo-familiar/protocolo-familiar-thumbnail-ceron-ene21.jpg) no-repeat;
  max-width: 530px;
  min-height: 320px;
}

.icos-numeros .ico{
  background: var(--gris);
  border-radius: 100%;
  display: inline-block;
  height: 51px;
  padding: 17px 0 0;
  width: 70px;
}
.bgazul1-30:before {
  background: var(--azul2);
  content: ' ';
  left: -20px;
  min-height: 275px;
  position: absolute;
  top: -20px;
  width: 20%;
}
.bggris-r-50:before {
  background: var(--gris);
  content: ' ';
  height: 100%;
  position: absolute;
  right: -405px;
  top: 0;
  width: 50%;
}
.bgblanco-l-10:before{
  background: var(--blanco);
  content: ' ';
  height: 80%;
  left: -1px;
  position: absolute;
  top: 20px;
  width: 10%;
}
.bgblanco-l-30:before {
  background: var(--blanco);
  content: ' ';
  height: 80%;
  left: -1px;
  position: absolute;
  top: 20px;
  width: 30px;
}
.bgazul1-r-50:after{
  background: var(--azul1);
  content: ' ';
  height: 100%;
  right: -42%;
  position: absolute;
  max-width: 100%;
  top: 0;
  width: 50%;
  z-index: -1;
}

/***** feedblog *****/
/*.feedblog{}
.img-feedblog{}
.txt-feedblog{}
.tit-feedblog{}*/
.item-blog .txt-feedblog{
  transition: all ease-in-out .3s;
}
.item-blog:hover .txt-feedblog{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.txt-feedblog div a{
  color: var(--griso);
}
.tit-feedblog {
  min-height: 66px;
}
.copy-feedblog {
  min-height: 105px;
}
.leermas-feedblog a{
  color: var(--azul2) !important;
}
.leermas-feedblog a:hover{
  color: var(--azul1) !important;
}
.fecha-feedblog{
  color: rgba(var(--grisorgb), 0.7);
}

.bt60 {
    border-top: solid 60px #fff;
}

.bglider {
    width: 100%;
    background-image: url(https://seo-consultoria.com/ceron/images/cursos-y-talleres/cursos-para-empresas-familiares-img-apoyo.jpg);
    max-width: 617px;
    height: 485px;
    text-align: center;
}

/******************Cursos y talleres ************************/

.banner-home.cursos-y-talleres {
  background: url(../../../images/cursos-y-talleres/cursos-para-empresas-familiares-banner.jpg) no-repeat center top;
  max-height: 619px;
}

.banner-home.familias {
  background: url(../../../images/familia/administracion-de-empresas-familiares-banner.jpg) no-repeat center top;
  max-height: 619px;
}

.banner-home.trannegocios {
  background: url(../../../images/modelo-de-negocio/transformacion-de-modelos-de-negocio-banner-ceron-ene21.png) no-repeat center top;
  max-height: 619px;
}



.banner-home.empresa {
  background: url(../../../images/empresas/gestion-de-empresas-familiares-banner.jpg) no-repeat center top;
  max-height: 619px;
}

.banner-home.organizacion {
  background: url(../../../images/organizacion/organizacion-patrimonial-familiar-banner.jpg) no-repeat center top;
  max-height: 619px;
}

.banner-home.sucesion {
  background: url(../../../images/planes-sucesion/sucesion-de-empresas-familiares-banner-ceron-ene21.png) no-repeat center top;
  max-height: 619px;
}

.banner-home.gestion {
  background: url(../../../images/gestion-empresarial/buenas-practicas-de-gestion-empresarial-banner.jpg) no-repeat center top;
  max-height: 619px;
}
.banner-home.gobierno-corpo {
  background: url(../../../images/gobierno-corporativo/gobierno-corporativo-empresas-familiares-banner.jpg) no-repeat center top;
  max-height: 619px;
}
.banner-acuerdo-familiar {
  background: url(../../../images/acuerdo-familiar/protocolo-familiar-banner-ceron-ene21.png) no-repeat center top;
  max-height: 620px;
}



.bglider {
    width: 100%;
    background-image: url(../../../images/cursos-y-talleres/cursos-para-empresas-familiares-img-apoyo.jpg);
    max-width: 617px;
    height: 485px;
    text-align: center;
}


.num {
    margin-right: 10px;
}


.bgtrasender {
    background-image: url(../../../images/familia/administracion-de-empresas-familiares-bg-img.jpg);
    padding: 50px;
    margin: 50px auto;
}

.bgtrasender2 {
    background-image: url(../../../images/empresas/gestion-de-empresas-familiares-bg-img.jpg);
    padding: 50px;
    margin: 50px auto;
}

.num.inline {
    line-height: 75%;
    margin-right: 5px;
    float: left;
    margin-left: -36px;
}



.fondo-transforma, .fondo-star, .fondo-esperiencia-acuerdo {
    background-image: url(../../../images/modelo-de-negocio/transformacion-de-modelos-de-negocio-assessment-bg.jpg);
    height: 340px;	
}
.fondo-esperiencia-acuerdo{
  background: url(../../../images/acuerdo-familiar/protocolo-familiar-assessment-banner.jpg);
}


.fondo-transforma .hoja-1100:after, .fondo-star .hoja-1100:after, .fondo-esperiencia-acuerdo .hoja-1100:after {
    content: url(../../../images/profesionalizacion/profesionalizacion-de-empresas-familiares-assessment-icono.png);
    position: absolute;
    right: 0;
    bottom: 10px;
}
.fondo-gestion .hoja-1100:after {
	 content: url(../../../images/gestion-empresarial/buenas-practicas-de-gestion-empresarial-assessment-icono.png);
}

.fondo-esperiencia-acuerdo .hoja-1100:after {
    content: url(../../../images/acuerdo-familiar/protocolo-familiar-assessment-icon.png);
}


.bordes-verdes {
    border-left: solid 2px #2db688;
    border-right: solid 2px #2db688;
}

/*Popup Talleres */
.conversacion {
    max-width: 100%;
    width: 475px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
  
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #F2F2F2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 550px;
    padding: 25px 70px;
    box-sizing: border-box;
    position: relative;
    max-width: 90%;  
}

.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: -1px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  
.btn {
    cursor: pointer;
}

.cont-form {
    background: #F2F2F2;
    padding: 40px 40px;
    box-sizing: border-box;
}

.contactar .w-30 {
    width: 26%;
}

a.btn-header.auto.w-90 {
    max-width: none;
    width: 85%;
    padding: 14px 0;
}


.aviso-p h2 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 20px;
    font-weight: bold;
}

.aviso-p p {
    font-size: 18px;
    line-height: normal;
}

.myBtn {
    font-size: 18px;
}


.flip-back, .flip-back-r {
    float: right;
    cursor: pointer;
}


.item-large {
    max-width: 500px;
    width: 100%;	
    box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
    padding-bottom: 30px;	
}

.hs-error-msgs label {
    color: #f2545b!important;
	font-size:12px!important;
}

/******* TYP *****************/

.banner-typ-contacto {
    background-image: url(https://seo-consultoria.com/ceron/images/typ/TYP-contacto-ceron-banner.jpg);
    height: 442px;
    text-align: center;
    display: flex;
}

.logo-lp img {
    max-width: 300px;
 }


.logo-lp img {
    max-width: 340px;
    /* display: block; */
    /* text-align: center; */
}


.ruta.r-movil {
    display: none;
}

p.btn.bgazul1.blanco.myBtn, p.btn.bgazul2.blanco.myBtn {
    max-width: 220px;
}

._hidde_desktop {
    display: none;
}

li.show-m {
    display: none;
}

h3.fs18.line-normal {
    font-size: 22px;
}

img.middle {
    display: inline;
    vertical-align: text-bottom;
}

.show-m {
    display: none;
}

/***************** MedíaQuerys ******************************/

@media (max-width:1480px) {
  
  
}

@media (max-width:1400px) {

  .bgazul1-r-50:after{
    right: -40%;
  }
  
}

@media (max-width:1280px) {

  .bgazul1-r-50:after{
    right: -20%;
  }
  
}

@media (max-width:1200px) {
  
  .banner {
    min-height: 390px;
    padding-top: 7%;
  }
  
}

@media (max-width:1100px) {
  
  .banner {
    min-height: 360px;
  }
  
}

@media (max-width: 1024px) {

  .top-header .w-60 {
    width: 100%;
  }
  .content-header-movil {
    left: 0;
  }
  .logo {
    text-align: center;
    width: 100%;
  }
  
  
  .logo-movil{
    margin: auto;
  }
  nav {
    width: 90% !important;
    margin: auto;
  }

  .banner {
    min-height: 400px;
    padding-top: 10%;
  }
  .banner-in {
    min-height: 150px;
    background-size: cover;
    padding: 3% 0;
  }

  .bgazul1-r-50:after {
    right: -5%;
  }
  .bggris-r-50:before{
    right: -345px;
  }
  
}


@media (max-width: 768px) { 
  
  .m40, .m50, .m60, .m70, .m80, .m90,.m100 { margin-top: 30px; margin-bottom:30px;box-sizing: border-box; }
  .mb40, .mb50, .mb60, .mb70, .mb80, .mb90, .mb100 { margin-bottom:30px;box-sizing: border-box; }
  .mt40, .mt50, .mt60, .mt70, .mt80, .mt90, .mt100 { margin-top:30px; box-sizing: border-box; }
  .ml40, .ml45, .ml50, .ml60, .ml70, .ml80, .ml90, .ml100 { margin-left: 30px;box-sizing: border-box; }
  .mr40, .mr45, .mr50, .mr60, .mr70, .mr80, .mr90, .mr100 { margin-right: 30px;box-sizing: border-box; }
  .pad40, .pad50, .pad60, .pad70, .pad80, .pad90, .pad100 { padding-top:30px; padding-bottom:30px; box-sizing: border-box;}
  .padt30, .padt40, .padt50, .padt60, .padt70, .padt80, .padt90, .padt100 { padding-top:30px;box-sizing: border-box; }
  .padb30, .padb40, .padb50, .padb60, .padb70, .padb80, .padb90, .padb100 { padding-bottom:30px; box-sizing: border-box;}
  .pad-lat20, .pad-lat30, .pad-lat40, .pad-lat50, .pad-lat60 { padding-left: 10px; padding-right: 10px; box-sizing: border-box;}

  .pad-lat20m, .pad-lat30m{
    box-sizing: border-box;
  }

  .padb60-m{
    padding-bottom: 60px;
  }
  .mb60-m {
    margin-bottom: 60px;
  }
  .mb50-m {
    margin-bottom: 50px;
  }
  

  .hidden-xs, .ruta{
    display: none !important;
  }
  .hidden-sm, nav ul li:nth-child(5), nav ul li:last-child{
    display: block !important;
  }
  .absolute {
    position: initial;
  }

  body{
    padding-top: 50px;
  }
  .slicknav_menu {
    display: block;
  }
  nav ul li {
    max-width: 100% !important;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  
	.logo-m a {
		width: 100%;
		height: 100%;
		display: block;
	}
	
 .col-8.video-soluciones img.auto {
    margin-top: 10px;
} 

	.btn-movil-h {
		display: flex;
		justify-content: space-around;
		margin-bottom: 15px;
		max-width: 95%;
		margin: 15px auto 10px;
	}
  .btn-flecha {
    margin-top: 20px;
  }


	.btn-movil-h a.btn-tel {
		font-size: 16px;
		font-family: var(--font1);	
	}

  .img-movil {
    display: block;
    position: initial !important;
    max-width: 100%;
    width: 100%;
  }
  
  .bgazul1-30:before, .bggris-r-50:before, .bgblanco-l-10:before, .bgblanco-l-30:before, .bgazul1-r-50:after{
    display: none;
  }
  

	.slicknav_top-header {
		display: flex!important;
	}  
	  
	ul.nav.menu a {
		padding: 15px 0;
		font-size: 18px;
	}
	
	ul.nav-child.unstyled.small li a {
		padding: 15px 10px;
	}	

  .item-blog li:nth-child(2), .item-blog li:last-child{
    display: none;
  }

	ul.nav-child.unstyled.small {
    border-left: var(--verde) 5px solid;
    max-width: 260px;
	}

  .copyright span {
    display: block;
    margin-bottom: 20px;
  }
  .copyright span:last-child{
    margin-bottom: 0;
  }
  
	.fondo-transforma, .fondo-star {
		 height: auto;	
	}  
	
	
	.fondo-transforma .hoja-1100:after, .fondo-star .hoja-1100:after {
		content: "";
	}
	
	.fs60 {
		font-size: 33px;
	}
	
	.bullet {
		padding-left: 50px;
		margin-bottom: 20px;	
	 } 
 
	.bgtrasender {
		padding: 25px 10px;
		margin: 50px auto;
	}  
	
	.font1b.num {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}	
	
	.bglider {
		height: auto;
	 }	
	 
	
	.fondo-esperiencia-acuerdo .hoja-1100:after {
		content: "";
	}	
	
	a.btn-header.auto.w-90 {
		width: 80%!important;
		margin: 0 auto 65px;
		box-sizing: border-box;
	}
	
	.w-30 {
		text-align: center;
	}
	
	ul.bullet {
		text-align: left;
	}	
	
	.item-large .w-90 {
		width: 90%!important;
	}	
	
	
	.slicknav_top-header {
		width: 82%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	
	.logo-m {
		width: 50%;
	}
	
    .banderas{
        max-width: 50%;
        width: 100%;
    }
	.bandera-m {
		width: 20%;
        margin: 0 5px;
	}
	
	.btn-tel{
	  width: 48%;
	}
		
	.slicknav_menu {
		font-size: 16px;
		box-sizing: border-box;
		background: #fff;
		padding: 5px;
		position: fixed;
		width: 100%;
		z-index: 1001;
		top: 0;
		display: flex;
		justify-content: space-between;
		align-content: center;
		box-shadow: 0px 1px 4px #cacaca;
	}
	
	.video-soluciones {
		background: none;
		min-height: auto;
	 }	
	 
	.tit-back-ayuda {
		background: #0a3d8e;
		min-height: auto;
       text-align: center;		
	}	 
	
	.fs50 {
		font-size: 32px;
	}	
	
	.fs28 {
		font-size: 22px;
	}	
	
	.fs18 {
		font-size: 15px;
	}	
	

	.banner {
		min-height: auto;
		padding: 5% 0 10%;
		background-position: center;
	}
	
	.bglider {
		padding: 25px 0;
	}	
	
	.w-80.auto a.btn-tel img {
		display: inline-block;
		vertical-align: bottom;
	}	
	
	.w-80.auto .btn-tel {
		width: 65%;
	}	
	
	.banner-home.sucesion {
		background: url(../../../images/planes-sucesion/sucesion-de-empresas-familiares-banner-ceron-ene21.png) no-repeat center top;
		max-height: 619px;
		background-position: -720px 1%;
	}	
	
	.ruta.r-movil {
		display: block!important;
		position: relative;
		background: content-box;
		max-width: 100%;
		padding: 15px 5px;
       box-sizing: border-box;		
	}
	
	
	ul.breadcrumb {
		display: block;
	}	
	ul.breadcrumb li.active {
	font-weight: bold;
    color: black!important;
    padding-left: 0;
    margin-left: 0;		
	}
	
	.ruta.r-movil li {
    color: #000!important;
    	font-size: 12px;
	}
	
	
	
	
	
	a.pathway {
		color: black;
	
	}
		
	.breadcrumb li {
		border: none;
        position: relative;		
	}
	
	span.divider {
		display: contents;
	}

	
	.ruta.r-movil li {
		color: #000!important;
		font-size: 12px;
		border-right: solid 0px;
		padding: 0;
		margin: 0;
		display: inline-block;
        max-width: none;
		margin: 0px;
	}	
	
	ul.breadcrumb li.active:after {
	   content: "";
	}
	
	.breadcrumb li.active {
		border: none;
	}


	.banner.banner-home.text-center, .banner.banner-home-en.text-center {
		background-position: -68px -6px;
		background-size: 130%;
		padding: 0;
		height: 105px;
	}
	
	.banner h2, .banner p {
		display: none;
	}

	.video-gestion {
		background: url(../../../images/gestion-empresarial/buenas-practicas-de-gestion-empresarial-thumb.jpg) no-repeat;
		max-width: 530px;
		min-height: 320px;
		background-position: -178px 17px;
	}
	
	.video-gestion .col-9 {
		margin-top: -14px;
	}
	
	span.slicknav_arrow {
		display: none;
	}
	
	nav.slicknav_nav li {
		position: relative;
	}
	
	
	a.slicknav_item.slicknav_row:after {
		content: url(../../../images/home/consultoria-para-empresas-familiares-open-tab.jpg);
	}
	
	
	a.slicknav_item.slicknav_row:after {
		content: url(../../../images/home/consultoria-para-empresas-familiares-open-tab.jpg);
		position: absolute;
		right: 13px;
		top: 13px;
	}
	
	.banner.banner-home.sucesion {
		background-position: -72px -18px;
	}
	
	
	.banner.banner-nosotros {
		background-size: 100%;
		height: 50px;
		background-size: 125%;
	}
	
	.pad-movil {
		padding: 20px 0;
	}
	
	a.slicknav_btn.slicknav_open span {
		display: none;
	}
	
	a.slicknav_btn.slicknav_open:after {
		content: "X";
		color: #27365e;
		font-size: 25px;
		position: relative;
		left: 0px;
		top: 5px;
		font-weight: bold;
	}
	
	.parent.slicknav_parent.slicknav_open a.slicknav_item.slicknav_row:after {
		content: url(https://seo-consultoria.com/ceron/images/home/consultoria-para-empresas-familiares-open-tab.jpg);
		position: absolute;
		right: 13px;
		top: 13px;
		-webkit-transform: rotate(
	180deg
	);
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		transform: rotate(
	180deg
	);
	  }

	.num.inline {
		margin-left: 0;
		padding-bottom: 10px;
	}
	
	.bt60 {
		border: none;
	}
	
	.banner.banner-profesionalizacion {
	background-position: -36px -10px;
		height: 55px;
		background-size: 124%;
	}
	
	.banner.banner-home.banner-gestion {
		min-height: initial;
	 }	
	.bgtrasender2 {
		background-image: url(../../../images/empresas/gestion-de-empresas-familiares-bg-img.jpg);
		padding: 15px;
		margin: 50px auto;
	}

	.fs35 {
		font-size: 22px;
	}
	
	.fs26 {
		font-size: 21px;
	}	
	
	.fs18.font2 {
		font-size: 18px;
	}	
	
	.col-9 p.fs18.font1.blanco.line-120 {
		font-size: 17px;
	}	
	
	.col-6.bggris.text-center.padb30 {
		margin-bottom: 30px;
	}
	
	.bgtrasender2 {
		background-image: url(../../../images/empresas/gestion-de-empresas-familiares-bg-img.jpg);
		padding: 16px;
		margin: 50px auto;
	}
	
	.card {
		width: 100%;
		height: 340px!important;
	}
	
	.card.card-l {
    border-top: solid 1px #f2f2f2;
    }
	
	.m-top-movil {
		margin-top: -30px;
	}
	
	.mbmovil {
		margin-bottom: 0;
	}	
	
	.modal-content {
		padding: 25px 30px;
	}	
	
	.icos-numeros .ico {
		background: var(--gris);
		border-radius: 100%;
		display: inline-block;
		height: 34px;
		padding: 15px 0 0;
		width: 52px;
	}
	
	._hidde_desktop {
		display: block;
	}

	li.show-m {
    	 display: list-item;
	}		
	.hidden-m {
		display: none;
	}
	
	h3.fs18 {
		font-size: 22px;
	}	
	
	.col-4.bggris.text-center.padb30 {
		margin: 30px 0;
	}	
	
	.center-m {
		text-align: center;
	}	
	
	.col-8.bggris {
		margin-top: 45px;
	}	
	
	p.btn.bgazul1.blanco.myBtn {
		margin-top: 5px;
	}	
	
	.w-50.bglider.flex.flex-center {
		background-position: -236px -43px;
	}	
	
	.hoja-800.padb30, .hoja-1200.pad30{
		padding-bottom: 0;
      padding-top: 0;
	}
	.hoja-1200.padt40 {
padding-top: 0;
}
.hoja-1200.padb40 {
Padding-bottom: 0;
}
	
	.hoja-1200.padt50 {
 	   padding-top: 0;
	}
	
	.mb50 {
		margin-bottom: 0px;
	}	
	
	.mb60 {
		margin-bottom: -10px;
	}	
	
	.icos-numeros {
		margin-top: 25px;
		margin-bottom: -50px;
	}	
	
	.col-6.mb60 {
		margin: 25px 0 50px;
	}	
	
	p.fs32.font1e.mb50 {
		padding-bottom: 0;
	}	
	
	.video {
		margin: 30px 0 15px;
	}	
	
	.tit-back-ayuda {
		margin-top: 40px;
	}	
	
	.col-4.auto.mb30.item-blog {
		margin-top: 25px;
	}	
	
	ul.bullet {
		margin: 35px 0 0 0;
		box-sizing: border-box;
	}	
	
	.hoja-1100 {
		padding-bottom: 0;
	}	
	
	.fs80 {
		font-size: 32px;
	}	
	
	.icos-nosotros {
		margin: 30px 0 0;
	}	
	
	.relative.w-95 {
		margin-bottom: 25px;
	}	
	
	.flex-h {
		margin-bottom: 20px;
	}	
	
	.video-acuerdo-familiar, .video-sucesion {
		margin-top: -30px;
	}	

	.video-organizacion {
		margin-top: -25px;
	}
	
	ul.fs18.font2.line-130.w-70 {
		margin-top: 30px;
    padding-left: 40px;
    box-sizing: border-box;
	}
  .numeros-movil {
    padding-left: 40px;
    box-sizing: border-box;
  }
	
	.flex.wrap.between.icos-numeros {
		margin-bottom: -25px;
	}	
	
	.fs26.font2 .font1e {
		font-size: 25px;
	}	
	
    .moviltop0 {
	    margin-top: 0!important;
	}
	
	.show-m {
		display: block;
	}	
}
   


@media (max-width: 700px) { 
  
  .flex { display: block; }
  .col-1, .col-2,  .col-3,  .col-4,  .col-5,  .col-6, .col-7,  .col-8,  .col-9,  .col-10, .col-11, .col-12,
  .w-10, .w-20,  .w-30,  .w-35, .w-40,  .w-50,  .w-60,  .w-65, .w-70, .w-80, .w-90, .w-95, .w-100 { width: 100% !important; max-width: 100% !important; }
  .salto { display: inline; }
  
  /*.m30, .m40, .m50, .m60, .m70, .m80, .m90, .m100 { margin-top: 10px; margin-bottom:10px; }
  .mb30, .mb40, .mb50, .mb60, .mb70, .mb80, .mb90, .mb100 { margin-bottom:10px; }
  .mt30, .mt40, .mt50, .mt60, .mt70, .mt80, .mt90, .mt100 { margin-top:10px; }*/
  .ml30, .ml40, .ml45, .ml50, .ml60, .ml70, .ml80, .ml90, .ml100 { margin-left: 10px; }
  .mr30, .mr40, .mr45, .mr50, .mr60, .mr70, .mr80, .mr90, .mr100 { margin-right: 10px; }
  /*.padt30, .padt40, .padt50, .padt60, .padt70, .padt80, .padt90, .padt100 { padding-top:10px; }
  .padb30, .padb40, .padb50, .padb60, .padb70, .padb80, .padb90, .padb100 { padding-bottom:10px; }
  .pad30, .pad40, .pad50, .pad60, .pad70, .pad80, .pad90, .pad100 { padding-top:10px; padding-bottom:10px; }*/
  /*.pad-lat20, .pad-lat30, .pad-lat40, .pad-lat50, .pad-lat60 { padding-left: 0; padding-right: 0; }*/

  .text-center-m {
    text-align: center;
  }
  .text-left-m {
    text-align: left;
  }

.tit-feedblog {
  min-height: auto;
}

  .banner-in {
    background: none;
    min-height: 100px;
    padding: 1% 0;
  }
  
  /*feedblog*/
  .img-feedblog, .txt-feedblog {
    margin: auto;
    max-width: 359px;
  }

  .separador{
    height: 4px;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .logo-footer, .direccion-footer {
    text-align: center;
  }
  .menu-footer {
    border-top: var(--griso) 1px solid;
    border-bottom: var(--griso) 1px solid;
    padding-top: 20px;
    padding-bottom: 10px;
  }

.nuestro-trabajo {
	max-width: 50%;
  margin: auto;
}

.div-center{
    max-width: 50%;
    margin: auto;
  }

  .w-35.bgazul1.blanco{
    background: var(--gris);
  }
.w-35.bgazul1.blanco p{
  color: var(--griso);
}
    
}


@media (max-width: 600px) { 
  
  .fs80 {
    font-size: 50px;
  }
  .fs65 {
    font-size: 40px;
  }
  .fs45, .fs44, .fs40 {
    font-size: 30px;
  }
  .fs38 {
    font-size: 30px;
  }
  .fs34 {
    font-size: 28px;
  }
  .fs32, .fs30 {
    font-size: 20px;
  }
  .fs32.font1e {
    font-size: 22px;
  }
  .fs32.font2, .fs32.font1b{
   font-size: 24px;
}
  .fs28, .fs25 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18-m {
    font-size: 18px !important;
  }

  p.font1sb.fs28.mb20.line-120.azul1,
  p.font1sb.fs28.mb30.line-120.azul1{
    font-family: var(--font1b)
  }

  .tit-feedblog {
    min-height: auto;
  }

}

@media (max-width: 480px) {

    .banner-home-en{
        background-image: url(../../../images/en/home/family-business-consultance-banner-mobile.jpg);
        padding: 35% 0 10% !important;
        height: auto !important;
        min-height: 200px;
        margin-bottom: 30px;
    }
    .banner-home-en h2{
        display: inline-block;
    }

  .slicknav_menu .bandera-mx{
    margin-right: 10px;
  }

  .slicknav_menu .btn-header {
    max-width: 130px;
  }

  .btn{
    max-width: 100% !important;
    box-sizing: border-box; 
  }

  .copyright{
    margin-top: 30px;
  }

}

@media (max-width: 380px) { 
  
  body {
     padding-top: 55px;
  }

  .slicknav_menu .btn-header{
    max-width: 100px;
  }

  .banner-home.cursos-y-talleres,
  .banner-home.familias,
  .banner-home.empresa,
  .banner-home.sucesion,
  .banner-home.organizacion,
  .banner-home.trannegocios,
  .banner-home.proffam,
  .banner-home.gobierno-corpo,
  .banner-home.banner-gestion 	  	    
   {
    min-height: auto;
  }
    
  .fs65 {
    font-size: 33px;
  }

  .fs45, .fs44, .fs40 {
    font-size: 28px; 
  }
    
  .fs34 {
    font-size: 22px;
  }
    
  .fs26,
  .fs24 {
    font-size: 20px;
  }

}

@media (max-width: 320px){

  body {
     padding-top: 55px;
  }

}

