/*======================================
Theme Name: Subgrafica Theme
Description: Developed with love and lots of caffeine by Subgráfica design studio.
Version: 6.0
Author: Subgrafica / Wordpress
Author URI: https://subgrafica.com
Template: Divi
======================================*/

@import url("https://use.typekit.net/umr3lyt.css");

@font-face {
  font-family: 'askt_ext';
  src: url('fonts/AsketExtended-Light.eot');
  src: url('fonts/AsketExtended-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/AsketExtended-Light.woff2') format('woff2'),
    url('fonts/AsketExtended-Light.woff') format('woff'),
    url('fonts/AsketExtended-Light.ttf') format('truetype'),
    url('fonts/AsketExtended-Light.svg#AsketExtended-Light') format('svg');
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'askt_ext', sans-serif;
  font-size: 1em !important;
  font-weight: normal;
  color: #FFFFFF;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

::selection {
  background: #222;
  color: #ffffff;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
}

a:active, a:active * {
  outline: none !important;
  -moz-outline-style: none !important;
}

a:focus, a:focus * {
  outline: none !important;
  -moz-outline-style: none !important;
}

a:link {
  color: #ffffff;
}

a:visited {
  opacity: 1;
  transition: all 0.2s ease 0s;
}

a:hover {
  opacity: .65;
  transition: all 0.2s ease 0s;
}

p {
  font-size: 1em;
  font-weight: 400 !important;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  text-justify: inter-character;
}

h1, h2, h3, h4, h5, h6 {
  font-family: dharma-gothic-e, sans-serif;
  color: #ffffff !important;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  text-justify: inter-character;
  text-transform: uppercase;
  word-wrap: break-word;
  letter-spacing: 1px;
}

h1 {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 2em !important;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 1.8em !important;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 1.6em !important;
  font-weight: 700;
  font-style: normal;
}

h5 {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 1.4em !important;
  font-weight: 400;
  font-style: normal;
}

h6 {}

strong {
  font-weight: bold;
}

.no_link {
  margin-bottom: 5px;
  border-bottom: #FFFFFF 2px solid;
  word-wrap: break-word;
  transition: all 0.2s ease 0s;
}

.text_link a {
  color: #FFFFFF;
  margin-bottom: 5px;
  border-bottom: transparent 2px solid;
  transition: all 0.2s ease 0s;
}

.text_link a:hover {
  color: #FFFFFF;
  margin-bottom: 5px;
  border-bottom: #FFFFFF 2px solid;
  word-wrap: break-word;
  opacity: .95;
  transition: all 0.2s ease 0s;
}

.text_link a:visited {
  color: #FFFFFF;
  word-wrap: break-word;
  margin-bottom: 5px;
  border-bottom: transparent 2px solid;
}

.text_link_content a {
  color: #FFFFFF;
  opacity: .98;
  transition: all 0.2s ease 0s;
}

.text_link_content a:hover {
  color: #FFFFFF;
  opacity: .65;
  transition: all 0.2s ease 0s;
}

.text_link_content a:visited {
  color: #FFFFFF;
  opacity: .98;
  transition: all 0.2s ease 0s;
}

#menu li {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 1.4em !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-bottom: #FFFFFF 2px solid;
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
  cursor: default;
  -webkit-animation: timer 1s;
  /* Safari 4+ */
  -moz-animation: timer 1s;
  /* Fx 5+ */
  -o-animation: timer 1s;
  /* Opera 12+ */
  animation: timer 1s;
  /* IE 10+, Fx 29+ */
}

#menu li a {
  border-bottom: #000000 2px solid;
  color: #FFFFFF;
  transition: all 0.2s ease 0s;
}

#menu li a:hover {
  border-bottom: #FFFFFF 2px solid;
  color: #FFFFFF;
  opacity: 1;
  transition: all 0.2s ease 0s;
}

#menu .et_pb_text ol, .et_pb_text ul {
  padding: 0;
}

#menu .entry-content ul {
  padding: 0px;
  line-height: 0px;
}

#nolink li {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 1.8em !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-bottom: #FFFFFF 2px solid;
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
  cursor: default;
  -webkit-animation: timer 0.5s;
  /* Safari 4+ */
  -moz-animation: timer 0.5s;
  /* Fx 5+ */
  -o-animation: timer 0.5s;
  /* Opera 12+ */
  animation: timer 0.5s;
  /* IE 10+, Fx 29+ */
}

#nolink li a {
  border-bottom: #000000 2px solid;
  color: #FFFFFF;
    transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#nolink li a:hover {
  border-bottom: #FFFFFF 2px solid;
  color: #FFFFFF;
  opacity: 1;
    transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#nolink .et_pb_text ol, .et_pb_text ul {
  padding: 0;
}

#nolink .entry-content ul {
  padding: 0px;
  line-height: 0px;
}

#foot li {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 1.4em !important;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline;
  padding-left: 0px;
  padding-right: 0px;
}

/*vidpopup*/
.text_transform {
  text-transform: uppercase;
  text-align: center;
  align-content: center;
  display: contents;
  filter: none;
  opacity: 1 !important;
}

.play-btn {
  margin: 0px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center !important;
  display: block;
  bottom: 20px;
  position: absolute;
  -webkit-animation: timer 2s;
  /* Safari 4+ */
  -moz-animation: timer 2s;
  /* Fx 5+ */
  -o-animation: timer 2s;
  /* Opera 12+ */
  animation: timer 2s;
  /* IE 10+, Fx 29+ */
}

.video_thumbnail {}

#video-hover a:link {
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0 0 .3em rgba(0, 0, 0, 0.3), 0 0 .3em rgba(0, 0, 0, 0.3);
  opacity: .90;
   transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#video-hover a:hover {
  text-decoration: none;
  opacity: 1;
    transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#video-hover a:visited {
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0 0 .3em rgba(0, 0, 0, 0.3), 0 0 .3em rgba(0, 0, 0, 0.3);
    transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.mfp-iframe-holder .mfp-content {
  width: 98%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  font-size: 2.3em;
  font-family: sans-serif !important;
  font-weight: 200 !important;
  font-weight: regular;
  opacity: 1;
  top: 10px;
  right: 10px;
  -webkit-animation: timer 1s;
  /* Safari 4+ */
  -moz-animation: timer 1s;
  /* Fx 5+ */
  -o-animation: timer 1s;
  /* Opera 12+ */
  animation: timer 1s;
  /* IE 10+, Fx 29+ */
}

.mfp-wrap .mfp-container button:hover {
  opacity: .5;
    transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.mfp-close {
  position: fixed !important;
  padding-right: 0px;
  top: 10px;
  right: 10px;
  width: auto !important;
}
/* Botón de cerrar visible y fijo */
.mfp-close {
  position: fixed !important;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 100000;
  text-decoration: none;
  cursor: pointer;
  display: block !important;
}


.mfp-close:hover {
    color: white;
opacity: ;
}
.mfp-iframe-holder .mfp-close {
  top: 0px !important;
}

.display_menu {}

#contact_bar {
  display: contents;
}

#contact_display {
  display: none;
}

/*vidpopup*/
ul.et_pb_tabs_controls {
  background-color: transparent;
}

.et_pb_tabs_controls li {
  font-family: dharma-gothic-e, sans-serif;
  font-size: 1.8em !important;
  display: inline;
  margin-right: 30px;
  border: 0px solid transparent;
  z-index: 11;
   transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

ul.et_pb_tabs_controls::after {
  border-top: 0px solid transparent;
}

.et_pb_tabs_controls li a {
  padding: 0px 0px;
}
#fade-screen {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 99999;
  opacity: 1;
  transition: opacity 1.2s ease;
  pointer-events: none;
}

#fade-screen.fade-out {
  opacity: 0;
}

.vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

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

.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.link_img:hover {
  opacity: .6;
  text-decoration: none !important;
  cursor: pointer;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.link_img {
  opacity: .9;
  text-decoration: none !important;
  visibility: visible;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.img_fade {
  -webkit-animation: timer 1.5s;
  /* Safari 4+ */
  -moz-animation: timer 1.5s;
  /* Fx 5+ */
  -o-animation: timer 1.5s;
  /* Opera 12+ */
  animation: timer 1.5s;
  /* IE 10+, Fx 29+ */
}
.mfp-wrap {
  background-color: #000 !important;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
  background-color: #000 !important;
}

.mfp-fade.mfp-bg {
  transition: all 0.8s ease 0s;
}
.mfp-iframe-holder .mfp-close {
  top: 0px !important;
}
@-webkit-keyframes timer {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.content_movil_top {}

.display_menu {
  height: 70px;
}

.display_foot_movil {
  display: none;
}

.content_bottom {
  margin-bottom: 70px;
}

.content_movil p {
  padding-top: 5px;
}

.foot_movil {
  display: none;
}


/*** Responsive Styles laptop Only ***/
@media all and (min-width:1025px)and (max-width: 1679px) {
}
/*** Responsive Special social icons bar ***/
@media (max-width: 1160px) {
}
/*** Responsive Special social icons bar ***/
@media (max-width: 860px) {
}
/*** Responsive Styles Tablet Landscape Only ***/
@media all and (min-width:813px)and (max-width: 1024px) {
}
/*** Responsive Styles Tablet Portrait Only ***/
@media all and (min-width: 667px)and (max-width: 812px) {
  h1 {
    font-family: dharma-gothic-e, sans-serif;
    font-size: 2.4em !important;
  }

  .content_movil_top {
    top: 70px !important;
  }

  .display_menu {
    height: 70px;
  }

  .display_foot_complete {
    display: none;
  }

  #contact_display {
    display: contents;
  }

  #contact_bar {
    display: none;
  }

  .content_movil h3 {
    font-size: 1.6em !important;
  }

  .content_movil p {
    font-size: 1em !important;
  }
  }
/*** Responsive Styles Smartphone Only ***/
@media all and (min-width:320px) and (max-width: 666px)  {
  h1 {
    font-family: dharma-gothic-e, sans-serif;
    font-size: 2.4em !important;
  }

  .display_menu {
    height: 140px;
  }

  .foot_movil {
    display: contents;
  }

  .foot_movil_social {
    display: none;
  }

  #contact_display {
    display: contents;
  }

  #contact_bar {
    display: none;
  }

  .content_movil h3 {
    font-size: 1.6em !important;
  }

  .content_movil p {
    font-size: .9em !important;
  }
  }
