@import url("../lib/fonts/stylesheet.css");
@import url("all.min.css");
/*===================================================================
 * #00 General
 *-------------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;  
}

a {
  color: #0E132A;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #2A76EA;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: "roboto",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "LeagueSpartan-Regular" !important;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0;
}

:focus {
     outline: 0;
}

.fix{overflow:hidden}

/* --------------------------------------------------------------------
                              BOTONES 
-----------------------------------------------------------------------*/

.btn-ste{
    font-weight: 900;
    font-size: 17px;
    /* letter-spacing: 1.5px; */
    line-height: 1;
    border-radius: 15px;
    height: 50px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    min-width: 200px;
    background: #44a5cc;
    color: #fff!important;
    border-radius: 55px;
    box-shadow: 0 0 0 0 #000;
    box-shadow: -1px 1px 0 #80c4e7,-6px 5px 0 #003768;
    border: solid 3px #fff;
    min-width: 164px;
    width: max-content;
    max-width: 350px;
}


.btn-ste:before{
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  transition: all .6s ease-in;
  border-radius: 100%;
  background-color: #003768;
  left: -100%;
  top: 50%;
}



.btn-ste span{
  z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-family: "LeagueSpartan-Regular";

}

.btn-ste:hover span{
  color: white !important;
}



.btn-ste:hover:before, .btn-ste:hover:after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 60px;
  left: 0;
  top: -9px;
  transform: translateX(0);
  transition: all .5s ease;
}

.btn-ste:hover:after {
  transition-delay: 0.15s;
}







/* call to action */


.call-to-action{
  background: linear-gradient(-45deg, #3097ec,#7c52f7, #5530c4, #5e39e6);
  background-size: 600%;
  -webkit-animation: anime 14s linear infinite !important;
  animation: anime 14s linear infinite !important;
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse{
  0%{
    transform: scale(1); 
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1); 
  }
}


/*--------------------------------------------------------------------------------------------
                                       SECCION HOME
--------------------------------------------------------------------------------------------*/

.home{
  background-image: linear-gradient(to right top, #d0edfc, #dceffe, #e7f2ff, #f0f5ff, #f8f9ff, #f8f9ff, #f8f9ff, #f8f9ff, #f0f5ff, #e7f2ff, #dceffe, #d0edfc);
  position: relative;    
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  text-align: bottom;
  color: #fff;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  height: 100vh;
}



.home .bg-home-2{
  content: '';
  position: absolute;
  top: -1%;
  right: -3%;
  background-image: url(../img/image.png);
  background-size: cover;
  width: 200px;
  height: 200px; 
  opacity: 0.08;
}

.home .bg-home-3{
  content: '';
  position: absolute;
  bottom: 10%;
  left: 50%;
  background-image: url(../img/image.png);
  background-size: cover;
  width: 100px;
  height: 100px; 
  opacity: 0.08;
}

.home .bg-home-4{
  content: '';
  position: absolute;
  top: 40%;
  left: 35%;
  background-image: url(../img/image.png);
  background-size: cover;
  width: 150px;
  height: 150px; 
  opacity: 0.08;
}


.home .bg-home::before {
  content: '';
  background-color: rgba(1, 70, 133, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.home .header-logo-2 a {
  /*display: none;*/
  position: absolute;
  left: 32px;
  top: 20px;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 50px;
  height: 50px;
  background: url("../img/logo-simple.png") no-repeat center;
  background-size: 500px 50px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 3333;
  opacity: 0.8;
  z-index: 5;
}

.home .circulo-foto{
  position: relative;  
  overflow: hidden;
  opacity: 0.8;
  width: 300px;
  z-index: 3;
}



.home .content .text-1{
   position: relative;
   z-index: 6;
   font-size: 50px;
   color:#fff;   
   margin-bottom: -10px;
  /*text-shadow: -4px 3px 0 #80c4e7, -14px 7px 0 #0a0e27;  */
}

@media (max-width: 575px){
.home .content .text-1{
   color:#014685;   
  text-shadow: none;  
}

.home{  
  height: auto;
  padding:  50px 0;
  overflow-y: auto;
}
}

.home h5{
  color:  #014685;
}




.formulario .bg-home-2{
  content: '';
  position: absolute;
  top: -1%;
  right: -3%;
  background-image: url(../img/image.png);
  background-size: cover;
  width: 200px;
  height: 200px; 
  opacity: 0.08;
}

.formulario .bg-home-3{
  content: '';
  position: absolute;
  bottom: 10%;
  left: 50%;
  background-image: url(../img/image.png);
  background-size: cover;
  width: 100px;
  height: 100px; 
  opacity: 0.08;
}

.formulario.bg-home-4{
  content: '';
  position: absolute;
  top: 40%;
  left: 35%;
  background-image: url(../img/image.png);
  background-size: cover;
  width: 150px;
  height: 150px; 
  opacity: 0.08;
}


.formulario .bg-home::before {
  content: '';
  background-color: rgba(0, 34, 74, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}