@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #009e72;
  --colorblanco: #fff;
  --coloroscuro: #272727;
  --color1: #009e72;
  --color2: #009e72;
  --color2-transp: #3663860d;
  --bggris: #f9f9f9;
}

body, p, span, h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', arial, sans-serif !important;
}
h1, h2, h3, h4{
  text-transform: uppercase;
  font-weight: 800 !important; 
}
h1{font-size: 3rem !important;}
h2{font-size: 2rem !important;}
h3{font-size: 1.6rem !important;}
h4{font-size: 1.2rem !important;}

h1 span{
  width: 100%;
  float: left;
  color: var(--primaryprimary);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  transform: translateY(-50px);
  opacity: 0;
  animation-name: titleAnimation;
  animation-timing-function:ease;
  animation-duration: 3s;
}

h1 span{
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
}

a {
  text-decoration: none !important;
}


/* ------ FONTS ------ */
.txt-destacado{
  color: var(--colorblanco);
  font-size: 2rem;
}

@media (max-width: 991px){
  .txt-destacado{
    font-size: 1.5rem !important;
  }
}
.text-color{
  color: var(--color2);
}
.text-blanco{
  color: #fff;
}


/* ------ BACKGROUNDS ------ */
.bggris{
  background-color: var(--bggris);
}
.bgazul{
  background-color: var(--color1);
}

.bg-banner{
  background-image: url(../image/bg-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
}
.bg-banner-inone{
  background-image: url(../image/bg-inone.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
}
@media (max-width: 575px){
  .bg-banner{
    background-color: var(--color1);
    background-image: none;
  }
}

/* ------ BOTONES ------ */
.btn{border-radius: 4px !important}
.btn-light{ 
  color:var(--color1) !important;
  font-weight: bold !important; }
.btn-outline-primary{
  color:var(--color1) !important;
  border-color:var(--color1) !important;
}
.btn-outline-primary:hover{
  background-color: transparent !important;
}

.btn-primary{
    background-color: var(--color1) !important;
    border-color: var(--color1) !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
}
.btn-primary:hover{
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
  opacity: 0.9;
}
.btn-secondary{
  background-color: transparent !important;
  color: var(--colorblanco) !important;
  border-color: var(--colorblanco) !important;
  padding: 10px 20px !important;
  font-weight: bold !important;
}
.btn-secondary:hover{
  opacity: 0.9;
}
.btn-primary-small{
  background-color: var(--color1) !important;
    border-color: var(--color1) !important;
    color: var(--colorblanco) !important;
    font-size: 14px !important;
}




/* ------ GENERAL ------ */
th{min-width: 170px;}

.mb-pc{
  margin-bottom: -100px;
}
@media (max-width: 767px){
  .mb-pc{margin-bottom:0px;}
  
}
@media (max-width: 767px){
  .centrado-movil{text-align: center !important;}
}
.centrado-movil{text-align: left;}

video{
  position: fixed;
  bottom: 0%;
  left: 30%;
  min-width: 1000px;
  /*min-height: 100%;
  object-fit: cover;*/
  opacity: 1;
  z-index: -1;
}

.icono-bajar{
  position: absolute !important;
  bottom:20px !important; 
  left:50%; 
  font-size:40px !important; 
  animation-delay: 3s;
  animation: bajar linear 3s;
  -webkit-animation: bajar linear 3s;
  -moz-animation: bajar linear 3s;
  -o-animation: bajar linear 3s;
  -ms-animation: bajar linear 3s;
  animation-iteration-count: infinite;
}

@keyframes bajar {
  0%{opacity: 1}
  50%{opacity: 1;transform: translateY(20px)}      
  100%{opacity: 1;transform: translateY(0px)}
    
}

.caja{
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 3px 1px #cccccc70;
}

.borde-izq{
  border-left: 5px solid #42a6c161;

}
.card-horizontal {
  display: flex;
}
.alto-100{
  height: 100%;
}
  @media (max-width: 767px){
    .alto-100{
      height: auto !important;
    }
  }

.border-azul{
  border-top: 3px solid var(--color2)!important;
  border: 0;
}

/* ------ LISTADOS ------ */
li{margin: 10px 0 !important}

.fa-li{
  color: var(--color2);
  left: -1.2em !important;
}


/* ------ Formulario ------ */

.form-check-label{
  font-size: 13px;
  line-height: 13px;
  margin-top: 8px;
}
.form-check-input:checked{
  background-color: var(--color2) !important;
    border-color:  var(--color2) !important;
}
.form-control:focus{
  box-shadow: none !important;
}    
.form-control:focus-visible{
  box-shadow: none !important;
}    
.form-control {
    border: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    border-radius: 0 !important;
  }
.form-control:focus{
  border-color: var(--color2) !important;
}


/**/



@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  
  100% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    
  }
}





/* ------ Proceso ------ */
.circulo {
    text-align: center;
    position: relative;
}
.circulo h3 {
    z-index: 2;
    display: block;
    margin: 0.5em auto;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    background-color: #fff;
    border: solid 10px var(--color2);
    color:var(--color2);
    line-height: 108px !important;
    font-size: 40px !important;
    position: relative;
  }
.circulo h3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: solid 10px white;
    width: 109px;
    height: 109px;
    border-radius: 50%;
  }
 @media (min-width: 767px){
  .circulo.linea__after::before {
    z-index: 0;
    position: absolute;
    left: 50%;
    top: 64.5px;
    content: "";
    height: 1px;
    width: 50%;
    background-color: #C6C8C9;
  }
  .circulo.linea__all::before {
    z-index: 0;
    display: block;
    position: absolute;
    left: -30px;
    top: 64.5px;
    content: "";
    height: 1px;
    width: calc(100% + 30px);
    background-color: #C6C8C9;
}
  .circulo.linea__before::before {
    z-index: 0;
    position: absolute;
    left: -30px;
    top: 64.5px;
    content: "";
    height: 1px;
    width: calc(50% + 30px);
    background-color: #C6C8C9;
  }
} 

/*Numeración*/
.num-c{
  color: var(--color2);
    margin: 0 auto;
    border: 3px solid var(--color2);
    padding: 20px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}



/*ACORDEON*/
.accordion-button{
  color: var(--color2) !important;
  font-weight: 700;
}
.accordion-button:not(.collapsed){
  color: var(--color2) !important;
  background-color: var(--color2-transp) !important;
}
.accordion-button:focus{
  box-shadow:  none !important;
}
    

/*TIMELINES*/


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--color2);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-2 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-2::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid var(--color1);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-2 {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-2::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 18px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
/*ANIMACION TEXTO*/

.fade-in-txt {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}