/**
* Template Name: Tempo - v4.8.0
* Template URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Arial", sans-serif;
  color: #444444;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
	color: #1F2755;
}

i{
	color: #FFF;
}

/*Spacing*/
.lineablanca{
	width: 100%;
	height: 25px;
}
.lineaazul{
	width: 100%;
	height: auto;
	background-color: #1A2A5A;
	border-radius: 20px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0px;
}

/*Efectos*/
.avatar {
  overflow: hidden;
  transform: translatey(0px);
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
  img { width: 100%; height: auto; }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.avatar2 {
  overflow: hidden;
  transform: translatex(0px);
  animation: left-right 5s ease-in-out infinite alternate-reverse both;
  img { width: 100%; height: auto; }
}

@-webkit-keyframes left-right {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-40px);
  }
}

@keyframes left-right {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-40px);
  }
}


.loader {
  margin: auto;
  border: 20px solid #75D704;
  border-radius: 50%;
  border-top: 20px solid #1F2755;
  width: 60px;
  height: 60px;
  animation: spinner 6s linear infinite;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media screen and (min-width: 200px) and (max-width: 332px) {
  .nostitle { font-size: 30px }
	.loader { width: 30px; height: 30px; border: 5px solid #75D704; border-radius: 50%; border-top: 5px solid #1F2755; }
}
@media screen and (min-width: 333px) and (max-width: 425px) {
  .nostitle { font-size: 40px }
	.loader { width: 40px; height: 40px; border: 5px solid #75D704; border-radius: 50%; border-top: 5px solid #1F2755; }
}
@media screen and (min-width: 426px) and (max-width: 700px) {
  .nostitle { font-size: 60px }
	.loader { width: 50px; height: 50px; border: 10px solid #75D704; border-radius: 50%; border-top: 10px solid #1F2755; }
}
@media (min-width: 701px) {
  .nostitle { font-size: 70px }
	.loader { border: 10px solid #75D704; border-radius: 50%; border-top: 10px solid #1F2755; }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-2-21 16:8:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */

.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-in-elliptic-top-fwd 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}


/* Cambio de fondos principal*/

.bg-change{
	width: 100%;
	height: 100vh;
  animation-name: example;
  animation-duration: 12s;
  animation-iteration-count: infinite;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@keyframes example{
   0%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
   25%{
     background-image: url("../assets/equipo-trabajadores-cafeteria-trabajando-cerca-mostrador-computadora-portatil-haciendo-cafe_116407-168.jpg");
   }
   50%{
     background-image: url("../assets/florista-sexo-masculino-joven-sonriente-confiado-flores-coloridas-su-tienda_23-2148075443.jpg");
   }
   75%{
     background-image: url("../assets/hombre-sosteniendo-sus-nuevas-deportivas_1098-1321.jpg");
   }
   100%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
}



.bg-change2{
	width: 100%;
	height: 100vh;
  animation-name: example2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@keyframes example2{
   0%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
   25%{
     background-image: url("../assets/equipo-trabajadores-cafeteria-trabajando-cerca-mostrador-computadora-portatil-haciendo-cafe_116407-168.jpg");
   }
   50%{
     background-image: url("../assets/florista-sexo-masculino-joven-sonriente-confiado-flores-coloridas-su-tienda_23-2148075443.jpg");
   }
   75%{
     background-image: url("../assets/hombre-sosteniendo-sus-nuevas-deportivas_1098-1321.jpg");
   }
   100%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
}


.bg-change3{
	width: 100%;
	height: 100vh;
  animation-name: example3;
  animation-duration: 12s;
  animation-iteration-count: infinite;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@keyframes example3{
   0%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
   25%{
     background-image: url("../assets/equipo-trabajadores-cafeteria-trabajando-cerca-mostrador-computadora-portatil-haciendo-cafe_116407-168.jpg");
   }
   50%{
     background-image: url("../assets/florista-sexo-masculino-joven-sonriente-confiado-flores-coloridas-su-tienda_23-2148075443.jpg");
   }
   75%{
     background-image: url("../assets/hombre-sosteniendo-sus-nuevas-deportivas_1098-1321.jpg");
   }
   100%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
}

.bg-change4{
	width: 100%;
	height: 100vh;
  animation-name: example4;
  animation-duration: 12s;
  animation-iteration-count: infinite;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@keyframes example4{
   0%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
   25%{
     background-image: url("../assets/equipo-trabajadores-cafeteria-trabajando-cerca-mostrador-computadora-portatil-haciendo-cafe_116407-168.jpg");
   }
   50%{
     background-image: url("../assets/florista-sexo-masculino-joven-sonriente-confiado-flores-coloridas-su-tienda_23-2148075443.jpg");
   }
   75%{
     background-image: url("../assets/hombre-sosteniendo-sus-nuevas-deportivas_1098-1321.jpg");
   }
   100%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
}



.bg-change5{
	width: 100%;
	height: 100vh;
  animation-name: example5;
  animation-duration: 12s;
  animation-iteration-count: infinite;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@keyframes example5{
   0%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
   25%{
     background-image: url("../assets/equipo-trabajadores-cafeteria-trabajando-cerca-mostrador-computadora-portatil-haciendo-cafe_116407-168.jpg");
   }
   50%{
     background-image: url("../assets/florista-sexo-masculino-joven-sonriente-confiado-flores-coloridas-su-tienda_23-2148075443.jpg");
   }
   75%{
     background-image: url("../assets/hombre-sosteniendo-sus-nuevas-deportivas_1098-1321.jpg");
   }
   100%{
     background-image: url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg");
   }
}



.mov {
  animation-duration: 2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}

.mov2 {
  animation-duration: 3s;
  animation-name: slidein2;
}

@keyframes slidein2 {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}

.mov3 {
  animation-duration: 4s;
  animation-name: slidein3;
}

@keyframes slidein3 {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}

.mov4 {
  animation-duration: 5s;
  animation-name: slidein4;
}

@keyframes slidein4 {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}

.mov5 {
  animation-duration: 7s;
  animation-name: slidein5;
}

@keyframes slidein5 {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}

.mov6 {
  animation-duration: 6s;
  animation-name: slidein6;
}

@keyframes slidein6 {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}

.mov7 {
  animation-duration: 6s;
  animation-name: slidein7;
}

@keyframes slidein7 {
  from {
    margin-top: 100%;
    
  }

  to {
    margin-top: 0%;
    
  }
}


/*Pantalla de Carga*/
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  
  /* You can change the background color and image URL here.  This solution works with animated .svg and animated .gif */
  background: #ffffff url('../assets/engranaje.gif') no-repeat center center;
}


/*Letras especificas*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1F2755;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #75D704;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 7;
  padding: 0px 0px 5px 0px;
	background-color: #fff;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}
#header .logo a:hover {
  color: #75D704;
	text-decoration: underline;
}

#header .logo img {
  max-height: 300px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 0;
}

@media (max-width: 800px) {
  .pribarra { visibility: hidden; margin-top: -5vh}
}
@media (max-height: 400px) {
  .pribarra { visibility: hidden; margin-top: -5vh}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 50px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Arial", sans-serif;
  color: #1F2755;
  font-size: 20px;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
	font-weight: 300;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #1F2755;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1F2755;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #493c3e;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1F2755;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: black;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 1200;
		height: 23vh;
		width: 100%;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 0px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 0px 0px;
  font-size: 15px;
  color: #493c3e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1F2755;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 0px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 0px 0px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1F2755;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: #fff;
	background-size: cover;
  position: relative;
}



@media screen and (min-width: 203px) and (max-width: 352px){
	#hero { height: 300px; margin-top: 50px; }
}
@media screen and (min-width: 353px) and (max-width: 472px){
	#hero { height: 400px; margin-top: 50px; }
}
@media screen and (min-width: 473px) and (max-width: 622px){
	#hero { height: 432px; margin-top: 50px; }
}
@media screen and (min-width: 623px) and (max-width: 772px){
	#hero { height: 532px;  }
}
@media screen and (min-width: 773px) and (max-width: 882px){
	#hero { height: 682px; }
}
@media screen and (min-width: 883px) and (max-width: 992px){
	#hero { height: 782px; }
}
@media (min-width: 993px){
	#hero { height: 100vh }
}


/*#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}*/

#hero .hero-container2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
}




@media (max-width: 768px) {
  #hero h3 {
    font-size: 22px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
}



@media (max-width: 600px) {
  p.credimain { font-size: 20px; }
}

@media (min-width: 601px) {
  p.credimain { font-size: 50px; }
}
@media (max-width: 1410px) {
  .imamiv { margin-top: 15% }
}

@media (min-width: 1411px) {
  .imamyv { margin-top: 5%; }
}



@media (max-width: 600px) {
  p.creditext { font-size: 24px; }
}

@media (max-width: 980px) {
  p.creditext { font-size: 20px; }
}

@media (min-width: 981px) {
  p.creditext { font-size: 18px; }
}



@media (max-width: 980px) {
  p.creditext2 { font-size: 18px; }
}

@media (min-width: 981px) {
  p.creditext2 { font-size: 18px; }
}

@media (max-width: 850px) {
  div.tarlogo { width: 5% }
}

@media (min-width: 851px) {
  div.tarlogo { width: 15% }
}



/*--------------------------------------------------------------
# Hero2 Section
--------------------------------------------------------------*/
#contacthero {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-size: cover;
  position: relative;
}

#contacthero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#contacthero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#contacthero .hero-container2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#contacthero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#contacthero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#contacthero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
}



@media (min-width: 1024px) {
  #contacthero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #contacthero h3 {
    font-size: 22px;
  }

  #contacthero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #contacthero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #contacthero {
    height: 150vh;
  }
}

.Contac2{
    color: black;
    font-size: 15px;
}

@media (max-width: 850px) {
  img.conban { width: 100% }
}

@media (min-width: 851px) {
  img.conban { width: 50% }
}




/*--------------------------------------------------------------
# CrediHero Section
--------------------------------------------------------------*/
#credihero {
  width: 100%;
  height: 100vh;
  background-color: #1F2755;
  background-size: cover;
  position: relative;
}

#credihero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#credihero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#credihero .hero-container2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#credihero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#credihero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#credihero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
}




@media (max-width: 768px) {
  #credihero h3 {
    font-size: 22px;
  }

  #credihero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #credihero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #credihero {
    height: 150vh;
  }
}

.flip-card {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  /*transform: rotateY(180deg);*/
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #1F2755;
  color: #fff;
}

.flip-card-back {
  background-color: #1F2755;
  color: white;
 /* transform: rotateY(180deg);*/
}



.flip-card2 {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
}

.flip-card2-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card2:hover .flip-card2-inner {
  transform: rotateY(180deg);
}

.flip-card2-front, .flip-card2-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card2-front {
  background-color: #75D704;
  color: white;
}

.flip-card2-back {
  background-color: #75D704;
  color: white;
  transform: rotateY(180deg);
}


.flip-card3 {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
}

.flip-card3-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card3:hover .flip-card3-inner {
  transform: rotateY(180deg);
}

.flip-card3-front, .flip-card3-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card3-front {
  background-color: #fff;
  color: #1F2755;
	border: solid 5px #75D704;
}

.flip-card3-back {
  background-color: #fff;
  color: #1F2755;
	border: solid 5px #75D704;
  transform: rotateY(180deg);
}


.zoom {
  padding: 50px;
  transition: transform .1s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.pill {
 /* top-left top-right/bottom-left bottom-right */
  border-radius: 5px 20px 5px;
  background: gray;
	height: 80px;
	margin-top: 10px;
}

.pill2 {
 /* top-left top-right/bottom-left bottom-right */
  border-radius: 5px 20px 5px;
  background: gray;
	height: 80px;
	margin-top: 10px;
}

.avatar2d {
	width: 150px;
	height: 150px;
}


@media screen and (min-width: 276px) and (max-width: 375px){
	.flip-card{ height: 550px; margin-bottom: 50px }
	.flip-card-inner { height: 550px; margin-bottom: 50px }
	.flip-card-front { height: 550px; margin-bottom: 50px }
	.flip-card-back { height: 550px; margin-bottom: 50px }
	.avatar2d{ width: 100px; height: 100px }
}
@media screen and (min-width: 376px) and (max-width: 475px){
	.flip-card{ height: 650px; margin-bottom: 50px }
	.flip-card-inner { height: 650px; margin-bottom: 50px }
	.flip-card-front { height: 650px; margin-bottom: 50px }
	.flip-card-back { height: 650px; margin-bottom: 50px }
	.avatar2d{ width: 100px; height: 100px }
}
@media screen and (min-width: 476px) and (max-width: 575px){
	.flip-card{ height: 750px; margin-bottom: 50px }
	.flip-card-inner { height: 750px; margin-bottom: 50px }
	.flip-card-front { height: 750px; margin-bottom: 50px }
	.flip-card-back { height: 750px; margin-bottom: 50px }
	.avatar2d{ width: 75px; height: 75px }
}
@media screen and (min-width: 576px) and (max-width: 705px){
	.flip-card{ height: 325px; margin-bottom: 40px }
	.flip-card-inner { height: 325px; margin-bottom: 40px }
	.flip-card-front { height: 325px; margin-bottom: 40px }
	.flip-card-back { height: 325px; margin-bottom: 40px }
	.avatar2d{ width: 50px; height: 50px }
}
@media screen and (min-width: 706px) and (max-width: 767px){
	.flip-card{ height: 375px; margin-bottom: 30px }
	.flip-card-inner { height: 375px; margin-bottom: 30px }
	.flip-card-front { height: 375px; margin-bottom: 30px }
	.flip-card-back { height: 375px; margin-bottom: 30px }
	.avatar2d{ width: 50px; height: 50px }
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.flip-card{ height: 450px; margin-bottom: 25px }
	.flip-card-inner { height: 450px; margin-bottom: 25px }
	.flip-card-front { height: 450px; margin-bottom: 25px }
	.flip-card-back { height: 450px; margin-bottom: 25px }
	.avatar2d{ width: 50px; height: 50px }
}
@media screen and (min-width: 993px) and (max-width: 1200px){
	.flip-card{ height: 300px }
	.flip-card-inner { height: 300px }
	.flip-card-front { height: 300px }
	.flip-card-back { height: 300px }
	.avatar2d{ width: 50px; height: 50px }
}
@media screen and (min-width: 1201px) and (max-width: 1400px){
	.flip-card{ height: 350px }
	.flip-card-inner { height: 350px }
	.flip-card-front { height: 350px }
	.flip-card-back { height: 350px }
	.avatar2d{ width: 50px; height: 50px }
}
@media screen and (min-width: 1401px) and (max-width: 1550px){
	.flip-card{ height: 400px }
	.flip-card-inner { height: 400px }
	.flip-card-front { height: 400px }
	.flip-card-back { height: 400px }
	.avatar2d{ width: 50px; height: 50px }
}
@media (min-width: 1551px){
	.flip-card { height: 475px }
	.flip-card-inner { height: 475px }
	.flip-card-front { height: 475px }
	.flip-card-back { height: 475px }
	.avatar2d{ width: 50px; height: 50px }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #FDF7E9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #B22222;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 42px;
  font-weight: 700;
}

.section-title h3 span {
  color: #000066;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 75%;
  }
}




@media screen and (min-width: 300px) and (max-width: 991px){
	.misitext{ font-size: 18px; }
}
@media screen and (min-width: 992px) and (max-width: 1268px){
	.misitext{ font-size: 18px }
}
@media screen and (min-width: 1269px) and (max-width: 1456px){
	.misitext{ font-size: 20px }
}
@media screen and (min-width: 1457px) and (max-width: 1550px){
	.misitext{ font-size: 24px }
}
@media screen and (min-width: 1551px) and (max-width: 1650px){
	.misitext{ font-size: 26px }
}
@media (min-width: 1651px){
	.misitext { font-size: 30px }
}


@media screen and (min-width: 300px) and (max-width: 991px){
	.titucarta{ font-size: 24px; }
}
@media screen and (min-width: 992px) and (max-width: 1268px){
	.titucarta{ font-size: 28px }
}
@media screen and (min-width: 1269px) and (max-width: 1456px){
	.titucarta{ font-size: 30px }
}
@media screen and (min-width: 1457px) and (max-width: 1550px){
	.titucarta{ font-size: 34px }
}
@media screen and (min-width: 1551px) and (max-width: 1650px){
	.titucarta{ font-size: 36px }
}
@media (min-width: 1651px){
	.titucarta { font-size: 40px }
}


@media screen and (min-width: 992px) and (max-width: 1268px){
	.centratext{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
}
@media screen and (min-width: 1269px) and (max-width: 1456px){
	.centratext{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
}
@media screen and (min-width: 1457px) and (max-width: 1550px){
	.centratext{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
}
@media screen and (min-width: 1551px) and (max-width: 1650px){
	.centratext{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
}
@media (min-width: 1651px){
	.centratext { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
}




/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #e43c5c;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #e43c5c;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #e43c5c;
}

.about .content .btn-learn-more:hover {
  background: #e43c5c;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Carrousel
--------------------------------------------------------------*/
/*Second Row*/
.c1b{
	width: 100%;
	background-color: #FFFFFF;
	padding: 50px;
}
.c2b{
	color: white;
	padding: 10% 2% 10% 2%;
	text-align: center;
}
.c3b{
	
	color: white;
	padding: 10% 2% 10% 2%;
	text-align: center;
}
.c4b{
	width: 95%;
	height: 300px;
	background-color: #AC1D17;
	border-radius: 10px;
	padding: 0px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  padding: 30px 0px;
  position: relative;
  overflow: hidden;
  background: #000;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #020D4D;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #e43c5c;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
}

.services .title a {
  color: #fff;
}

.services .description {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
	color: #fff;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Listado
--------------------------------------------------------------*/
/*Fourth Row*/
.c1d{
	width: 100%;
	background-color: #FFFFFF;
	padding: 30px 0px;
}
.c2d{
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: auto;
}
.toggleop{
	padding: 0px 20px;
	opacity: 0.3;
}


/*--------------------------------------------------------------
# FondoFijo
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../assets/mercado-indio-verduras_75648-255.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}


@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# FondoFijo2
--------------------------------------------------------------*/
.cta2 {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../assets/equipo-mecanicos-sonriendo-camara_13339-265872.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.cta2 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta2 p {
  color: #fff;
}


@media (min-width: 1024px) {
  .cta2 {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# FondoFijo3
--------------------------------------------------------------*/
.cta3 {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url( "../assets/equipo-trabajadores-cafeteria-trabajando-cerca-mostrador-computadora-portatil-haciendo-cafe_116407-168.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.cta3 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta3 p {
  color: #fff;
}


@media (min-width: 1024px) {
  .cta3 {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #000066;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdeff2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #000066;
  color: #fff;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f4f4;
  margin-top: 67px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #655356;
  content: "/";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f6f4f4;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1F2755;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1F2755;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1F2755;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #f7c2cc;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 22px;
  background: #1F2755;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1F2755;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1F2755;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1F2755;
  color: #fff;
  text-decoration: none;
}

.footer-correo a{
	color: #fff;
	text-decoration: none;
}

.footer-correo a:hover{
	color: #75D704;
	text-decoration: underline;
}



