@import url('https//fonts.googleapis.com/css?family=Poppins:400,500,600,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=PT+Sans&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Piedra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
*{
  /*font-family: 'Poppins', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'PT Sans', sans-serif;*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Poppins', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Patua One', cursive;
  /*font-weight: 400;*/
}

/*@media (max-width: 600px) {
  div.row{
   margin-right: 0;
  }
}*/

.text-shadow-001{
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.font-weight-400{
  font-weight: 400;
}

.strong-400{
 font-weight: 400;
}


.strong-004{
 font-weight: 600;
}

.strong-005{
 font-weight: 800;
}

.strong-900{
 font-weight: 900;
}

.text-helvetica_neue{
  font-family: Helvetica Neue;
}

.text-helvetica{
  font-family:Helvetica;
}

.text-piedra-001{
  font-family: 'Piedra', cursive;
}

.text-lobster-001{
  font-family: 'Lobster', cursive;
}

.text-kaushan-001{
  font-family: 'Kaushan Script', cursive;
}

.text-kalam-001{
  font-family: 'Kalam', cursive;
}

.text-10px{
  font-size: 10px;
}

.text-11px{
  font-size: 11px;
}

.text-12px{
  font-size: 12px;
}

.text-14px{
  font-size: 14px;
}

.text-15px{
  font-size: 15px;
}

.text-16px{
  font-size: 16px;
}

.text-17px{
  font-size: 17px;
}

.text-18px{
  font-size: 18px;
}

.text-28px{
  font-size: 28px;
}

.text-30px{
  font-size: 30px;
}

.text-50px{
  font-size: 50px;
}

.text-80px{
  font-size: 80px;
}

.text-100px{
  font-size: 100px;
}

.text-120px{
  font-size: 120px;
}

.text-color-indigo{
  color: #2e0086;
}

.background-005{
  background: #19D296;
}

.color-005{
  color: #19D296;
}

/*.body-max{
  transform: scale(0.5);
}*/


/*div.row{
   margin-right: 0px;
}*/


/**************************************/
header{
  position: relative;
  max-width: 100%;
  /*margin: 20px auto;*/
  padding: 8px;
  /*background: #19D296;*/
  border-top: 2px solid #19D296;
  border-bottom: 2px solid #19D296;
  box-sizing: border-box;
 /* border-radius: 4px;*/
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

header .logo{
  padding: 0 130px; 
  box-sizing: border-box;
  float: left;
  font-weight: 700;
  text-decoration: none;
}

.img-logo{
    width: 120px;
    height: 120px;
  }

.nav-001{
  float: right;
}

.clearfix{
  clear: both;
}

.nav-001 ul{
  margin: 0 50px;
  padding: 0;
  display: flex;
}

.nav-001 ul li{
  list-style: none;
}

.nav-001 ul li a{
  display: block;
  margin: 2px 0;
  padding: 2px 20px;
  text-decoration: none;
  /*color: #fff;*/
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.nav-001 ul li:before{
  content: '';
  bottom: 1px;
  left: 4px;
  position: absolute;
  width: 90%;
  height: 6%;
  background: #19D296;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
  border-radius: 10px;
}

.nav-001 ul li:hover:before,
.nav-001 ul li.active:before{
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}

@media (max-width: 1285px){
  header .logo{
    padding: 0 80px;
  }
  .img-logo{
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 1250px){
  .img-logo{
    width: 100px;
    height: 100px;
  }
  .nav-001 ul li a{
   margin: 10px 0;
   padding: 10px 10px;
   font-size: 16px;
  }
}

@media (max-width: 1200px){
  header .logo{
    padding: 0 50px;
  }
  .img-logo{
    width: 100px;
    height: 100px;
  }
  .nav-001 ul li a{
   margin: 10px 0;
   padding: 10px 5px;
   font-size: 16px;
  }
}

@media (max-width: 877px){
  header .logo{
    padding: 0 20px;
  }
  .img-logo{
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 800px){
  header .logo{
    padding: 0 20px;
  }
  .img-logo{
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 797px){
  header .logo{
    padding: 0 15px;
  }
  .nav-001 ul li a{
   margin: 10px 0;
   padding: 10px 5px;
   font-size: 15px;
  }
  .img-logo{
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px){
  .menu-toggle{
    display: block;
    width: 40px;
    height: 40px;
    /*margin: 10px;*/
    float: right;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #19D296;
  }

  .menu-toggle:before{
    content: '\e9bd';
    font-family: icomoon;
    line-height: 40px;
  }

  .menu-toggle.active:before{
    content: '\ea0f';
    font-family: icomoon;
    line-height: 40px;
  }

  .nav-001{
    display: none;
  }

  .nav-001.active{
    display: block;
    width: 100%;
  }

  .nav-001.active ul{
    display: block;
  }

  .nav-001.active ul li a{
    margin: 0;
    text-align: center;
  }

  .nav-001 ul li:nth-child(1),
  .nav-001 ul li:nth-child(2),
  .nav-001 ul li:nth-child(3),
  .nav-001 ul li:nth-child(4),
  .nav-001 ul li:nth-child(5),
  .nav-001 ul li:nth-child(6),
  .nav-001 ul li:nth-child(7){
    animation-delay: 0s !important;
  }
  
  header .logo{
    padding: 0 130px;
  }

  .img-logo{
    width: 90px;
    height: 85px;
  }

}

@media (max-width: 355px){
  header .logo{
    padding: 0 15px;
  }
  .nav-001 ul li a{
   margin: 10px 0;
   padding: 10px 5px;
   font-size: 15px;
  }
  .img-logo{
    width: 50px;
    height: 50px;
  }
}

.nav-001 ul li{
  opacity: 0;
  list-style: none;
  margin: 0 10px;
  animation: fadeInRight 0.5s linear forwards;

}

.nav-001 ul li:nth-child(1){
   animation-delay: 1.25s;
}

.nav-001 ul li:nth-child(2){
   animation-delay: 1.35s;
}

.nav-001 ul li:nth-child(3){
   animation-delay: 1.5s;
}

.nav-001 ul li:nth-child(4){
   animation-delay: 1.75s;
}

.nav-001 ul li:nth-child(5){
   animation-delay: 2s;
}

.nav-001 ul li:nth-child(6){
   animation-delay: 2.25s;
}

.nav-001 ul li:nth-child(7){
   animation-delay: 2.35s;
}

/*****************************************************/

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
  color: #262626;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link .active,
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
  color: #19D296;
  transform: scale(1.2);
}

.card-efect-002{
  transform: perspective(800px) rotateY(20deg);
  transition: 2s;
}

.card-efect-002:hover{
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  transform: perspective(500px) rotateY(0deg);
  transition: 1s;
}

@media (max-width: 414px){
.card-efect-002{
    transform: perspective(500px) rotateY(0deg);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
  }
}

@media (max-width: 376px){
.card-efect-002{
    transform: perspective(500px) rotateY(0deg);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
  }
}

@media (max-width: 360px){
.card-efect-002{
    transform: perspective(500px) rotateY(0deg);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
  }
}

.list-unstyled a{
 color: #262626;
}

.list-unstyled li{
 transition: .5s;
}

.list-unstyled li:hover{
 transform: scale(1.2);
 color: #19D296;
}

.list-unstyled li a:hover{
 color: #19D296;
}

/*****************************************************/
.social-menu ul{
  position: relative;
  /*top:50%;*/
  /*left: 10px;*/
  display:flex;
}

.social-menu ul li{
  list-style: none;
  margin: 0 4px;
}

.social-menu ul li .ico-social{
  font-size: 16px;
  line-height: 40px;
  transition: .6s,
}

.social-menu ul li a{
  text-decoration: none;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  color: #000;
  background-color: #fff;
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0,0,0,.2);
}

.social-menu ul li a:hover{
  transform: scale(1.3);
  color: #fff;
}

.social-menu ul li:nth-child(1) a:hover{
  background-color: #3b5999; /*#3b5999;*/
}

.social-menu ul li:nth-child(2) a:hover{
  background-color: #55acee; /*#55acee;*/
}

.social-menu ul li:nth-child(3) a:hover{
  background-color: #e4405f;
}

.social-menu ul li:nth-child(4) a:hover{
  background-color: #cd201f;
}

/********************************ANIMACIONES*****************************************/
@keyframes fadeInRight{
  0%{
    transform: translateX(150px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}

.section-medio{
  opacity: 0;
  animation: fadeInRight 0.5s linear forwards;
  animation-delay: 1.5s;
}

@keyframes fadeInTop{

  0%{
   transform: translateY(-50px);
   opacity: 0;
  }
  100%{
   transform: translateY(0);
   opacity: 1;    
  }
}

.top-header{
  opacity: 0;
  animation: fadeInTop 0.5s linear forwards;
  animation-delay: 1.5s;
}

/******************************************************************/
.form-rad-check h2 {
    font-size: 16px;
    color: #001F3F;
    margin-bottom: 20px;
    margin-left: 20px;
}
 
.form-rad-check > div {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.form-rad-check input[type="radio"],
.form-rad-check input[type="checkbox"]{
    display: none;
}

.form-rad-check .radio label,
.form-rad-check .checkbox label{
  color:#262626;
  /*background: rgba(0,0,0,.1); */
  padding: 5px 15px 5px 51px;
  display: inline-block;
  position:relative;
  font-size: 1em;
  border-radius: 3px;
  cursor:pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.form-rad-check .radio label:hover,
.form-rad-check .checkbox label:hover{

    background: rgba(0,116,217,0.2);
}

.form-rad-check .radio label:before,
.form-rad-check .checkbox label:before{
    content:"";
    width: 17px;
    height: 17px;
    display:inline-block;
    background: none;
    border: 3px solid #19D296;
    border-radius: 50px;
    position:absolute;
    left:17px;
    top:4px;
}

.form-rad-check .checkbox label:before{
    border-radius:3px;
}

.form-rad-check input[type="radio"]:checked + label,
.form-rad-check input[type="checkbox"]:checked + label{
    padding:5px 15px;
    background:#ce9d38;
    border-radius:2px;
    color:#fff;
}

.form-rad-check input[type="radio"]:checked + label:before,
.form-rad-check input[type="checkbox"]:checked + label:before{
    display:none;
}