/*

DIGITAL TREND

https://templatemo.com/tm-538-digital-trend

*/
  @font-face {
    font-family: 'Lobster';
    src: url('../fonts/lobster.ttf');
  }

  :root {
    --primary-color:        #057a8d;
    --secondary-color:      #f1c111;
    --white-color:          #ffffff;
    --dark-color:           #171819;
    --project-bg:           #f0f8ff;
    --menu-bg:              #0c8195;   
    --title-color:          #15141a;
    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;
    --marron-valle:         #905e36;
    --rojo-valle:           #c3261d;
    --verde-valle:          #81b83e;
    --gris-valle:           #3b3d41;
    --h1-font-size:         42px;
    --h2-font-size:         32px;
    --h3-font-size:         24px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100px;
    --border-radius-small:  5px;
  }

  *{box-sizing:border-box}
  body {
    background: var(--white-color);
    font-family: Lobster;
    overflow-x: hidden
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: var(--title-font-family);
    line-height: inherit;
  }
  small{
    color: var(--p-color);
  }
  span{
    color: white;
  }
  h1 {
    color: var(--title-color);
    font-size: var(--h1-font-size);
  }

  h2 {
    font-family: Lobster;
    font-size: var(--h2-font-size);
    font-weight: 100;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: 100;
    margin-bottom: 0;
  }

  h4 {
    color: var(--gray-color);
    font-family: var(--base-font-family);
    font-size: var(--p-font-size);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    line-height: 1.5em;
  }

  b, 
  strong {
    letter-spacing: 0;
    color: var(--secondary-color);
  }

.red{
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(63,200,204,1) 15%, rgba(230,242,255,1) 100%); 
  border-radius: 8%;
}

.red2{
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(230,242,255,1) 83%, rgba(230,242,255,1) 100%, rgba(209,199,199,1) 100%);
  border-radius: 8%;
}

.destinos{
  text-align: center;
}

.destinos h4{
  font-weight: 600;
  font-family: Swis721 Lt BT Light;
  color: black;
  margin-top: 2em;
}

@media screen and (min-width: 990px){
  .destinos  {
    text-align: justify;
    left: 15px;
  }
}

  /*  BLOCKQUOTES */
  .quote {
    position: relative;
    margin: 0;
    margin-top: 3em;
  }

  .quote::after {
    content: "“";
    position: absolute;
    bottom: -80px;
    left: 20px;
    font-family: times;
    color: var(--gray-color);
    font-weight: var(--font-weight-bold);
    font-size: 14em;
    line-height: 0;
    opacity: 0.10;
  }

  blockquote {
    border-left: 5px solid rgba(0,0,0,0.05);
    display: block;
    margin: 42px 0;
    padding: 14px 22px;
    color: rgba(0,0,0,0.5);
  }


  /* BUTTON */
  .custom-btn {
    background: transparent;
    border: 2px solid var(--dark-color);
    border-radius: var(--border-radius-large);
    padding: 12px 26px 14px 26px;
    color: var(--dark-color);
    font-family: Lobster;
    font-size: var(--p-font-size);
    white-space: nowrap;
  }

  .custom-btn.btn-bg {
    background: var(--white-color);
    color: var(--primary-color);
    border-color: transparent;
	  transition: all .3s ease;
  }
  
  .custom-btn:hover,
  .custom-btn:focus {
    background: var(--dark-color);
    color: var(--white-color);
    border-color: transparent;
  }

  /*Acordeon de banderas*/
.accordion {
  background-color: #eee;
  color: #81b83e;
  cursor: pointer;
  padding: 7px;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  outline: none;
  font-size: 13px;
  transition: 0.4s;
}

 .accordion:hover {
  background-color: white; 
}

.panel {
  padding: 0 8px;
  display: none;
  background-color: white;
  overflow: hidden;
}



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

 
  .a {
    color: var(--verde-valle);
    font-weight: normal;
    text-decoration: none;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: var(--rojo-valle);
    outline: none;
    text-decoration: none;
  }

  ::selection {
    background: var(--verde-valle);
    color: var(--white-color);
  }

  .section-padding {
    /* padding:2em 0;
    margin-top: -3em; */
  }
  .section-padding-half {
    padding: 3em 0;
  }

  .google-map iframe {
    display: block;
    width: 100%;
  }



  /*---------------------------------------
    MENU             
  -----------------------------------------*/
  /*Distancia de menus */
  nav a {
    position: relative;
    display: inline-block;
    margin-right: 0.5em;
    outline: none;
    color: red;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.3em;
  }
  .navbar {
    background: var(--white-color);
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.2em;
  }
  @media screen and (min-width: 769px){
    .navbar {
      padding: 0.1em;
      }
  }
.idioma{
  margin-left: -3em;
}
  @media screen and (min-width: 769px){
    .idioma{
      margin-left:6em;      
    }
  }
  .navbar-logo{margin-left:1em;}

  .navbar-brand {
    color: var(--white-color);
    font-size: var(--h2-font-size);
  }
  .nav-link {
    color: var(--verde-valle);
    margin-inline: 20px;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact {
    border: 1px solid var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--verde-valle);
    font-family: var(--font-bold-family);
    padding: 0.6em 2em 0.8em 2em;
  }

  
  .navbar-nav .navbar-toggler-icon {
    background: none;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    
  }

  .navbar-toggler .navbar-toggler-icon {
    background: var(--verde-valle);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }


  p {
    color: #fff
}

h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}


.intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

.intro p {
    margin-bottom: 0
}

.people {
    padding: 50px 0;
    cursor: pointer
}

.item {
    margin-bottom: 30px
}

.item .box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
    overflow: hidden
}

.item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(129, 184, 62, 0.91) ;
    transition: transparency 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.item:hover .cover {
    opacity: 1
}

.item .name {
    font-weight: bold;
    margin-bottom: 8px
}

.item .title {
    font-weight: 500;
    font-family: Swis721 Lt BT Light;
    text-transform: uppercase;
    color: rgba(223, 225, 54, 0.92)    ;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}

.social {
    font-size: 18px
}

.social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7
}

.social a:hover {
    opacity: 1
}
/*MODAL VIDEO*/
.modalmask {
  position: fixed;
  font-family: Arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalmask:target {
  opacity:1;
  pointer-events: auto;
}
.modalbox{
  width: 80%;
  height: 50%;
  position: relative;
  padding: 5px 20px 13px 20px;
  background: #fff;
  border-radius:3px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;   
}

@media (min-width: 1200px) {
  .modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  .modalbox{
    width: 80%;
    height: 85%;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;   
  }
  }

.movedown {
  margin: 0 auto;
}

.modalmask:target .movedown{       
  border-radius:1.5%;
  background: rgba(240,	240, 240, 0.7);
  margin:5% auto;
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius:3px;

}

.close:hover {
  background: #FAAC58;
  color:#222;
}


.btn-flotante {
  background-image: url(../images/youtube.png);
  background-size: cover;
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	padding: 25px 35px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	left: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 25px 35px;
		bottom: 20px;
		left: 20px;
	}
}
.texto-video{
  text-align: center; 
  font-family:'Harabara Mais Demo'; 
  font-size:33px;
  -webkit-text-stroke: 1px black;
}

.video-modal{
  position: relative;
  max-width: 100%;
  height: 80%;
}




  /*Slider Inicial*/
  .slideshow-container{
    background-color: #262626;
    top: 5em;
    max-width: 100%;
    position:relative;
    margin: auto;
   }
   
   .mySlides{
    display:none;
   }
   
   .prev, .next{
    color:red;
    cursor:pointer;
    position:absolute;
    top:50%;
    width:auto;
    margin-top:-22px;
    padding:15px;
    background-color: var(--verde-valle);
    font-weight:bold;
    font-size:18px;
    transition:0.6s ease;
    border-radius:0;
   }
   
   .next{
    right:0;
    border-radius:3px 0 0 3px;
   }
   
   .prev:hover, .next:hover{
    background-color:var(--verde-valle);
   }
   
   /*Texto Slider*/
   .text{
    color:var(--white-color);
    font-size:50px;
    padding-bottom:260px;
    position:absolute;
    bottom:8px;
    width:100%;
    text-align:center;
    -webkit-text-stroke: 2px #3b3d41
   }

  @media screen and (max-width: 769px){
    .text {
      padding: 50px;
      color: #f2f2f2;
      font-size: 8vw;
      text-align: center;
      }
  }
 .boton_descargar{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .boton_descargar button{
      cursor:pointer;
      border-radius:15px;
      font-weight: 600;
      padding: 7px;
      font-family: Swis721 Lt BT Light;
      color: white;
      background-color: var(--rojo-valle);  
    }
 
  /* Fading animation */
  .fade-in-image {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
  }
  @keyframes fadeIn {
    0% {opacity:0.2;}
    100% {opacity:1;}
  }

.why {
  margin-top: -3em;
  margin-bottom: 5em;
  background-image: url("../images/foto_estrategias.jpg"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Lobster;
}

.why .titlepage { 
  color: white;
  margin-top:5em;
  text-align: center;
}
.why .titlepage h2 {
  padding-bottom: 1px;
}

.why .titlepage p {
  color: white;
  font-family: Swis721 Lt BT Light;
  font-weight:600;
}

@media screen and (min-width: 769px){
  .why .titlepage {  
    margin-top:8em;
    text-align: center;
  }
}

.why .why-box h3 {
  padding: 20px 0px 20px 0px;
  font-size: 20px;
  line-height: 25px;
  color: #090808;
  display: block;
  font-weight: 500;
}

.why .why-box {
  margin-top: 1.5em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 40px 20px 20px 20px;
  transition: ease-in all 0.5s;
  margin-bottom: 2em;
  box-shadow: var(--marron-valle) 0px 0px 10px
}

.why .why-box p {
  font-family: Swis721 Lt BT Light;
  font-size: 16px;
  line-height: 23px;
  color: black;
  font-weight: 600;
  text-align: center;
}

.why .why-box:hover {
  cursor: pointer;
  background: linear-gradient(to top left, #ff9933 0%, #ff99cc 100%);
  transform: scale(1.06);

}
.why-box h3:hover{
  color: white;
  transition: 0.5s;
}

.why-box p:hover{
  color: white;
  transition: 0.5s;
}
.bg {
  font-size: 16px;
  background-color: red;
  color: #fff;
  padding: 10px 0px;
  width: 100%;
  max-width: 190px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.bg:hover {
  background:red;
  color: #fff;
}
.read_more {
  font-family: Swis721 Lt BT Light;
  border-radius: 1em;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px 0px;
  width: 100%;
  max-width: 190px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 2em;
  transition: 0.6s;
}

.read_more:hover {
  background: linear-gradient(to top left, #ff9933 0%, #ff99cc 100%);
  color: #fff;
}


/** end why section **/


  /*---------------------------------------
     PROJECT              
  -----------------------------------------*/
  .certificaciones{
    margin-top:-5em ;
    padding-top: 2em;
    background-image: url(../images/fondo-certificaciones.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .about-info h2 {
    margin-top: 1em;
    max-width: 100%;
  }
  .about-info p{
    color: var(--p-color);
  }
  .project-wrapper {
    width:100%;
    margin: 0 auto;
    text-align:center;
    }

  .project-wrapper h3 {
    margin-top: 1em;
    color: white;
    text-decoration-line: underline ;
    }

  .project-wrapper p {
    color: white;
    font-family: Swis721 Lt BT Light;
    font-weight: 400;
    }

  .project-wrapper img {
    margin: auto;
    left: auto;
    right: auto;
    width: 45%;
  }

  @media screen and (min-width: 769px){
  .project-wrapper img{
    width: 45%;
  }
  }

  .owl-theme .owl-dots .owl-dot {
    outline: none;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: var(--gray-color);
    width: 50px;
    height: 3px;
    margin:  35px 5px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
  }

  .list-detail {
    margin-left: 1em;
    padding-left: 1em;
    position: relative;
  }

  .list-detail li {
    display: block;
    list-style: none;
    margin: 0.6em 0 0 0.8em;
  }

  .list-detail li::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 16px 16px 0;
    border-color: transparent var(--secondary-color) transparent transparent;
    border-style: solid;
    position: absolute;
    left: 0;
  }

  .list-detail span {
    position: relative;
    bottom: 5px;
  }

  .client-info img {
    width: 100px;
    margin-right: 1em;
  }



  /*---------------------------------------
      ABOUT            
  -----------------------------------------*/
  .about {
    position: relative;
    overflow: hidden;
    margin-top: 5em;
    background-image:url(../images/campo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Swis721 Lt BT Light;
  }

  .section{
    margin-top: 3em;
  }
  .miguelito{
    width: 140%;
  }

  @media screen and (min-width: 769px){
    .miguelito{
      width: 100%;
    }
    .miguelito{
      margin-top: auto;
    }
  }
  
  .about-image img{
    width: 100%;
    display: block;
    margin: -2em auto;
  }
  .nosotros{
    float: left;
  }


  .nosotros2{
    float: right;
  }

  .imagen-derecha{
    margin-left: 10px;
    max-width:39%;
    padding: 20px;
    float: right;
  }

  /*---------------------------------------
      BLOG            
  -----------------------------------------*/

  .blog-header {
    margin-top: -2em;
    border-radius: var(--border-radius-small);
    position: relative;
    overflow: hidden;
  }

  .blog-header img {
    border-radius: var(--border-radius-small);
    display: block;
  }

  .blog-header-info {
    background: linear-gradient(transparent,rgba(0,0,0,0.95));
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 2em;
  }

  .blog-header-info h3 {
    max-width: 80%;
  }

  .blog-header-info a {
    color: var(--white-color);
  }

  .blog-header-info a:hover {
    color: var(--secondary-color);
  }
  .blog-sidebar{
    margin-top: -2em;
    padding: 2em;
  }

  .blog-sidebar img {
    border-radius: var(--border-radius-small);
    width: 159px;
    margin-right: 22px;
  }

  .blog-sidebar h3 {
    font-size: 18px;
  }

.cebollin{
  float: right;
  width:100%;
}

  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/
  #contact-us .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: hidden;
  }
  
  #contact-us .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  #contact-us h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
    letter-spacing: 0.25px;
    line-height: 26px;
  }
  
  .contact-text {
    font-family: Lobster;
    font-weight: 400;
    font-size: 14px;
    color: #6f8ba4;
    letter-spacing: 0.6px;
    line-height: 26px;
  }
  
  .contact-text p {
    margin-bottom: 28px;
  }
  
  .contact-field {
    background-color: rgba(250, 250, 250, 0.3);
  }
  
  .contact-form {
    padding: 100px;
    background-image: radial-gradient(circle at 80.53% -2.88%, #fdffcf 0, #eefdc2 25%, #def2b5 50%, #cde7a8 75%, #bede9d 100%);
  }
  
  @media (max-width: 765px) {
    .contact-form {
      padding: 60px;
      margin-top: -7px;
    }
  }
  
  .contact-form p{
    color:var(--p-color) ;
    font-weight: 600;
    font-family: Swis721 Lt BT Light;  }

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #f55858;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #0088e8;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color:var(--marron-valle);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: var(--rojo-valle);
}

button.main-button {
  font-family: Swis721 Lt BT Light;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f55858;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}

.section-heading p {
  font-family: Lobster;
  font-size: 17px;
  color: black;
  text-align: center;
}

  .contact-form input,
  .contact-form textarea {
    font-family: Swis721 Lt BT Light;
    color: black;
    font-size: 14px;
    border: none;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
  }
  
  .contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
  }
  
  .contact-form {
    text-align: center;
  }
  
  .contact-form ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
  }
  
  .contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .contact-form ::placeholder {
    color: var(--verde-valle);
  }
  
  /* 
  .newsletter-form .form-control,
  .contact-form .form-control {
    box-shadow: none;
    background: var(--project-bg);
    border: 0;
    padding: 1.7em 1.3em;
    margin: 14px 0;
  }

  .newsletter-form button,
  .contact-form #submit-button {
    background: var(--primary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    cursor: pointer;
    font-size: var(--p-font-size);
    line-height: 0px;
    padding: 1.5em 1.3em;
  }

  .newsletter-form button {
    background: var(--secondary-color);
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .site-footer {
    background: var(--dark-color);
    padding: 7em 0 6em 0;
  }

  .site-footer a {
    color: var(--p-color);
  }

  .site-footer a:hover,
  .footer-icon {
    color: var(--secondary-color);
  }

  .footer-link li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
  }

  .copyright-text,
  .footer-link,
  .site-footer .social-icon {
    margin-top: 6em;
  }

  .copyright-text {
    margin-top: 5.3em;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 4em 0 0 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    font-size: var(--base-font-size);
    margin: 10px;
    text-align: center;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (min-width: 1200px) {
    .project{
      margin-top: -6em ;
    }
    .about-info h2 {
      margin-top: 1.5em;
      max-width: 70%;
    }
  }

  @media screen and (min-width: 991px) {

    .project h2 {
      max-width: 32%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 991px) {

    .hero {
      padding-top: 0.1em;
    }

    .hero-text {
      bottom: 2em;
    }

   
    .navbar {
        right: 0;
        left: 0;
        padding: 0.5em;
      }
    }

    .navbar-collapse {
      float: right;
      text-align: center;
      padding: 1.1em 0;
    }

    .menu-respon{
      display: flex;
    }
    .navbar-expand-lg .navbar-nav .nav-link.contact {
      margin: 1em 0;
    }

    .copyright-text, 
    .footer-link, 
    .site-footer .social-icon {
      margin-top: 3em;
      padding: 0;
      text-align: left;
    }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 36px;
    }

    h2 {
      font-size: 28px;
    }

    h3 {
      font-size: 22px;
    }
    
    .footer-link, 
    .site-footer .social-icon {
      margin-top: 1em;
    }

    .copyright-text {
      margin: 2.5em 0 1em 0;
    }

    .footer-link li {
      margin-left: 0;
    }
  }


  .contenido-slider{
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
}

.contenido-slider:nth-child(2){  
    color: #fff;
}


.contenido-slider > img{
    width: 500px;
}

.contenido-slider > div{
    width: 40%;
}

.contenido-slider h2{
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
}

.contenido-slider a{
    color: #fff;
    width: 100px;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    text-decoration: none;
}

.contenido-slider:nth-child(2) a{
    background: #fff;
    color: #332863;
    
}

@media screen and (max-width:900px){
    .contenido-slider > img{
        width: 250px;
    }

    .contenido-slider > div{
        width: 40%;
    }

    .contenido-slider h2{
        font-size: 23px;
    }
}


@media screen and (max-width:600px){
    .contenido-slider{
       flex-direction: column-reverse;
    }

    .contenido-slider > div{
        width: 80%;
    }

  }