/*--------------------------------------------------------------------------------

 Desarrollado por josegregorioblock@gmail.com

----------------------------------------------------------------------------------



/* 1. base
--------------------------------------------------------------------------------*/

a[disabled], input[disabled], button[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 0px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.page-wrap {
    overflow: hidden;
}

.md-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(6.81818vw + 28.18182px);
        padding-bottom: calc(6.81818vw + 28.18182px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.md-text-left, .text-left {
    text-align: left !important;
}

.md-text-center, .text-center {
    text-align: center !important;
}

.md-text-right, .text-right {
    text-align: right !important;
}

.md-text-underline {
    text-decoration: underline !important;
}

.md-round {
    border-radius: 5px !important;
}

.md-pill {
    border-radius: 50% !important;
}

.md-tb {
    display: table;
    width: 100%;
    height: 100%;
}

.md-tb__cell {
    display: table-cell;
    vertical-align: middle;
}

.md-overlay, [data-gradient-bg] > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.md-overlay {
    /* background-color: rgba(0, 0, 0, .4); */
}

.bg-fixed {
    background-attachment: fixed;
}

.md-bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.full {
    width: 100%;
    height: 100vh;
}

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

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

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

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

/* table Responsive */

.table-responsive-01 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-responsive-01 table > thead > tr > th,
.table-responsive-01 table > thead > tr > td,
.table-responsive-01 table > tbody > tr > th,
.table-responsive-01 table > tbody > tr > td,
.table-responsive-01 table > tfoot > tr > th,
.table-responsive-01 table > tfoot > tr > td {
    white-space: nowrap;
}

@media (max-width: 991px)
{

    .table-responsive-02 table, .table-responsive-02 thead,
    .table-responsive-02 tbody, .table-responsive-02 th, .table-responsive-02 td,
    .table-responsive-02 tr {
        display: block;
    }

    .table-responsive-02 thead {
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
    }

    .table-responsive-02 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-02 tr {
        padding: 15px 0;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

    .table-responsive-02 td {
        position: relative;
        padding: 15px 10px 15px 30% !important;
    }

    .table-responsive-02 td:before {
        content: attr(data-th);
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25%;
        padding-right: 10px;
    }
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #426efc;
}

a:focus {
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background-color: #121113;
}

::selection {
    color: #fff;
    background-color: #121113;
}

.md-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(13.63636vw + 21.36364px);
        padding-bottom: calc(13.63636vw + 21.36364px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 185px;
        padding-bottom: 185px;
    }
}



/* Typography */

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #0c0c0e;
}

body.md-skin-dark {
    background-color: #303036;
}

.md-skin-dark {
    color: rgba(255, 255, 255, .9);
}

.md-skin-dark h1, .md-skin-dark h2, .md-skin-dark h3, .md-skin-dark h4,
.md-skin-dark h5, .md-skin-dark h6 {
    color: #fff;
}

a {
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.4em;
    color: #0c0c0e;
    font-family: "Work Sans", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}

h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

blockquote {
    border: 0;
    font-size: 25px;
    padding: 0 0 0 40px;
    margin: 15px 20px 20px;
    position: relative;
    line-height: 1.4;
    color: #03358f;
    font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {
    blockquote {
        padding: 0 0 0 70px;
    }
}

blockquote:before {
    content: "\F10D";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1.2;
    top: 0;
    left: 0;
    position: absolute;
    color: #c9c9cf;
}

@media (min-width: 992px) {
    blockquote:before {
        font-size: 50px;
    }
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-size: 40px !important;
    margin-bottom: 20px;
}

blockquote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}

@media (min-width: 768px) {
    blockquote {
        font-size: 25px;
        margin: 15px 40px 20px;
    }
}

abbr {
    color: #67dee8;
    border-width: 2px;
}

mark, .mark {
    background-color: #03358f;
    color: #f1f1f3;
}

/* 3. general_header
--------------------------------------------------------------------------------*/

.header {
    padding: 15px 15px;
}

.header__left {
    display: none;
}

.header__left > span {
    font-weight: 300;
}

.header__left > span + span:before {
    content: '|';
    display: inline-block;
    margin: 0 40px;
}

.header__social {
    text-align: center;
}

.header__social a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    border-color: rgba(255, 255, 255, .5);
}

.header__social a:hover {
    background-color: #fff;
    color: #778;
    border-color: #fff;
}

@media (min-width: 993px) {
    .header {
        padding: 20px 40px;
        margin-bottom: 0;
    }
}

@media (min-width: 1201px) {
    .header__left {
        display: block;
    }

    .header__social {
        text-align: right;
    }
}

@media (min-width: 1401px) {
    .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 70px;
    }
}

/* 4. general_service
--------------------------------------------------------------------------------*/

.service
{
    text-align: center;
    cursor: pointer;
}

.service-wrapper .service, .service-wrapper .service h2{ transition: all 1s ease-in-out; }

.service-wrapper .service:hover
{
  /* background-color: rgba(254,88,112,0.7); */
  /* border-radius:13px; */
  /* background: rgb(253,20,129);
  background: linear-gradient(90deg, rgba(253,20,129,0.7) 0%, rgba(253,131,105,0.7) 100%); */

  /* Amarillo
  background: rgb(255, 139, 0);
  background: linear-gradient(90deg, rgba(255, 139, 0, 0.7) 0%, rgba(255, 217, 89, 0.7) 100%); */
  /* Azul
  background: rgb(91, 139, 219);
  background: linear-gradient(90deg, rgba(91, 139, 219, 0.7) 0%, rgba(100, 214, 228, 0.7) 100%);  */
  /* Rojo
  background: rgb(255, 46, 121);
  background: linear-gradient(90deg, rgba(255, 46, 121, 0.7) 0%, rgba(252, 139, 77, 0.7) 100%);  */
  /* Verde
  background: rgb(25, 162, 175);
  background: linear-gradient(90deg, rgba(25, 162, 175, 0.7) 0%, rgba(166, 222, 169, 0.7) 100%); */


  /* background: rgba(255, 139, 0, 0.7);
  background: radial-gradient(circle, rgba(255, 139, 0, 0.7) 0%, rgba(255, 217, 89, 0.7) 90%); */

   background: rgba(0, 0, 0, 0.9);

  /* transform:rotate(180deg); */

  /* transform: rotate3d(0,1,0,180deg); */


}

.service-wrapper .service:hover .elementoInterno
{
    /* opacity:0; */
}

div.cambiadorAnimado{  transition: all 1s ease-in-out; transform: rotate3d(0,1,0,180deg); }

div.contenedorInvisible{  transition: all 1s ease-in-out; opacity:0; height:0px;}

/* .service:hover h2{ color:red; }

.service:hover p{ color:red; } */

.service__title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0px;
}

.service__text {
    font-size: 14px;
}

.service-wrapper
{
    overflow: hidden;
    /* background-color: rgba(0,0,0,0.7); */
}

.service-wrapper-top
{
  border-radius: 13px 13px 0 0;
}

.service-wrapper-middle
{
  border-radius: 0;
}

.service-wrapper-bottom
{
   border-radius: 0 0 13px 13px;
}

.service-wrapper .service
{
    padding: 30px 20px;
}

.service-wrapper .service:not(:last-child) {
    /* border-bottom: 1px solid rgba(255, 255, 255, .5); */
}

div.seccionInfo{ display:none; overflow: hidden; width: 0; height:0; }
div.tingle-modal-box h1, div.tingle-modal-box h2, div.tingle-modal-box h3, div.tingle-modal-box ul li
{ color:white; }

div.tingle-modal-box
{
  position: relative;
  padding: 0;
  z-index: 99;
  height: 100vh;
  width:100vw;
  border:0px solid white;
  border-radius:0;
  margin:0;
}


div.service-wrapper-internal{ border-radius: 13px; }
div.service-internal{ width:100%; }


@media (min-width: 1201px)
{
    .service-wrapper .service, .service-internal
    {
      /* width: calc(33.333333% - 1px); */
      width: 33.333333%;
      float: left;
      padding: 60px 0;
      /* margin: 0.5px; */
      margin: 0;
      background-color: rgba(0,0,0,0.7);
      /* border-radius: 5px 5px 5px 5px; */
      border:0px solid #000;
    }

    .service-wrapper .service:not(:last-child)
    {
        /* border-bottom: 0; */
        /* border-right: 0px solid rgba(255, 255, 255, .5); */
    }

    div.service-wrapper-internal{ border-radius: 13px; }
    div.service-wrapper div.service-internal{ width:100%; }

}

/* 5. general_hero
--------------------------------------------------------------------------------*/

.hero {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
     opacity: 0; /* .5 */
    z-index: -1;
}

.hero.no-overlay:after {
    display: none;
}

.hero.bg-video {
    background-color: transparent;
}

.hero .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.hero__title_inner {
    text-align: center;
}

.hero__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.hero__title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 32px;
}

p.hero__text{ font-size:24px; font-weight: 300; }

div#bgDefiner
{
  background-color: #444;
  background-image: url('../img/bg_12.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

div#bgSoftener{ background-color: rgba(0,0,0,0.2); }

div#contenedor1
{
  background-color: rgba(0,0,0,0.7);
  padding: 36px 42px 64px 42px;
  border-radius: 11px;
  margin-bottom: 128px;
}

h1.infoContacto
{
  text-align: center;
  color: #fff;
  text-shadow: 4px 4px 8px #000;
  font-size: 64px;
  font-weight: 400;
  margin-top: 64px;
}

img.iconosInfo
{
  width: 50px;
  height: auto;
  margin-bottom: 16px;
  margin-top: 16px;
}

div.contactoWeb
{
  text-align: center;
  width: 380px;
  height:233px;
  position: relative;
  display: block;
  margin:0 auto;
  padding: 0;
  border: 0;
  background-color: rgba(0,0,0,0.7);
  border-radius: 11px;
  overflow:hidden;
}

input.contactoWeb, textarea.contactoWeb
{
  margin:0;
  padding: 0;
  border: 0;
  border-radius: 0;
  padding: 8px;
  color:white;
  background-color: transparent;
  border-bottom: 2px solid white;
  font-weight: bold;
}

input.contactoWeb
{
  display:inline-block;
  margin:0 16px;
  width:174px;
}

textarea.contactoWeb
{
  display: block;
  margin:16px auto;
  width:100%;
}

button.contactoWeb
{
  display:inline-block;
  margin: 16px auto 0 auto;
  color:white;
  border:0;
  width:96px;
  padding:8px;
  font-weight: bold;
  background-image: linear-gradient(#2d2f37, #27292f);
  border-radius: 6px;
  display:none;
}




@media (min-width: 320px) {
    .hero__title {
        font-size: calc(2.04545vw + 23.45455px);
    }
}

@media (min-width: 1200px) {
    .hero__title {
        font-size: 48px;
    }
}





.hero__wrapper {
    position: relative;
    padding: 80px 0 50px; /* 172 */
    z-index: 99;
    min-height: 100vh;
    transition: all 1s ease-in-out;
}

.hero__wrapper .countdown__module {
    max-width: 800px;
    margin: 40px auto;
}





@media (min-width: 769px) {
    .hero__wrapper .countdown__module {
        max-width: 800px;
        margin: 80px auto;
    }
}

@media (min-width: 1401px) {
    .hero__wrapper {
        display: block;
        /* ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between; */
    }

    .hero__icon {
        font-size: 36px;
        width: 60px;
        height: 60px;
        line-height: 56px;
    }
}


@media (max-width: 1200px)
{
  .hero__wrapper
  {
    padding: 32px 0 50px;
  }
}

@media (max-width: 991px)
{

  .hero__wrapper
  {
    padding: 16px 0 50px;
  }

  .service-wrapper .service
  {
    padding: 16px 20px;
  }

  h1.infoContacto
  {
    font-size: 56px;
    margin-top: 16px;
  }
}

@media (max-width:800px)
{
  h1.infoContacto
  {
    font-size: 42px;
  }

}

@media (max-width:580px)
{
  h1.infoContacto
  {
    font-size: 32px;
  }

}

@media (max-width:440px)
{
  h1.infoContacto
  {
    font-size: 24px;
  }

}

@media (max-width:340px)
{
  h1.infoContacto
  {
    font-size: 20px;
  }

}
