@charset "UTF-8";
/*IMPORT GOOGLE FONTS <------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

/* DEFINO FUENTES <------------------------------------------------------------------------
	{
	font-family: 'Montserrat', sans-serif;
  font-family: 'Jura', sans-serif;
  font-family: 'Ubuntu', sans-serif;
	}	
*/

/* DEFINO COLORES <------------------------------------------------------------------------
azul: #18a2e0;
gris claro: #d0d8db;
gris oscuro: #4d5563;
*/

/*
.selector-for-some-widget {
  box-sizing: content-box;
}
*/

@-ms-viewport{
  width: device-width;
}

html {scroll-behavior: smooth;}

body {
	background-color: #fff;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
  	font-size:1em;
  	margin:0 auto;
  	min-height: 100%;
}

.text-inicio h1{
      color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2em;
    letter-spacing: .01em;
    line-height: 1em;
}

.btn_whats {
    z-index: 99999999999999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
}

    @media (max-width: 768px) {
        .btn_whats, .btn_whats img {width: 50px; bottom: 10px; right: 10px;}
    }

/*------------------------------------------------------------------------------------
																			ESTILOS	GENERALES
-----------------------------------------------------------------------------------------------*/
 /*
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
}
@media screen and (max-width: 991px) and (min-width: 768px) {
}
@media screen and (max-width: 767px) and (min-width: 300px) {
}
*/

 /*
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


/* ------------------------------------------------------the given screen size or smaller
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width
*/


h1, h2, h3, h4, h5, h6, a {font-family: 'Montserrat', sans-serif;}
h1, h2, h3, h4, h5, h6 { font-weight: 800;}
p, a { font-weight: 400;}
p { font-family: 'Montserrat', sans-serif; }

h1 { font-size: 3.8em; line-height: 1.3em; }
h2 { font-size: 3.4em; line-height: 1.3em; }
h3 { font-size: 3em; line-height: 1.3em; }
h4 { font-size: 2.6em; line-height: 1.3em; }
h5 { font-size: 2.2em; line-height: 1.3em; }
h6 { font-size: 1.8em; line-height: 1.3em; }

	@media screen and (max-width: 1199px) and (min-width: 992px) {
		h1 { font-size: 3.8em; line-height: 1.3em; }
		h2 { font-size: 3.4em; line-height: 1.3em; }
		h3 { font-size: 3em; line-height: 1.3em; }
		h4 { font-size: 2.6em; line-height: 1.3em; }
		h5 { font-size: 2.2em; line-height: 1.3em; }
		h6 { font-size: 1.8em; line-height: 1.3em; }
	}

	@media screen and (max-width: 991px) and (min-width: 768px) {
		h1 { font-size: 2.5em; line-height: 1.3em; }
		h2 { font-size: 2.2em; line-height: 1.3em; }
		h3 { font-size: 1.8em; line-height: 1.3em; }
		h4 { font-size: 1.4em; line-height: 1.3em; }
		h5 { font-size: 1.3em; line-height: 1.3em; }
		h6 { font-size: 1.2em; line-height: 1.3em; }
	}

	@media screen and (max-width: 767px) and (min-width: 300px) {
		h1 { font-size: 2.3em; line-height: 1.3em; }
		h2 { font-size: 2em; line-height: 1.3em; }
		h3 { font-size: 1.5em; line-height: 1.3em; }
		h4 { font-size: 1.3em; line-height: 1.3em; }
		h5 { font-size: 1.2em; line-height: 1.3em; }
		h6 { font-size: 1.1em; line-height: 1.3em; }
	}

@keyframes img_zoom_out {
	0% { transform: scale(1);}
  	90% { transform: scale(1.1);}
  	100% { transform: scale(1.1);}
}

@keyframes img_zoom_in {
	0% { transform: scale(1.1);}
  	90% { transform: scale(1);}
  	100% { transform: scale(1);}
}

@keyframes appears_alfa {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0;}
}

@keyframes appears_up {
	0% {transform:  translate(-200px,0px);}
	20% {transform:  translate(0px,0px);}
	100% {transform:  translate(0px,0px);}
}

/* Fade */
.hvr-fade {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  /*background-color: #2098D1;*/
  /*color: white;*/
}




@keyframes img_zoom_out {
  0% { transform: scale(1);}
    90% { transform: scale(1.1);}
    100% { transform: scale(1.1);}
}

@keyframes img_zoom_in {
  0% { transform: scale(1.1);}
    90% { transform: scale(1);}
    100% { transform: scale(1);}
}

@keyframes appears_alfa {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;}
}

@keyframes appears_up {
  0% {transform:  translate(-200px,0px);}
  20% {transform:  translate(0px,0px);}
  100% {transform:  translate(0px,0px);}
}

/* Fade */
.hvr-fade {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  /*background-color: #2098D1;*/
  /*color: white;*/
}


/*Fotos*/


.inline-photo-right,
.inline-photo-left {
  display: block;
  /*border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0,0,0,.1);*/
  margin: 0 auto;
  clear: both;
  opacity: 0;
}

.inline-photo-right {
  transform: translateX(20em);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  will-change: transform, opacity;
}

.inline-photo-left {
  transform: translateX(-20em);
  transition: transform 3s .20s cubic-bezier(0,1,.3,1),
              opacity .2s .20s ease-out;
  will-change: transform, opacity;
}

  .inline-photo-right.is-visible, .inline-photo-left.is-visible {
    opacity: 1;
    transform: translateX(0);
  }


.inline-photo {
  display: block;
  /*border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0,0,0,.1);*/
  margin: auto;
  clear: both;
  opacity: 0;
  transform: translateY(10em);
  transition: transform 3s .20s cubic-bezier(0,1,.3,1),
              opacity .2s .20s ease-out;
  will-change: transform, opacity;
}

  .inline-photo.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.inline-photo-nsh {
  display: block;
  /*border-radius: .25em;*/
  margin: auto;
  clear: both;
  opacity: 0;
  transform: translateY(-10em);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  will-change: transform, opacity;
}

  .inline-photo-nsh.is-visible {
  opacity: 1;
  transform: translateY(0);
}



/*------------------------------------------------------------------------------------
																						MAIN
-----------------------------------------------------------------------------------------------*/

.fp-slidesNav {
  text-align: center;
}

.fp-slidesNav ul {
  display: inline-block;
}

.fp-slidesNav ul li a span {
  background: #fff !important;
}

.scrolldown {
  position: absolute;
  bottom: 50px;
  top: auto;
  right: auto;
  margin-bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: .2em;
  z-index: 2; /*------------------------------------------------------------------------------------------------z-index*/
  background: transparent; }
  @media (max-width: 768px) {
    .scrolldown {
      display: none; } }
  .scrolldown a {
    margin-left: 0;
    position: relative;
    display: block;
    font-size: 0.85em;
    font-family: "Jura", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border: none;
    padding-bottom: 2px;
    text-transform: uppercase;
    text-decoration: none !important;}
    .scrolldown a .txt {
      position: relative;
      min-width: 100px;
      text-align: center;
      top: 0;
      color: rgba(77, 85, 99, 1);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      text-decoration: none !important;
    }
    .scrolldown a.white .txt {
      color: rgba(255, 255, 255, 1);
    }

    .icon-scroll,
    .icon-scroll:before {
      position: absolute;
      left: 50%;}

    .icon-scroll {
      background: url(../images/arrow_down_grey.png) bottom no-repeat; 
      width: 32px;
      height: 80px;
      margin-left: -16px;
      top: 0;
      margin-top: 20px;
    }
    .icon-scroll.white {
      background: url(../images/arrow_down_wh.png) bottom no-repeat; 
      width: 32px;
      height: 80px;
      margin-left: -16px;
      top: 0;
      margin-top: 20px;
    }

    .icon-scroll:before {
      content: '';
      width: 2px;
      height: 40px;
      background: #4d5563;
      margin-left: -1px;
      top: 10px;
      border-radius: 4px;
      animation-duration: 3.5s;
      animation-iteration-count: infinite;
      animation-name: scroll;}
        .icon-scroll.white:before {
          background: #fff;
        }

    @keyframes scroll {
      0% {opacity: 1}
      100% {opacity: 0; transform: translateY(40px)}
    }
    .scrolldown a:hover {
      color: #ffffff; }
      .scrolldown a:hover .txt, .scrolldown a:hover .icon-scroll {
        color: white; }
      .scrolldown a:hover:before {
        border-color: #ffffff; }
          .scrolldown a:hover .icon-scroll:before {
            background: #fff; }
          .scrolldown a:hover .icon-scroll {
            background: url(../images/arrow_down_wh.png) bottom no-repeat; 
          }    

.section .scrolldown {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;}

.section.active .scrolldown {
  opacity: 1;
  visibility: visible;}


/*------- TOP HEADER -------*/
.top_header {
  position: fixed;
  overflow: hidden;
  z-index: 999999999; /*------------------------------------------------------------------------------------------------z-index*/
  top: 0;
  display: block;
  height: 100px;
}

.top_header_servicios {
  position: relative;
}

/* Contacto Link */
.contacto {
  z-index: 9999999; /*------------------------------------------------------------------------------------------------z-index*/
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: .9em;
  /*color: #18a2e0;*/
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .05em;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Jura', sans-serif;
  color: #fff !important;
  padding: 8px 12px;
  background-color: #18a2e0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .contacto {font-size: .85em;}
}

.contacto:hover { color: #fff; opacity: .8; }

/* Boton Link */
.boton {
  z-index: 9999999; /*------------------------------------------------------------------------------------------------z-index*/
  font-size: .9em;
  /*color: #003399;*/
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .05em;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Jura', sans-serif;
  color: #fff !important;
  padding: 8px 12px;
  background-color: #18a2e0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .boton {font-size: .85em;}
}

.boton:hover { color: #fff; opacity: .8; }

/* Logo */
.logo {
  z-index: 9999999; /*------------------------------------------------------------------------------------------------z-index*/
  position: absolute;
      font-size: 3.8em;
    line-height: 1.3em;
  padding: 0 !important;
  margin: 0 auto !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_header_servicios .logo {position: absolute;}
.top_header_servicios .menu-toggle {position: absolute;}

.logo .navbar-brand, .logo .navbar-brand img {
  padding: 0 !important;
  margin: 0 !important;
}

/* Side/toggle Menu */
.menu-toggle {
  width: 38px;
  height: 38px;
  border-radius: 4px !important;
  font-size: 1.5em;
  text-align: left;
  position: absolute;
  left: 50px;
  top: 50px;
  line-height: 1em;
  color: #18a2e0;
  z-index: 999999; /*------------------------------------------------------------------------------------------------z-index*/
}

   @media (max-width: 768px) {
    .menu-toggle {
      font-size: 1.5em;
      height: 34px !important;
      padding: 5px;
    }
   }

.menu-toggle.dark {color: #37393d;}
.menu-toggle.blue {color: #18a2e0;}

.menu-toggle:focus, .menu-toggle:hover {
  color: rgba(255,255,255,0.5);
}

.menu-toggle.dark:focus, .menu-toggle.dark:hover {
  color: rgba(55,57,61,0.5);
}

.menu-toggle:focus {
  color:#fff;
}

/* Side/toggle Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 99999; /*------------------------------------------------------------------------------------------------z-index*/
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgba(0,48,87,.9);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 200px 0 0 0;
  list-style: none;
  text-align: center;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  padding: 15px;
  transition-property: background;
  transition-duration: .75s;
  font-weight: 300 !important;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .2em;
  transition: all .5s ease-out;
  color: rgba(255,255,255,.75);
}

  @media (min-width: 1401px) {
    .sidebar-nav {padding: 180px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 12px; font-size: 1.7em;}
  }
  @media (max-width: 1400px) {
    .sidebar-nav {padding: 160px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 10px; font-size: 1.5em;}
  }
  @media (max-width: 1200px) {
    .sidebar-nav {padding: 140px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 8px; font-size: 1.3em;}
  }
  @media (max-width: 768px) {
    .sidebar-nav {padding: 120px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 6px; font-size: 1.1em;}
  }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: rgba(255,255,255,1);
  letter-spacing: .3em;
  font-weight: 400 !important;

}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
  color: rgba(255,255,255,1);
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  left: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media (max-width: 991px) {
    .logo {
      top: 15px !important;
    }
    .menu-toggle {
      top: 30px !important;
      right: 30px  !important;
    }
  }
  @media (max-width: 768px) {
    .logo {
      width: 120px;
      top: 15px !important;
    }
    .menu-toggle {
      top: 25px !important;
      left: 20px  !important;
    }
    .contacto {
      top: 25px !important;
      right: 20px  !important;
    }
  }
  @media (max-width: 576px) {
    .logo {
      width: 120px;
      top: 0 !important;
      left: 20px !important;
      transform: translate(0, 0);
    }
    .menu-toggle {
      height: 26px;
      padding: 5px 0 0;
      text-align: center;
      top: 15px !important;
      float: right !important;
      position: relative !important;
      margin-right: 125px;
      display: block !important;
      background-color: #18a2e0;
      color: #fff !important;
    }
    .contacto {
      /*border: 3px solid #18a2e0;*/
      top: 15px !important;
      right: 20px  !important;
    }
  }

.link_btn {
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .05em;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Jura', sans-serif;
  color: #fff !important;
  padding: 3px 6px;
  background-color: #18a2e0;
  border-radius: 2px;
}

/*------------------------------------------------------------------------------------
																			SECCIONES DE HOME
-----------------------------------------------------------------------------------------------*/
/*animation: appears_alfa 1.3s ease-in-out 1s infinite; opacity: 0;*/

/*------- QUIENES SOMOS -------*/
.quienes_somos {
  background: 
    /*linear-gradient( 0deg, rgba(24,162,224,1), rgba(24,162,224,0)),*/
    linear-gradient( 180deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 50%),
    url(../images/evento_corporativo_innovador.jpg),
    #4d5563;
  background-position: center;
  background-repeat: repeat;
  height: 100%;
}

.quienes_somos h2 {
  color: #18a2e0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.5em;
  letter-spacing: .01em;
  line-height: 1em;
}

  @media (max-width: 991px) {
    .quienes_somos h2 {font-size: 2.3em;}
  }
  @media (max-width: 768px) {
    .quienes_somos h2 {font-size: 1.8em;}
  }

.quienes_somos p {
  color: #fff;
  color: #4d5563;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

  @media (max-width: 768px) {
    .quienes_somos p {font-size: .8em !important;}
  }

.quienes_somos p b,
p b {
  color: #fff;
  background-color: #18a2e0;
  font-weight: 600;
}

/*------- CLIENTES -------
.clientes-car { opacity: 0; }*/

.fp-viewing-clientes {
  opacity: 1;
}

.clientes-car h2,
.interiores h1,
.servicios-car h2 {
  color: #4d5563;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.5em;
  letter-spacing: .01em;
  line-height: 1em;
}

  @media (max-width: 991px) {
    .clientes-car h2, .interiores h1, .servicios-car h2 {font-size: 2.3em;}
  }
  @media (max-width: 768px) {
    .clientes-car h2, .interiores h1, .servicios-car h2 {font-size: 1.8em;}
  }

.servicios-car p {
  color: #18a2e0;
  font-size: 1.5em;
}

.clientes-car .owl-carousel,
.servicios-car .owl-carousel {
  overflow: hidden;
}

.clientes-car .owl-carousel .item {
  display: block !important;
  transition: all .3s ease-out;
  height: 150px;
  padding: 40px 10px 0 !important;
  background-color: #fff;
}

.servicios-car .owl-carousel .item {
  display: block !important;
  transition: all .3s ease-out;
  height: auto;
  padding: 0 10px 10px !important;
  background-color: #fff;
  color: #4d5563;
}

/*------- INTERIORES ---------*/
.interiores {
  color: #4d5563 !important;
  font-family: "Montserrat", sans-serif;
}

.interiores p {
  color: #4d5563;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
}

.interiores b {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  background-color: #18a2e0;
}

.interiores h6 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #18a2e0;
}

  @media (max-width: 991px) {
    .interiores h6 {font-size: 1em;}
  }
  @media (max-width: 768px) {
    .interiores h6 {font-size: 1em;}
  }

.interiores .contenido_evento {
}


.clientes-car .owl-carousel {
  overflow: hidden;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    color: #18a2e0 !important;
    text-align: center;
    opacity: .25;
    transition: opacity .15sease;
    border: 0 !important;
}

.carousel-indicators {
  border: 0 !important;
}

.carousel-indicators button {
  border: 0 !important;
}

.carousel-indicators button.active {
  background-color: #18a2e0;
}

/*------- SERVICIOS1 - STREAMING -------*/
.slides-servicios {
  position: relative;
  display: block;
}

.body_borders {/*------- SERVICIOS Borders -------*/
  opacity: 0;
  transition: all 1.5s ease-out 1s;
  display: block;
}

.fp-viewing-inicio .body_borders {
  opacity: 0;
  transition: all .2s ease-out;
}

#Btop, #Bbottom, #Bleft, #Bright {
  background: #fff;
  position: absolute;
  display: block;
  z-index: 99999999 !important; /*------------------------------------------------------------------------------------------------z-index*/
  }

  #Bleft, #Bright {
    top: 22px; bottom: 22px;
    width: 1px;
    }
    #Bleft { left: 22px; }
    #Bright { right: 22px; }
    
  #Btop, #Bbottom {
    left: 22px; right: 22px;
    height: 1px;
    }
    #Btop { top: 22px; }
    #Bbottom { bottom: 22px; }


.contenidos_elem_video {/*------- SERVICIOS Contenidos Video -------*/
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*
  * Preventing flicker on some browsers
  * See http://stackoverflow.com/a/36671466/1081396  or issue #183
  */
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.contenidos_elem_foto {/*------- SERVICIOS Contenidos Foto -------*/
  position: relative;
  text-align: center;
  display: block;
  height: auto;
  width: 100%;
}

.txt_wraper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contenidos_elem_foto h2,
.contenidos_elem_video h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: .01em;
  line-height: 1em;
}

  @media (max-width: 991px) {
    .contenidos_elem_foto h2,
    .contenidos_elem_video h2 {font-size: 2.3em;}
  }
  @media (max-width: 768px) {
    .contenidos_elem_foto h2,
    .contenidos_elem_video h2 {font-size: 1.8em;}
  }

.contenidos_elem_foto p,
.contenidos_elem_video p {
  color: #fff;
  font-size: 1em;
}
  @media (max-width: 768px) {
    .contenidos_elem_foto p,
    .contenidos_elem_video p {
      font-size: .85em;
  }
  }

.contenidos_elem_foto .lists,
.contenidos_elem_video .lists {
  color: #fff;
  font-size: .9em;
  text-transform: uppercase;
}

.contenidos_elem_foto i,
.contenidos_elem_video i {
  color: #18a2e0;
  font-size: 3em;
  padding: 15px 0;
  opacity: .75;
}

  @media (max-width: 991px) {
    .contenidos_elem_foto i,
    .contenidos_elem_video i {font-size: 2em;}
  }

.contenidos_elem_foto ul,
.contenidos_elem_video ul {
  color: #fff;
  font-size: 1.3em;
  list-style: none;
}

#video_iframe {
  position: absolute;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  background-size: 100% 100%;
  background-color: #d0d8db; 
  background-image: ;
  background-position: center center;
  background-size: contain;
  object-fit: cover; 
  z-index:3;

  /*YouTube Embeded Video*/
  /*position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index:3;*/
}

iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}

.textura {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
  background: url(../images/adoc_quienes_somos_bg_textura2.png) repeat;
}

.slider-servicios .s1,
.slider-servicios .s2,
.slider-servicios .s3,
.slider-servicios .s4,
.slider-servicios .s5 {
  opacity: 0;
  transition: all 1.1s ease-out;
}

.slider-servicios .s1 {
  background: 
    linear-gradient( 180deg, rgba(0,0,0,.9), rgba(0,0,0,.4));
  background-position: center;
  background-repeat: repeat;
}

.slider-servicios .s2 {
  background: 
    linear-gradient( 180deg, rgba(0,0,0,.9), rgba(0,0,0,.4));
  background-position: center;
  background-repeat: repeat;
}

/*.slider-servicios .s2 {
  background: 
  linear-gradient( 0deg, rgba(24,162,224,1) 0%, rgba(24,162,224,0) 70%),
    linear-gradient( 180deg, rgba(0,0,0,.9), rgba(0,0,0,.2)),
    url(../images/adoc_servicios_foto_dinamicas_virtuales2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}*/

.slider-servicios .s3 {
  background-image: 
    /*linear-gradient( 0deg, rgba(24,162,224,1) 0%, rgba(24,162,224,0) 70%),*/
    linear-gradient( 180deg, rgba(0,0,0,.9), rgba(0,0,0,.4)),
    url(../images/adoc_display_evento_corporativo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slider-servicios .s4 {
  background: 
  linear-gradient( 0deg, rgba(24,162,224,0) 0%, rgba(24,162,224,0) 70%),
    linear-gradient( 180deg, rgba(0,0,0,.9), rgba(0,0,0,.4)),
    url(../images/impresion_eventos.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.slider-servicios .s5 {
  background: 
    /*linear-gradient( 0deg, rgba(24,162,224,1) 0%, rgba(24,162,224,0) 70%),*/
    linear-gradient( 180deg, rgba(0,0,0,.9), rgba(0,0,0,.4)),
    url(../images/adoc_producciones_servicio_integral_eventos.jpg);
  background-position: center;
  background-repeat: repeat;
  height: 100%;
}

.fp-viewing-eventos-s1_eventos .s1,
.fp-viewing-eventos-s2_servicios_int .s5,
.fp-viewing-fiesta_fin_ano-s1_fiestas_fin_ano .s2,
.fp-viewing-streaming-s1_streaming .s1,
.fp-viewing-streaming-s1_virtual .s1,
.fp-viewing-produccion_video-s1_produccion .s1,
.fp-viewing-produccion_video-s2_animacion .s1,
.fp-viewing-display-s1_display .s3,
.fp-viewing-display-s2_impresion .s4 {opacity: 1;}

.fp-viewing-streaming-s1_streaming .s1 .body_borders,
.fp-viewing-streaming-s2_virtual .s2 .body_borders {opacity: .2;}

/*FBO Arrows*/
.slider-servicios .fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4; /*------------------------------------------------------------------------------------------------z-index*/
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -75px !important;
    transform: none !important;
}
.slider-servicios .fp-controlArrow.fp-prev {
    left: 50px !important;
    border-width: none !important;
    border-color: transparent !important;
    background-image: url(../images/arrow_prev_2.svg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 50px !important;
    height: 100px !important;
    padding: 0 !important;
}
.slider-servicios .fp-controlArrow.fp-next {
    right: 50px !important;
    border-width: none !important;
    border-color: transparent !important;
    background-image: url(../images/arrow_next_2.svg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 50px !important;
    height: 100px !important;
    padding: 0 !important;
    transition: all .5s ease-out;
}

  @media screen and (max-width: 768px) {
    .slider-servicios .fp-controlArrow.fp-prev {
      left: 20px !important;
    }
    .slider-servicios .fp-controlArrow.fp-next {
      right: 20px !important;
    }
  }

.slider-servicios .fp-controlArrow.fp-next:hover {
  background-image: url(../images/arrow_next_hover.svg);
}

.slider-servicios .fp-controlArrow.fp-prev:hover {
  background-image: url(../images/arrow_prev_hover.svg);
  }

/*------- CONTACTO -------*/

.fp-viewing-contacto {
  opacity: 1;
}

.contacto-div {
  color: #fff;
}

.contacto-div h6 {
  font-family: 'Jura', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
}

.contacto-div p {
  padding: 0 !important;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.contacto-div p a {
  color: #18a2e0;
  text-decoration: none;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.contacto-div p a i {
  color: #fff;
  font-size: 3em;
  padding-right: 10px;
}

  @media (max-width: 768px) {
    .contacto-div p { font-size: .85em;}
    }

.bg_color {
  background-color: #f5f9fd;
  color: #18a2e0;
}

#contact-form {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
}

#contact-form input {
  border: none !important;
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #5ebee9 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

#contact-form .btn {
  background-color: transparent;
  width: auto;
  color: #18a2e0 !important;
  font-size: 1.3em;
  text-align: center;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 auto;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  background-color: #fff !important;
  border-radius: 4px !important; 
}
  /*@media screen and (max-width: 767px) and (min-width: 300px) {
    #contact-form .btn {margin: 50px auto 0;}
  }*/

#contact-form .btn:hover { 
  color: #18a2e0;
  background-color: #fff;
  text-decoration: none;
}




/*------------------------------------------------------------------------------------
																						FOOTER
-----------------------------------------------------------------------------------------------*/
.servicios-textos h3{
  font-size: 1em;
}
@media (max-width: 768px) {
    .text-inicio h1 {
      font-size: 1.6em;
    }
    .logo {
      font-size: 2.8em;
    }
}







