@font-face {
    font-family: 'Avenir Next Regular';
    src: url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('../fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Medium';
    src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Italic';
    src: url('../fonts/AvenirNext-Italic.woff2') format('woff2'),
        url('../fonts/AvenirNext-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Bold';
    src: url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


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

/***************** Colores ******************************/
*{
    box-sizing: border-box;
}
:root{
--blanco: #fff;
--negro: #000000;
--negrorgb: 0,0,0;
--primario: #464646;
--secundario: #f9f9f9;
--azul:	#091542;
--amarillo: #e2ba41;
--gris: #ccc;
--grisclaro: #f2f2f2;
--font: 'Avenir Next Regular';
--fontdemi: 'Avenir Next Demi';
--fontmedium: 'Avenir Next Medium';
--fontbold: 'Avenir Next Bold';

--bgheader: #f2f2f2;
--bgfooter: #091542;

--hover: #505254;

 }

/***************** Colores textos ******************************/
.blanco { color: var(--blanco); }
.negro { color: var(--negro); }
.azul { color: var(--azul); }
.amarillo { color: var(--amarillo); }
.primario { color: var(--primario); }
.secundario { color: var(--secundario); }
.terciario { color: var(--terciario); }
.gris { color: var(--gris); }
.grisclaro { color: var(--grisclaro); }

/***************** Fondos de color ******************************/
.bgblanco { background: var(--blanco); }
.bgnegro { background: var(--negro); }
.bgprimario { background: var(--azul); }
.bgsecundario { background: var(--amarillo); }
.bgterciario { background: var(--azul3); }
.bggris { background: var(--gris); }
.bggrisclaro { background: var(--grisclaro); }

.bgheader { background: var(--bgheader) }
.bgfooter { background: var(--bgheader) }

.bgdescarga {
  position: relative;
  background: var(--azul);
  -webkit-box-shadow: inset 0px 0px 0px 20px #848aa0;
  -moz-box-shadow: inset 0px 0px 0px 20px #848aa0;
  box-shadow: inset 0px 0px 0px 20px #848aa0;
}

.bgdescarga:before {
    content: "";
    position: absolute;
    width: 20%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.bgdescarga:after {
    content: "";
    position: absolute;
    width: 20px;
    left: 20%;
    top: 0;
    bottom: 0;
    background: #848aa0;
}

.f-descarga {
    margin-left: -10%;
}

.f-descarga img {
    z-index: 1;
}

.demi { font-family: var(--fontdemi); }
.medium { font-family: var(--fontmedium); }
.bold { font-family: var(--fontbold); }


/************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(--primario);
  line-height: 1em;
  font-family: var(--font);
  font-size: 18px;
}

body.blog-cristel {
  padding: 115px 0 0;
}

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], .show-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 {
    margin: 0!important;
}

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(--primario);
}
/*a:hover {
  color: var(--hover);
}*/
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-interpoion-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: var(--negro);
}


::-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: var(--negro);
    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(--primario); /*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: transe(0, 0);
  }
  100% {
    transform: transe(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);
  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-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.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%;
}

.flex-m .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.flex-m .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.flex-m .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-m .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.flex-m .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.flex-m .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-m .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.flex-m .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.flex-m .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.flex-m .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.flex-m .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.flex-m .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-margin .col-1{-ms-flex:0 0 6.333333333333334%;flex:0 0 6.333333333333334%;max-width:6.333333333333334%}
.flex-margin .col-2{-ms-flex:0 0 14.666666666666668%;flex:0 0 14.666666666666668%;max-width:14.666666666666668%}
.flex-margin .col-3{-ms-flex:0 0 23%;flex:0 0 23%;max-width:23%}
.flex-margin .col-4{-ms-flex:0 0 31.333333333333336%;flex:0 0 31.333333333333336%;max-width:31.333333333333336%}
.flex-margin .col-5{-ms-flex:0 0 39.66666666666667%;flex:0 0 39.66666666666667%;max-width:39.66666666666667%}
.flex-margin .col-6{-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%}
.flex-margin .col-7{-ms-flex:0 0 56.333333333333336%;flex:0 0 56.333333333333336%;max-width:56.333333333333336%}
.flex-margin .col-8{-ms-flex:0 0 64.66666666666667%;flex:0 0 64.66666666666667%;max-width:64.66666666666667%}
.flex-margin .col-9{-ms-flex:0 0 73%;flex:0 0 73%;max-width:73%}
.flex-margin .col-10{-ms-flex:0 0 81.33333333333334%;flex:0 0 81.33333333333334%;max-width:81.33333333333334%}
.flex-margin .col-11{-ms-flex:0 0 89.66666666666667%;flex:0 0 89.66666666666667%;max-width:89.66666666666667%}
.flex-margin .col-12{-ms-flex:0 0 98%;flex:0 0 98%;max-width:98%}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex1 {
  flex: 1;
}

.flex5 {
  flex: 5;
}

.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;
}

.order-first, .order-first-m {
  -ms-flex-order: -1;
  order: -1;
}

.order-last, .order-last-m {
  -ms-flex-order: 13;
  order: 13;
}

.order-0, .order-0-m {
  -ms-flex-order: 0;
  order: 0;
}

.order-1, .order-1-m {
  -ms-flex-order: 1;
  order: 1;
}

.order-2, .order-2-m {
  -ms-flex-order: 2;
  order: 2;
}

.order-3, .order-3-m {
  -ms-flex-order: 3;
  order: 3;
}

.order-4, .order-4-m {
  -ms-flex-order: 4;
  order: 4;
}

.order-5, .order-5-m {
  -ms-flex-order: 5;
  order: 5;
}

.order-6, .order-6-m {
  -ms-flex-order: 6;
  order: 6;
}

.order-7, .order-7-m {
  -ms-flex-order: 7;
  order: 7;
}

.order-8, .order-8-m {
  -ms-flex-order: 8;
  order: 8;
}

.order-9, .order-9-m {
  -ms-flex-order: 9;
  order: 9;
}

.order-10, .order-10-m {
  -ms-flex-order: 10;
  order: 10;
}

.order-11, .order-11-m {
  -ms-flex-order: 11;
  order: 11;
}

.order-12, .order-12-m {
  -ms-flex-order: 12;
  order: 12;
}


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

.hoja-1920 { position: relative; display:block; margin:auto; max-width:1920px; width:100%; padding:0 10px; box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; }
.hoja-1400 { position: relative; display:block; margin:auto; max-width:1400px; width:100%; padding:0 10px; box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; }
.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; }
.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; }
.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; }
.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; }
.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; }
.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; }
.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; }
.hoja-700 { 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; }

.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; }

.zindex{
  z-index: 1;
}

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

.mtb0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.mtb5 { margin-top: 5px; margin-bottom:5px }
.mtb10 { margin-top: 10px; margin-bottom:10px }
.mtb15 { margin-top: 15px; margin-bottom:15px }
.mtb20 { margin-top: 20px; margin-bottom:20px }
.mtb30 { margin-top: 30px; margin-bottom:30px }
.mtb40 { margin-top: 40px; margin-bottom:40px }
.mtb50 { margin-top: 50px; margin-bottom:50px }
.mtb60 { margin-top: 60px; margin-bottom:60px }
.mtb70 { margin-top: 70px; margin-bottom:70px }
.mtb80 { margin-top: 80px; margin-bottom:80px }
.mtb90 { margin-top: 90px; margin-bottom:90px }
.mtb100 { 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; }
.mb15 { 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 ****************************************************/

.ptb5 { padding-top:5px; padding-bottom:5px; }
.ptb10 { padding-top:10px; padding-bottom:10px; }
.ptb15 { padding-top:15px; padding-bottom:15px; }
.ptb20 { padding-top:20px; padding-bottom:20px; }
.ptb30 { padding-top:30px; padding-bottom:30px; }
.ptb40 { padding-top:40px; padding-bottom:40px; }
.ptb50 { padding-top:50px; padding-bottom:50px; }
.ptb60 { padding-top:60px; padding-bottom:60px; }
.ptb70 { padding-top:70px; padding-bottom:70px; }
.ptb80 { padding-top:80px; padding-bottom:80px; }
.ptb90 { padding-top:90px; padding-bottom:90px; }
.ptb100 { padding-top:100px; padding-bottom:100px; }


.plr5 { padding-left:5px; padding-right:5px; }
.plr10 { padding-left:10px; padding-right:10px; }
.plr15, .plr15m { padding-left:15px; padding-right:15px; }
.plr20, .plr20m { padding-left:20px; padding-right:20px; }
.plr25, .plr25m { padding-left:25px; padding-right:25px; }
.plr30, .plr30m { padding-left:30px; padding-right:30px; }
.plr40 { padding-left:40px; padding-right:40px; }
.plr50 { padding-left:50px; padding-right:50px; }
.plr60 { padding-left:60px; padding-right:60px; }

.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt90 { padding-top:90px; }
.pt100 { padding-top: 100px; }
.pt200 { padding-top: 200px; }

.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pb80 { padding-bottom:80px; }
.pb90 { padding-bottom:90px; }
.pb100 { padding-bottom: 100px; }

.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }
.pr30 { padding-right:30px; }
.pr40 { padding-right:40px; }
.pr50 { padding-right:50px; }
.pr60 { padding-right:60px; }
.pr70 { padding-right:70px; }
.pr80 { padding-right:80px; }
.pr90 { padding-right:90px; }
.pr100 { padding-right: 100px; }

.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl30 { padding-left:30px; }
.pl40 { padding-left:40px; }
.pl50 { padding-left:50px; }
.pl60 { padding-left:60px; }
.pl70 { padding-left:70px; }
.pl80 { padding-left:80px; }
.pl90 { padding-left:90px; }
.pl100 { padding-left: 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; }

.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; }

strong {
  font-family: var(--fontdemi);
 }

.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%; }

.font{
  font-family: var(--font);
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--font);
  font-weight: 400;
}
h1{
  font-size: 38px;
}
h2{
  font-size: 35px;
}
h3{
  font-size: 30px;
}
p{
  font-size: 18px;
}

/******************** Posiciones *********************************/

.absolute, .absolute-m { position:absolute; }
.relative { position: relative; }
.fixed { position: fixed; }

.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; }


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


.blog-pagination nav {
    font-size: 18px;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.back-next .btn-gris {
    background: #f2f2f2;
    padding: 15px 30px;
    display: inline-flex;
    font-weight: 700;
    cursor: pointer;
}

.back-next .btn-azul {
    background: #091542;
    padding: 15px 30px;
    display: inline-flex;
    font-weight: 700;
    cursor: pointer;
}

.ptit {
    background: #f2f2f2;
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
}

.ptit.active {
    background: #091542;
}

.ptit.active:after {
    content: "";
    width: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #091542;
    position: absolute;
    bottom: -20px;
    left: 47%;
}
.box-proyecto {
    background: #F4EFEF;
    display: inline-flex;
    width: 290px;
    height: 115px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    margin: 10px;
    line-height: 150%;
    font-weight: bold;
    align-items: center;
    border: solid 2px #F4EFEF;
    position: relative;
    cursor: pointer;
}

.box-proyecto.active {
    border: solid 2px var(--azul);
    background: white;
}

.box-servicio .bgprimario {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 290px;
    align-items: center;
    height: 75px;
    line-height: 100%;
}

.box-servicio {
    position: relative;
    cursor: pointer;
}


.box-servicio:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 2px;
}

.box-servicio.active:after {
    background-image: url(https://www.cristel.com.mx/images/cotiza/ic_check_24px.png);
    background-repeat: no-repeat;
    top: 0px;
    padding: -4px 0;
    background-position: center;
}

.box-proyecto.active:after {
    content: "";
    background-image: url(https://www.cristel.com.mx/images/cotiza/check-icon.png);
    size: bo;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -13px;
    top: -17px;
}


select#monto {
    width: 240px;
    padding: 10px 5px;
}

.tablas table {
    width: 95%;
    margin: 35px auto 50px;
}

.tablas table td {
    border: solid 1px;
    padding: 15px 15px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
}
.label-inv {
    display: block;
    text-align: left;
    max-width: 233px;
    margin: 14px auto;
    font-weight: 700;
}

.require.error::placeholder {
    color: red;
}
.require.error {
    border: solid 2px red;
}

div#paso-2 .hoja-900 {
    box-shadow: 0px 0px 11px 4px #e2e2e2;
    padding: 45px 10px;
    box-sizing: border-box;
}

.fieldset label.btncheck {
    border: solid 3px #E2BA41;
    text-align: center;
    padding: 10px 0;
    max-width: 100%;
    background: #F0DC9F;
    color: var(--azul);
    font-weight: 800;
    cursor: pointer;
}

.fieldset label.btncheck.active {
    /*background: white;*/
    color: #091542;
    border: solid 3px #E2BA41;
    position: relative;
  }

  .fieldset label.btncheck.active:after {
      content: url(https://www.cristel.com.mx/images/cotiza/palomita.png);
      position: absolute;
      right: -9px;
      top: -11px;
  }

  .rates-error {
      border: solid 1px red;
      padding: 10px 0 3px;
  }


  div#w357_cpnb_outer {
    width: 730px;
    max-width:100%;
  }

  .cpnb-message {
      text-align: left !important;
  }

  .cpnb-button, .cpnb-button-ok, .cpnb-m-enableAllButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    font-size: 16px;    
    padding: 10px 27px;
}  

#cont-cooke { display: none; }

.cookie-bar {
  background: black;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 0.8em 3em;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  align-items: center;  
}

.acept-cookie {
  background: white;
  display: block;
  color: black;
  text-align: center;
  padding: 10px 24px;
  border-radius: 0px;
  cursor: pointer;  
  font-weight: 600;
  font-size: 16px;
}

.txt-cookie a {
    color: inherit;
    text-decoration: underline;
}


@media(max-width: 700px){

  .cookie-bar {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
  }

  .acept-cookie {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      margin: 15px 0 0;
  }

  .loading-mask img {
    min-width: 200px;
  }

  .num-paso.flex {
      display: flex;
  }

  .box-servicio .bgprimario {
      margin: 0 auto 35px;
  }

  .box-servicio.active:after, .box-servicio:after {
      right: 12px;
  }

  img#img-proy {
      margin-top: 30px;
  }

  .tablas table {

      display: none;
  }
}
@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;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  max-width: 300px;
}

.breadcrumb{
  font-size: 16px;
  margin:auto;
  max-width: 1200px;
  width: 100%;
}
.breadcrumb li{
  margin-right: 5px;
}
.breadcrumb .active {
  color: var(--primario);
  font-weight: bold;
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--amarillo);
  color: var(--azul);
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-family: var(--fontdemi);
  transition: all ease-in-out .3s;
  line-height: 130%;
}
.btn.large {
  padding: 15px 60px;
  font-size: 24px;
}
.btn.enviar {
  padding: 9px 20px;
}
.btn-border{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--blanco);
  border: 2px solid var(--blanco);
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  font-family: var(--fontdemi);
  transition: all ease-in-out .3s;
  line-height: 130%;
}
/*.btn:hover{
  color: var(--blanco);
}*/
.borde-r-b1{
  border-right: var(--blanco) 1px solid;
}

/* bullets */
.bullet-ico{
  list-style-image: url(../../../images/general/ico-bullet.png);
  padding-left: 30px;
  box-sizing: border-box;
}
.bullet-ico li{
  margin-bottom: 15px;
  margin-left: 20px;
}
.bullet-color {
  list-style: none;
  padding-left: 40px;
}
.bullet-color li{
  margin-bottom: 5px;
  line-height: 130%;
  text-indent: -18px;
}
.bullet-color li:before{
  background: var(--amarillo);
  border-radius: 100%;
  content: ' ';
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

/*formularios*/
.form-columns-1, .form-columns-2{
  max-width: 100% !important;
}
.form-columns-1 .hs-form-field .input, .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-form-field label{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 10px;
}
.hs-form-field input, .hs-form-field select, .hs-form-field textarea {
  border: var(--gris) 1px solid;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 16px;
  padding: 12px 15px !important;
  width: 100% !important;
}
.hs-form-field textarea {
  min-height: 150px;
}
.hs-error-msgs .hs-error-msg, .hs_error_rollup {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.hs_error_rollup{
  color: var(--primario)
}
.hs-main-font-element {
  font-weight: bold;
}
.hs-submit .actions input {
  background: var(--negro);
  border: 0;
  border-radius: 5px;
  color: var(--blanco);
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  transition: all ease-in-out .3s;
  width: 100%
}
.hs-submit .actions {
  margin-top: 30px;
  text-align: center;
}
.hs-submit .actions input:hover {
  background: var(--primario);
}


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

.fixed-header {
  position: fixed !important;
  width: 100%;
  background: var(--blanco);
  max-width: 100% !important;
  margin: 0;
  padding: 10px 0;
  top: 0;
  z-index: 999 !important;
}
.fixed-header .flex.wrap.between {
  max-width: 1200px;
  margin: auto;
}
.fixed-header .top-header {
  display: none;
}
/*.fixed-header.top-movil {
  padding: 0 10px;
}*/
.fixed-header .logo-movil {
  margin-bottom: 10px;
  height: 53px;
}
.fixed-header #btns-top-m {
  padding-top: 0;
}
.fixed-header #btns-top-m .btn{
  padding: 15px 5px;
}

.top-desk.fixed-header {
  box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
}
.top-movil {
  padding-bottom: 1px;
  box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
}
#btns-top-m a.blanco:hover{
  color: var(--blanco);
}

/*.top-desk, .top-movil, #btns-top-m {
  transition: all ease-in-out .3s;
}*/

/*header{
  background: var(--bgheader)
}*/

header {
    position: relative;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    background: white;
}

header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 38px;
	background-color: #f2f2f2;
}

section.contenido {
    margin-top: 110px;
}

/* header-movil */
.logo-movil {
  /*  background: url(../../../images/general/logo.jpg) no-repeat;*/
    background-size: contain;
    display: inline-block;
    max-width: 65%;
    height: 70px;
    width: 100%;
    padding-top: 5px;
}

.logo-movil a{
  display: block;
  height: 100%;
  width: 100%;
}
.bandera-m {
  float: right;
  position: relative;
  top: 20px;
  right: 80px;
}

/*menu-movil*/
.h-mmenu{
  display: block;
  width: 50px;
  height: 45px;
  padding: 10px;
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  background-color: var(--azul);
}
.h-mmenu:before, .h-mmenu:after {
  content: '';
  display: block;
  background: #fff;
  height: 3px;
}
.h-mmenu span {
  background: #fff;
  display: block;
  height: 3px;
  margin: 8px 0;
}
.mm-menu_offcanvas{
  max-width: 295px !important;
  z-index: 2;
}
.mm-menu a {
  font-size: 16px;
}
.mm-wrapper__blocker{
  /*background: rgba(3,2,1,.1) !important;*/ /*fondo obscuro*/
  background: rgba(255,255,255,.8) !important; /*fondo claro*/
}
.mm-menu_opened:before {
  color: rgba(0,0,0,.5);
  content: 'x';
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  right: -50px;
  top: 10px;
  z-index: 2;
}

/*top-header*/
.top-header a:last-child{
    margin-right: 0;
}
.top-header {
	background: var(--bgheader);
}
.top-header ul li {
	padding: 0 25px;
	border-left: 1px solid #464646;
}
.top-header ul li a {
	font-size: 14px;
}
.top-header ul li a.btn {
	padding: 10px 20px;
}
.top-header ul li:first-of-type {
	border-left: 0;
}
.top-header ul li:last-of-type {
	padding: 0;
	border-left: 0;
}

/* menu desktop */
nav{
  font-size: 18px;
  font-weight: 500;
  max-width: 850px;
  margin-left: auto;
}
nav ul{
  /*max-width: 625px;
  width: 100%;*/
  width: 100%;
  padding: 20px 0;
  min-height: 50px;
}
nav ul li {
  max-width: 140px;
  text-align: center;
  width: 100%;
}
/*
nav ul li:first-of-type {
  max-width: 102px;
}
nav ul li:nth-child(3),
nav ul li:nth-child(4){
  max-width: 124px;
}
nav ul li:nth-child(5){
  max-width: 136px;
}*
nav ul li:last-of-type {
/*  max-width: 74px;*/
}
/*nav ul li:first-child, nav ul li:nth-child(3){
  max-width: 120px;
}*/
nav ul li a{
  color: var(--negro);
  font-family: var(--fontmedium);
  font-size: 16px;
  line-height: 130%;
}
nav ul li a:hover{
  color: var(--primario);
}
nav .parent{
  position: relative;
}
nav .parent::after{
  content: url(../../../images/general/drop.png);
  position: absolute;
  bottom: 0;
  right: -10px;
}
nav .nav-child{
  display: none;
  width: 250px;
  padding-top: 15px;
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 1;
}
nav .nav-child li {
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
nav .nav-child a{
  background: var(--blanco);
  color: var(--negro);
  display: block;
  padding: 10px 20px 10px 20px;
  position: relative;
}
nav .nav-child a:hover{
  background: var(--gris);
  color: var(--negro);
}
nav .nav-child li:last-child a{
  padding: 10px 20px;
}
nav .parent:hover .nav-child{
  display: block;
}

ul.nav.menu.mod-list li a:hover, li.current.active a {
    font-weight: bold;
    color: #091542;
}
nav ul li.item-153 {
    max-width: 110px;
}

/***************** feedblog ******************************/
.item-cont .item-blog:first-child .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-cont .item-blog:nth-child(2) .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-cont .item-blog:last-child .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-blog img{
  height: auto;
  max-width: 390px;
  width: 100%;
}
.item-blog{
  /*box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;*/
  display: flex;
  flex-direction: column;
  border: 2px solid #f2f2f2;
}
.relleno {
  -ms-flex: 0 0 31.333333333333336%;
  flex: 0 0 31.333333333333336%;
  max-width: 31.333333333333336%;
}
.flex-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tit-feedblog{
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.txt-feedblog{
  font-size: 18px;
  line-height: 130%;
  min-height: 85px;
  height: 100%;
}
.txt-feedblog a{
  color: var(--negro);
}
.leermas-feedblog{
  color: var(--azul) !important;
  font-size: 20px;
  font-family: var(--fontdemi);
  text-decoration: underline;
  line-height: 130%;
}
.leermas-feedblog:hover{
  color: var(--negro) !important;
}
.fecha-feedblog{
  border-top: var(--negro) 1px solid;
  color: var(--negro);
  font-size: 16px;
  padding: 10px;
}

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

footer{
  background: var(--bgfooter);
}
footer, footer a{
  font-size: 16px;
  color: var(--negro);
}
footer .social a{
  margin-right: 10px;
}
.menu-footer li{
  margin-bottom: 15px;
}
.menu-footer li:last-child{
  margin-bottom: 0;
}
.menu-footer li a{
  font-size: 16px;
}
.menu-footer li a:hover{
  font-weight: 700;
}
.social .ico {
  background: url(../../../images/general/fachada-de-cristal-y-canceleria-de-aluminio-redes-sociales-Cristel-Sep21.png) no-repeat;
  display: block;
  height: 24px;
  width: 28px;
}
.social .twitter {
  background-position: 0 center;
}
.social .facebook {
  background-position: -35px center;
}
.social .instagram {
  background-position: -70px center;
}
.social .linkedin {
  background-position: -108px center;
  width: 35px;
}
.social .youtube {
    background-position: -152px 0px;
}

.copyright {
  border-top: 1px solid #fff;
}


/****************Modal***********************/
.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4);z-index:10}
.modal-content{background-color:#f2f2f2;margin:auto;padding:20px;border:1px solid #888;width:740px;padding:10px 10px 5px;box-sizing:border-box;position:relative;max-width:90%;top:50%;transform:translateY(-50%)}
.close{background:var(--azul);font-size:25px;font-weight:500;position:absolute;right:-1px;top:-9px;color:#fff;padding:6px 12px;right:-17px;z-index:1}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.video-yt{cursor:pointer}
@media(max-width:780px){
.modal-content{max-width:90%!important;padding-top:49%}
.modal iframe#playerId{width:100%;height:100%;position:absolute;top:0;left:0}
}


/***************** Home ******************************/
.video-home video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pleca {
  max-width: 600px;
  width: 100%;
  padding: 25px 35px 25px 7%;
  background-color: rgba(9,21,66,0.75);
}

.pleca_typ {
    max-width: 700px;
    width: 100%;
    padding: 25px 35px 25px;
    background-color: rgba(9,21,66,0.75);
}

.icos-cintillo span.ico {
  display: inline-block;
  background: url("../../../images/general/sprite-iconos-blancos-Cristel-Sep21.png") no-repeat;
  height: 59px;
}

.icos-cintillo span.ico.ico1 {
  width: 65px;
  background-position: 5px 0;
}

.icos-cintillo span.ico.ico2 {
  width: 65px;
  background-position: -58px 0;
}

.icos-cintillo span.ico.ico3 {
  width: 65px;
  background-position: -115px 0;
}

.icos-cintillo span.ico.ico4 {
  width: 65px;
  background-position: -182px 0;
}

.icos-cintillo span.ico.ico5 {
  width: 65px;
  background-position: -250px 0;
}

.icos-cintillo span.ico.ico6 {
  width: 65px;
  background-position: -320px 0;
}


.icos-cintillo-b span.ico {
  display: inline-block;
  background: url("../../../mkt/img/typ/thank-you-page-de-cotizacion-sprite-iconos.jpg") no-repeat;
  height: 59px;
}

.icos-cintillo-b span.ico.ico1 {
    width: 65px;
    background-position: -10px 1px;
    height: 72px;
    width: 65px;
}

.icos-cintillo-b span.ico.ico3 {
    background-position: -96px 0;
    height: 72px;
    width: 65px;
}

.icos-cintillo-b span.ico.ico2 {
    width: 65px;
    background-position: -178px 0;
    height: 72px;
    width: 65px;
}

.row-servicio {
  display: block;
  position: relative;
  padding: 100% 15px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.img-servicio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .5s ease;
  z-index: -1;
}

.row-servicio:hover .img-servicio {
  transform: scale(1.05);
}

.row-servicio.middle {
  padding: 35% 60px 25px;
}

.row-servicio p {
  position: relative;
}

.row-servicio p:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 12%;
  top: 50%;
  left: -15px;
  height: 2px;
  background-color: var(--amarillo);
}

.row-servicio p:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 12%;
  top: 50%;
  right: -15px;
  height: 2px;
  background-color: var(--amarillo);
}

.row-servicio.middle p:before,
.row-servicio.middle p:after {
  display: none;
}

.flex-middle {
  position: relative;
}

.flex-middle:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10%;
  top: 50%;
  left: -60px;
  height: 2px;
  background-color: var(--amarillo);
}

.flex-middle:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10%;
  top: 50%;
  right: -60px;
  height: 2px;
  background-color: var(--amarillo);
}

.flex-proyectos .btn {
	max-width: 165px;
	width: 100%;
}

.icos-aliados {
	max-width: 800px;
	width: 100%;
	margin: auto;
}

.icos-aliados li {
	padding: 15px;
}

.icos-aliados span.ico {
  display: inline-block;
  background: url("../../../images/general/fachada-de-cristal-y-canceleria-de-aluminio-sprite-logos-Cristel-Sep21.jpg") no-repeat;
  height: 77px;
}

.icos-aliados.icos-aliados-b span.ico {
  background: url("../../../images/sistemas-de-cristal-templado/sprite-logos-fondo-blanco-Cristel-Sep21.jpg") no-repeat;
}

.icos-aliados span.ico.ico1 {
  width: 135px;
  background-position: 0 0;
}

.icos-aliados span.ico.ico2 {
    width: 125px;
    background-position: -1247px 0;
}

.icos-aliados span.ico.ico3 {
  width: 125px;
  background-position: -260px 0;
}

.icos-aliados span.ico.ico4 {
  width: 72px;
  background-position: -384px 0;
}

.icos-aliados span.ico.ico5 {
  width: 172px;
  background-position: -455px 0;
}

.icos-aliados span.ico.ico6 {
  width: 145px;
  background-position: -630px 0;
}

.icos-aliados span.ico.ico7 {
  width: 135px;
  background-position: -778px 0;
}

.icos-aliados span.ico.ico8 {
  width: 105px;
  background-position: -915px 0;
}

.icos-aliados span.ico.ico9 {
  width: 65px;
  background-position: -1015px 0;
}

.icos-aliados span.ico.ico10 {
  width: 160px;
  background-position: -1080px 0;
}

.icos-clientes,
.icos-clientes-g {
  max-width: 760px;
  width: 100%;
  margin: auto;
}

.icos-clientes li,
.icos-clientes-g li {
  padding: 15px;
  width: 155px;
  margin: auto;
  text-align: center;
}

.icos-clientes span.ico {
  display: inline-block;
  background: url("../../../images/general/sprite-logos-fondo-blanco-Cristel-Oct21.jpg") no-repeat;
  height: 77px;
}

.icos-clientes-g span.ico {
  display: inline-block;
  background: url("../../../images/general/sprite-logos-fondo-gris-Cristel-Oct21.jpg") no-repeat;
  height: 77px;
}

.icos-clientes span.ico.ico1,
.icos-clientes-g span.ico.ico1 {
  width: 45px;
  background-position: 0 0;
}

.icos-clientes span.ico.ico5,
.icos-clientes-g span.ico.ico5 {
  width: 160px;
  background-position: -48px 0;
}



.icos-clientes span.ico.ico6, .icos-clientes-g span.ico.ico6 {
    width: 152px;
    background-position: -1815px 0;
    height: 55px;
}

.icos-clientes span.ico.ico7,
.icos-clientes-g span.ico.ico7 {
    width: 136px;
    background-position: -1178px 0;
}

.icos-clientes span.ico.ico4,
.icos-clientes-g span.ico.ico4 {
  width: 125px;
  background-position: -385px 0;
}

.icos-clientes span.ico.ico3,
.icos-clientes-g span.ico.ico3 {
  width: 85px;
  background-position: -500px 0;
}

.icos-clientes span.ico.ico2,
.icos-clientes-g span.ico.ico2 {
  width: 125px;
  background-position: -1680px 0;
}

.icos-clientes span.ico.ico8,
.icos-clientes-g span.ico.ico8 {
  width: 125px;
  background-position: -685px 0;
}

.icos-clientes span.ico.ico9,
.icos-clientes-g span.ico.ico9 {
  width: 185px;
  background-position: -805px 0;
}


.icos-clientes span.ico.ico10,
.icos-clientes-g span.ico.ico10 {
    width: 185px;
    background-position: -1484px 0;
}

::-webkit-input-placeholder { /* Edge */
  font-family: var(--font);
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: var(--font);
  color: #000;
}

::placeholder {
  font-family: var(--font);
  color: #000;
}

.forma {
  color: #fff;
  justify-content: center;
}

.forma p.thankyou {
  font-size: 24px;
  line-height: 130%;
}

.fieldset {
  position: relative;
  flex: 1;
  margin: 0 5px;
}

.fieldset label {
    padding: 2px 6px;
    font-size: 17px;
    background-color: var(--azul);
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  background: transparent;
  border: 2px solid #fff;
  font-family: var(--font);
  color: #000;
  font-size: 14px;
  outline: 0;
  background: white;
}

.enviar {
  border: 0;
}

#signup input.btn.enviar {
    margin-top: 18px;
    height: 50px;
    position: relative;
    top: 1px;
}


/************** Interiores *******************/



.banner-int {
    height: 440px;
    background-size: cover;
    background-position: center;
  }

  div[role='navigation'] {
      width: 100%;
      max-width: 1400px;
      margin: auto;
      box-sizing: border-box;
  }

  .flex-b {
    max-width: 950px;
    width: 100%;
    margin: auto;
  }

  .icos-creatividad span.ico {
    display: inline-block;
    background: url(../../../images/ventanas-de-lujo-para-casas/sprite-iconos-azules-Cristel-Sep21.png) no-repeat;
    height: 77px;
  }

  .icos-creatividad span.ico.ico1 {
    width: 75px;
    background-position: 0 0;
  }

  .icos-creatividad span.ico.ico2 {
    width: 90px;
    background-position: -75px 0;
  }

  .icos-creatividad span.ico.ico3 {
    width: 85px;
    background-position: -165px 0;
  }

  .icos-creatividad span.ico.ico4 {
    width: 80px;
    background-position: -250px 0;
  }

  .icos-creatividad span.ico.ico5 {
    width: 85px;
    background-position: -330px 0;
  }

  .icos-creatividad span.ico.ico6 {
    width: 90px;
    background-position: -415px 0;
  }

  .icos-creatividad span.ico.ico7 {
    width: 85px;
    background-position: -505px 0;
  }

  .icos-creatividad span.ico.ico8 {
    width: 90px;
    background-position: -590px 0;
  }

  .icos-creatividad span.ico.ico9 {
    width: 80px;
    background-position: -680px 0;
  }


  .icos-creatividad span.ico.ico10 {
    width: 80px;
    background-position: -760px 0;
  }

  .icos-creatividad span.ico.ico11 {
    width: 65px;
    background-position: -840px 0;
  }

  .icos-creatividad span.ico.ico12 {
    width: 80px;
    background-position: -904px 0;
  }

  .icos-creatividad span.ico.ico13 {
    width: 80px;
    background-position: -984px 0;
  }

  .icos-creatividad span.ico.ico14 {
      width: 80px;
      background-position: -907px 0;
  }

  .icos-creatividad span.ico.ico15 {
    width: 80px;
    background-position: -1068px 0;
  }

  span.ico-v2 {
      display: block;
      text-align: center;
  }

  span.ico-v2 img {
      max-width: 90px;
      width: 100%;
  }
  .row-faqs {
  	max-width: 950px;
    width: 100%;
    margin: auto;
  }

  .titulo-faq {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 15px 40px 15px 15px;
    border-color: #f2f2f2;
    border-width: 1px 2px;
    border-style: solid;
    line-height: 130%;
    cursor: pointer;
  }

  .titulo-faq:first-of-type {
  	border-top: 2px solid #f2f2f2;
  }

  .titulo-faq:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 21px;
    height: 12px;
    background-image: url(../../../images/ventanas-de-lujo-para-casas/ventaneria-de-lujo-para-casas-flecha-abajo-Cristel-Sep21.png);
  }

  .arq {
      background: url(https://www.cristel.com.mx/images/ventanas-de-lujo-para-casas/ventaneria-de-lujo-para-casas-arquitectos-Cristel-Oct21.png);
      display: block;
      width: 189px;
      height: 49px;
      margin: auto;
  }

  .arq.logo2 {
      background-position: -198px 0px;
      width: 180px;
      height: 65px;
  }

  .arq.logo3 {
      background-position: -386px 0px;
      width: 194px;
  }

  .arq.logo4 {
    background-position: -589px 0;
    width: 186px;
    height: 52px;
}

  .titulo-faq.arrow-tab:before {
    content: '';
    background-image: url(../../../images/ventanas-de-lujo-para-casas/ventaneria-de-lujo-para-casas-flecha-arriba-Cristel-Sep21.png);
  }

  .titulo-faq p {
  	font-size: 20px;
    font-family: var(--fontmedium);
  }

  .respuesta-faq {
    display: none;
    margin: 0 0 20px;
  }

  .respuesta-faq > div {
    padding: 20px;
    background-color: #f2f2f2;
    line-height: 130%;
  }

  ul.items li {
      width: 25%;
      margin: 15px 0;
      padding: 0 10px;
      box-sizing: border-box;
  }

  .lista-tabs li {
      text-align: center;
      width: 49%;
      color: var(--azul);
      font-size: 30px;
      line-height: normal;
      border: solid 2px var(--azul);
      font-weight: 900;
      border-bottom: solid white;
      cursor:pointer;
  }

    .lista-tabs li.active {
      background: var(--azul);
      color: white;
      border-bottom: solid  var(--azul);
    }

  .row-tab {
      border: solid 2px var(--azul);
      margin-top: -2px;
  }


/****************** Estilos Blog ****************************/

.content-top-header.blog ul li {
    padding: 0px 25px;
    border-left: none;
}

.content-top-header.blog ul li a.btn {
    padding: 0;
}

.content-top-header.blog ul li {
    padding: 10px 25px;
    border-left: none;
}

li.btn-proy {
    background-color: var(--amarillo);
}

li.btn-visita {
    background-color: var(--azul);
    color: white;
    display: inline;
    padding: 10px;
}

li.btn-visita a {
    color: white;
}

.banner_blog_home {
    background: url(https://www.cristel.com.mx/blog/wp-content/themes/cristel_blog/assets/img/home/blog-Cristel-banner-Cristel-Sep21.jpg);
    height: 440px;
    background-position: center;
    width: 100%;
}

.pleca1-banner {
    max-width: 300px;
    width: 100%;
    padding: 14px 0;
}

h1.pleca2-banner {
    background: rgb(255 255 255 / 70%);
    max-width: 785px;
    padding: 35px 45px;
}

.post-content p {
    margin-bottom: 15px;
    line-height: 140%;
}

.post-content h2 {
    color: var(--azul);
    font-weight: 700;
    margin: 21px 0px 20px;
    font-size: 28px;
    line-height: 130%;
}

.post-content ul {
    margin-bottom: 20px;
}

.post-content ul li {
    font-size: 18px;
    line-height: normal;
    position: relative;
    padding-left: 25px;
}

.post-content ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: var(--amarillo);
    position: absolute;
    left: 12px;
    top: 7px;
    border-radius: 10px;
}

.post-content ol {
    margin-left: 20px;
    list-style: auto;
    list-style-position: inside;
    line-height: 130%;
}

.post-content strong {
    font-weight: bold;
}

.post-content a {
    color: var(--azul);
    text-decoration: underline;
}

.wp-block-embed {
    text-align: center;
}


.single-blog table td {
    padding: 10px 10px;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/***************Termina estilos blog****************************/

/*************** MKT *************************************/
header.lp-page:before {
    content: none;
}

.border-bottom {
    border-bottom: solid 1px;
}

form#fmcotiza {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

textarea.input {
    height: auto;
}

img.lp-mapa {
    position: absolute;
    right: 0px;
    top: -125px;
}

div#message {
    color: white;
    padding: 5px 0;
}

.ico-play:after {
    background: url(https://www.cristel.com.mx/images/general/iconos-aprobados-Cristel-Sep21-03.png);
    display: inline-block;
    content: "";
    width: 34px;
    height: 35px;
    background-size: 35px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.btn.ico-play {
    padding: 10px 60px 5px;
}

/********* Nosotros **********/

.height-100 { height: 100%; }

.bullet-m {
  max-width: 200px;
  width: 100%;
  margin: auto;
}

.bullets-azul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
  font-weight: 300;
}

.bullets-azul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #091542;
  display: block;
  border-radius: 50%;
  margin: 0px 10px 0 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

/********* Proyectos ************/

.filtros a.nav-link {
    background-color: transparent !important;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    margin-right: 2rem;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #8b8b8b;
    font-weight: 500;
    text-transform: uppercase;
}

.filtros a.nav-link.active, .filtros a.nav-link:hover {
    border-bottom: 2px solid #e2ba41;
    color: #e2ba41;
    font-weight: 600;
}

.recuadro-detalle-hover {
    position: relative;
    width: 350px;
    margin: auto;
}

.proyectos-lista .un-proyecto .recuadro-detalle-hover:hover .detalle-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.proyectos-lista .un-proyecto .recuadro-detalle-hover .detalle-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    transition: background-color 0.5s;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.proyectos-lista .un-proyecto .recuadro-detalle-hover .detalle-hover .borde-interno {
    width: 90%;
    height: 90%;
    margin: auto;
    border: 1px solid #ffffff;
    display: flex;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}



.proyectos-lista .un-proyecto .recuadro-detalle-hover h5, .proyectos-lista .un-proyecto .recuadro-detalle-hover h6 {
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
}

.proyectos-lista .un-proyecto .recuadro-detalle-hover h5 {
    color: #e2ba41;
    font-size: 0.96rem;
}


h5.pb-4 {
    margin-bottom: 15px;
}

.proyectos-lista .un-proyecto .recuadro-detalle-hover .detalle-hover:hover {
    background-color: rgba(13,13,13,0.7);
}

.recuadro-info-proyecto {
    background-color: #f7f7f7;
    text-align: center;
    padding: 25px 0;
    max-width: 350px;
    margin: 0 auto 25px;
}

.proyectos-lista .un-proyecto h2 {
    width: 63%;
    margin: auto;
    font-size: 1.2rem;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}

.proyectos-lista .un-proyecto .separador {
    display: none;
    width: 20%;
    height: 0px;
    padding: 0px;
    border-top: 1px solid #e9c597;
    border-bottom: 1px solid #f5ece1;
    margin: 15px auto;
}

h4.categoria.py-2 {
    width: 63%;
    margin: auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #091542;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 15px;
}

a.btn.btn-ver {
   background-color: var(--amarillo);
    font-size: 16px;
    padding: 10px 20px;
    color: var(--primario);
    margin-top: 20px;
}

a.btn.btn-ver:after {
    content: " >";
}

img.ico-svg {
    width: 70px;
}

header.lp-page {
    position: relative!important;
}

span.circle-num {
    background: var(--azul);
    color: white;
    width: 28px;
    display: block;
    float: left;
    margin: 3px 9px 18px 0px;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    padding: 2px 0;
    font-weight: bold;
}

form#fmcotiza input.input {
    background: white;
    color: #000;
}

form#fmcotiza textarea.input {
    background: white;
    color: #000;
    padding: 15px 8px 0;
}


.cat-list li {
	width: 31%;
	margin: 0 1% 25px;
}

.cat-list li#canceleria-de-aluminio {
	background-color: #000a2f;
}

.cat-list li#fachadas-de-cristal-templado {
	background-color: #132364;
}

.cat-list li#ventanas-de-lujo-para-casas {
	background-color: #293f96;
}

.cat-list li#fachadas-de-aluminio-y-vidrio {
	background-color: #415bc3;
}

.cat-list li#sistemas-de-cristal-templado {
	background-color: #5d75d7;
}

.cat-list li a {
    display: block;
    padding: 25px 35px 24px 15px;
    color: #fff;
    background-image: url(https://www.cristel.com.mx/blog/wp-content/themes/cristel_blog/assets/img/home/blog-Cristel-flecha.png);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: right 15px center;
}

.categoria {
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.categoria.cat-canceleria-de-aluminio {
	background-color: #000a2f;
}

.categoria.cat-fachadas-de-cristal-templado {
	background-color: #132364;
}

.categoria.cat-ventanas-de-lujo-para-casas {
	background-color: #293f96;
}

.categoria.cat-fachadas-de-aluminio-y-vidrio {
	background-color: #415bc3;
}

.categoria.cat-sistemas-de-cristal-templado {
	background-color: #5d75d7;
}

/*************** La Vista ******************/
.backmod-lv{
    background: url(../../../img/proyectos/lavista/canceleria-de-aluminio-la-vista-accesorios.jpg) no-repeat;
    min-height: 500px;
}
.icos-lavista .ico{
    background: url(../../../img/proyectos/lavista/canceleria-de-aluminio-la-vista-sprite-iconos.png) no-repeat;
    display: inline-block;
    height: 40px;
    width: 48px;
}
.icos-lavista .ico1{
    background-position: 5px center;
}
.icos-lavista .ico2{
    background-position: -58px center;
}
.icos-lavista .ico3{
    background-position: -122px center;
}
.icos-lavista .ico4{
    background-position: -188px center;
}
.icos-lavista .ico5{
    background-position: -256px center;
}
.icos-lavista .ico6{
    background-position: -324px center;
}
@media(max-width: 767px){
    .backmod-lv {
        background: none;
        min-height: auto;
    }
}

/*************** Tecnologia y calidad ******************/
.backciclodes{
    background: var(--azul) url('../../../images/software/software-de-automatizacion-de-procesos-fondo.jpg') no-repeat;
  }
.bgnumciclo{
    background: url('../../../images/software/software-de-automatizacion-de-procesos-circunferencia-con-numeros.png') no-repeat left bottom;
    min-height: 592px;
}
.linea-ciclo{
    background: var(--blanco);
    height: 1px;
    max-width: 50px;
    width: 100%;
}



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

@media (max-width:1920px) {


}

@media (max-width:1480px) {


}

@media (max-width:1400px) {
    .pleca {
        max-width: 540px;
        padding: 25px 35px;
    }
}

@media (max-width:1280px) {

    .bgnumciclo{
      background-position: -60px bottom;
    }

}

@media (max-width:1200px) {
    .pleca {
        max-width: 510px;
        padding: 35px 20px;
    }

    .bgnumciclo{
      background-position: -90px bottom;
    }
}

@media (max-width:1190px) {

  .top-header ul li {
      padding: 0 10px;
      border-left: 1px solid #464646;
  }

  nav ul li {
      max-width: 120px;
      text-align: center;
      width: 100%;
      font-size: 16px;
  }
}

@media (max-width: 1024px) {

  .grid-sistema .flex {
      display: inline-block;
      width: 100%;
  }

  .grid-sistema .flex > div {
      display: inline-block;
  }

  .grid-sistema .flex > div {
      display: inline-block;
      width: 230px;
      margin: 10px auto;
  }

  .h-servicios p br {
      display: contents!important;
  }

    .h-servicios .fs24 {
      font-size: 16px;
      padding: 0 0px;
      margin: 10px auto;
  }
 .hidden-ipad { display: none;}

 .btn-border.fs16 {
     font-size: 14px;
   }
}
@media (max-width: 1000px) {
	.forma {
		display: block;
	}

	.fieldset {
		margin: 0 0 25px;
	}

	.input {
		width: 100%;
	}

  .col-4.mb40.item-blog {
      max-width: 315px!important;
      margin: 20px auto;
      display: inline-block;
  }

  .pleca {
      max-width: 510px;
      padding: 35 px 20px;
      margin: auto;
  }

  .pleca.bgprimario {
      text-align: center;
  }

  .pleca.bgprimario .w-70 {
      width: 100%;
  }

  .grid-ventanas .col-3 {
      padding: 0 5px;
      box-sizing: border-box;
  }

  footer .flex-m.wrap.social.pl20 {
      margin: auto;
  }

  footer p.text-right {
      text-align: center;
      margin-top: 30px;
  }

  .salto {
      display: inline;
  }

  .col-6 h3 {
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
  }

  header {
      z-index: 1;
  }
}

@media (max-width: 769px) {
  .col-4.mb40.item-blog {
      max-width: 315px!important;
      margin: 0 auto 20px;
      display: inline-block;
      flex: 0 0 100%;
  }

  .fm-sus input[name='email'] {
      width: 90%;
      margin-top: 25px;
  }

  .grid-sistema {
      text-align: center;
  }

  .row-tab .col-3 {
      margin: 0 15px;
  }
}
@media (max-width: 768px) {

  .mtb40, .mtb50, .mtb60, .mtb70, .mtb80, .mtb90,.mtb100 { margin-top: 30px; margin-bottom:30px; }
  .mb40, .mb50, .mb60, .mb70, .mb80, .mb90, .mb100 { margin-bottom:30px; }
  .mt40, .mt50, .mt60, .mt70, .mt80, .mt90, .mt100 { margin-top:30px; }
  .ml40, .ml50, .ml60, .ml70, .ml80, .ml90, .ml100 { margin-left: 30px; }
  .mr40, .mr50, .mr60, .mr70, .mr80, .mr90, .mr100 { margin-right: 30px; }
  .ptb40, .ptb50, .ptb60, .ptb70, .ptb80, .ptb90, .ptb100 { padding-top:30px; padding-bottom:30px; }
  .pt30, .pt40, .pt50, .pt60, .pt70, .pt80, .pt90, .pt100, .pt200 { padding-top:30px; }
  .pb30, .pb40, .pb50, .pb60, .pb70, .pb80, .pb90, .pb100 { padding-bottom:30px; }
  .plr20, .plr30, .plr40, .plr50, .plr60 { padding-left: 10px; padding-right: 10px; }
  .pl40, .pl50, .pl60, .pl70, .pl80, .pl90, .pl100 { padding-left: 30px; }
  .pr40, .pr50, .pr60, .pr70, .pr80, .pr90, .pr100 { padding-right: 30px; }

  .hidden-xs{
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }

  h1, .fs45, .fs40, .fs38, .fs35{
    font-size: 28px;
  }
  h2, .fs32{
    font-size: 24px;
  }
  h3, .fs28, .fs26{
    font-size: 20px;
  }

  .fs22 {
      font-size: 18px;
  }
  .fs20{
    font-size: 16px;
  }
  nav ul li {
    max-width: 100% !important;
    text-align: left;
  }

  .pleca {
    padding: 20px;
  }

  .flex-margin .col-4.item-blog {
	-ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .item-blog:last-of-type {
	display: none;
  }

  /*tecnologia*/
  .bgnumciclo{
      background-position: -200px bottom;
    }
    .text-ciclo1 {
      left: 185px !important;
    }
    .text-ciclo2 {
      left: 355px !important;
    }
    .text-ciclo3 {
      left: 425px !important;
    }
    .text-ciclo4 {
      left: 430px !important;
    }

/********* Blog ************/
  body.blog-cristel {
	padding: 150px 0 0;
  }

  .logo-movil.blog {
    max-width: none;
    width: 270px;
    margin: 0px auto 15px;
    display: block;
    padding: 18px 0px;
}

  header.blog:before {
      content: none;
  }

  .banner_blog_home {
      height: auto;
      padding: 25px 0;
  }

  .pleca1-banner {
      max-width: 100%;
      width: 100%;
      padding: 14px 0;
      margin: auto;
  }

  /*img.blog-principal {
      margin-bottom: 15px;
  }*/

  .categoria {
	  margin-bottom: 15px;
  }

  .single-blog h1 {
    font-size: 26px;
    line-height: normal;
  }

  .share li img {
      width: 60px;
  }

  .post-content h2 {
      line-height: 115%;
  }

  .post-content p {
      margin-bottom: 15px;
      line-height: 130%;
  }


/********* Blog ************/


  ul.items li {
      width: 48%;
      margin: 15px 0;
      padding: 0 10px;
      box-sizing: border-box;
  }

  .banner-int {
      height: auto;
      padding: 15% 0;
  }

  .wistia_click_to_play {
      max-width: 100%!important;
  }

  .lp-page .text-right {
      text-align: right;
      justify-content: right;
      margin-bottom: 0;
  }

  .banner-int .getscript {
      cursor: pointer;
      display: block;
      margin-bottom: 10px;
  }

  .mb40.col-6.ml20 {
      margin-left: 0;
  }

  .pad-v-m {
      padding: 65px 0;
  }

  .btn.ico-play {
      padding: 10px 25px 5px;
      margin-bottom: 10px;
  }

  .pleca.bgprimario {
      background: var(--azul);
      margin:auto;
  }

  .icos-creatividad .col-3 {
      width: 49%!important;
      display: inline-block;
      vertical-align: top;
  }

  .icos-creatividad .mb30 {
      width: 49%;
      display: inline-block;
  }

  ul.nav.nav-pills {
      text-align: center;
  }

  ul.nav.nav-pills li {
      margin-bottom: 5px;
  }

  ul.nav.nav-pills li a:after {
      content: " >";
  }

  .bgprimario img {
      margin: auto;
      display: block;
  }

  .ban-movil img {
      text-align: center;
      margin: auto;
      width: 100%;
  }

  .mm-navbar {
      background: var(--amarillo)!important;
  }

  .cat-list li {
	  width: 100%;
	  margin: 0 0 2px;
  }

  .cat-list li a {
	  padding: 15px 35px 15px 15px;
  }
}


@media (max-width: 767px) {

  .flex { display: block; }
  .flex-m {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .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; }

  .flex-margin .col-4.item-blog {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .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; }
  /*.pt30, .pt40, .pt50, .pt60, .pt70, .pt80, .pt90, .pt100 { padding-top:10px; }
  .pb30, .pb40, .pb50, .pb60, .pb70, .pb80, .pb90, .pb100 { padding-bottom:10px; }
  .p30, .p40, .p50, .p60, .p70, .p80, .p90, .p100 { padding-top:10px; padding-bottom:10px; }*/
  .p20, .p30, .p40, .p50, .p60 { padding-left: 0; padding-right: 0; }

  .absolute, .img-relative {
    position: initial;
  }

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

  .row-servicio {
	padding: 50% 15px 25px;
  }

  .row-servicio.middle {
    padding: 50% 15px 25px;
  }

  .flex-middle {
    text-align: center;
  }

  .flex-middle p {
    margin: 0 0 20px;
  }

  .flex-middle:before {
    width: 12%;
    left: -15px;
  }

  .flex-middle:after {
    width: 12%;
    right: -15px;
  }

  .tit-feedblog,
  .leermas-feedblog {
	font-size: 18px;
  }

  .txt-feedblog p {
	font-size: 16px;
  }


  .fs30, .fs34, h1.fs38  {
    font-size: 20px;
 }


  .flex-m {
      margin-bottom: 15px;
  }

  img.lp-mapa {
      position: relative;
      top: 0;
      margin-top: 15px;
  }

  ul.breadcrumb {
      margin-bottom: -25px;
  }

  .row-tab {
      padding: 0 15px;
  }


  .mm-menu_offcanvas {
      width: 100%!important;
      z-index: 2;
      max-width: none!important;
  }

  .mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 2!important;
}

  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{
   transform: translate3d(-100vw,0,0)!important;
  }


  .mm-navbar.mm-navbar_sticky {
      display: none;
  }

  .grid-sistema .flex > div {
      width: 100%;
  }

  span.ico-v2 img {
      max-width: 65px;
      width: 100%;
  }

  .top-movil {
      position: fixed!important;
      top: 0;
      width: 100%;
      background: white;
  }

  .bgdescarga:before,
  .bgdescarga:after {
      display: none;
  }

  .f-descarga {
      margin-left: 0;
  }

  .btn.large {
      padding: 15px 20px;
      font-size: 18px;
  }

  /*tecnologia*/
  .bgnumciclo {
      background: none;
      min-height: auto;
      padding-bottom: 30px;
    }
    .linea-ciclo {
      display: none;
    }
    .text-ciclo1, .text-ciclo2, .text-ciclo3, .text-ciclo4 {
      margin-bottom: 30px;
    }
    .text-ciclo1 img, .text-ciclo2 img, .text-ciclo3 img, .text-ciclo4 img {
      display: inline-block !important;
      margin-bottom: 5px;
      vertical-align: middle;
    }

}




@media (max-width: 600px) {


}

@media (max-width: 480px) {
	.icos-aliados li {
		padding: 4px;
	}

	.btn {
		padding: 15px 10px;
	}
}

@media (max-width: 330px) {
  .top-movil a.btn.fs16 {
      font-size: 13px;
  }

}

@media (max-width: 360px){


}
