@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif; 
    /*outline: solid 1px tomato !important;*/
}


/*------Navbar-------*/

/*.container {
    position: relative;
    z-index: -10;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    float:left;
    box-sizing: border-box;
}*/

a {
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
}

.navbar {
    background-color: white !important;
    width: 100%;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-start;
    z-index: 10;
}

.nav-link {
    color:#333333 !important;
}

.nav-item {
    margin-left: 10px;
}


/*------Banner-------*/

.banner {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #EDF5FC;
    transition: 0.5s;
}

/*------Container-------*/
div.container2 {
    position: center;
    justify-content: center;
    text-align: center;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 1px;
}

.grid-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*------Cuerpo-------*/

.cuerpo {
    position: relative;
}

.cuerpo h1 {
    font-size: 6em;
    font-weight: 800;
    color: #1A609F;
    line-height: 1em;
}

.cuerpo p {
    position: relative;
    font-size: 1.1em;
    margin: 20px 0;
    font-weight: 400;
    max-width: 700px;
    color: #333333;
}

/*------Scroll To Top Button-------*/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #1A609F; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

/* cambio colores de los botones */

.button1, .button2 {
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    margin: 10px;
}

.button1 {
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    border-color: white;
    color: white;
}

.button2 {
    background: -webkit-linear-gradient(left, #001d4d, #1A609F);
    /*background-color: #1A609F;*/
    border-color: white;
    color: white;
}

.boton1 {
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    width: 10%;
    background: -webkit-linear-gradient(left, #001d4d, #1A609F);
    /*background-color: #1A609F;*/
    color: white;
    border-color: white;
    border-width: 2px;
}

.boton2 {
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    /*background-color: #fa4299;*/
    border-color: white;
    color: white;
    border-radius: 5px;
    text-align: center;
    margin:auto;
	display:block;
}

/*.boton3 {
    border-radius: 5px;
    padding: 10px;
    margin:auto;
	display:block;
    width: 20%;
    background-color: #ACD1F2;
    color: white;
    border-color: white;
    border-width: 2px;
}*/


/*------Cards--------*/

.card-body {
    background: transparent; 
    margin: 5%; 
  }

.card2 {
    background: transparent;
    margin: 1%; 
    border: none;
    height: 35rem;
}

.card {
  background: transparent;
  margin: 1%; 
  border: none;
  height: 48rem;
 
}
.card3 {
  background: transparent;
  margin: 1%; 
  border: none;
  height: 20rem;
  border: 1px solid #777777;
  border-radius: .3rem;
 
}


.cajas {
    box-shadow: 0 0 16px rgba(0, 0, 0, 1);
    border-radius: 5px;
}

.card-title {
    text-align: center;
}

.card-text {
    text-align: center;
}

/*------Seccion--------*/

.seccion {
    height: 100vp;  
    padding: 5%;
}

.seccion1 {
    height: 100vp; 
    padding: 10%;
    /*background: ; */
}

.img-act {
    width: 40%;
    margin:auto;
	display:block;
    margin-top: 3%;
}

.texto1 {
    text-align: center;
    color: #1A609F;
    margin: 1%;
    line-height: 2.5;
}

.texto2 {
    text-align: center;
    color: #333333;
    margin: 2% 10%;
    line-height: 2.5;
}

/*------Footer-------

footer {
    background-color: #333333;
    color: white;
    padding: 2%;
}

footer p {
    padding: 5px;
    font-size: 15px;
    margin-right: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.grid-item {
    margin: 2%;
}

.redes {
    width: 3em;
}

.texto {
    margin: 1%
}

.pie {
    margin-top: 3%;
}*/

body{
    min-height: 100vh;
    width: 100%;
    background: #EEECEB;
  }
  footer{
    background:#333333;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  /*footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
  }*/
  footer .content{
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
  }
  footer .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content .top .logo-details{
    color: #fff;
    font-size: 50px;
  }
  .content .top .media-icons{
    display: inline-block;
  }
  .content .top .media-icons a{
    height: 50px;
    width: 50px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .top .media-icons a:nth-child(1){
    background: #4267B2;
  }
  .top .media-icons a:nth-child(1):hover{
    color: #4267B2;
    background: #fff;
  }
  .top .media-icons a:nth-child(2){
    background: #1DA1F2;
  }
  .top .media-icons a:nth-child(2):hover{
    color: #1DA1F2;
    background: #fff;
  }
  .top .media-icons a:nth-child(3){
    background: #E1306C;
  }
  .top .media-icons a:nth-child(3):hover{
    color: #E1306C;
    background: #fff;
  }
  .top .media-icons a:nth-child(4){
    background: #0077B5;
  }
  .top .media-icons a:nth-child(4):hover{
    color: #0077B5;
    background: #fff;
  }
  .top .media-icons a:nth-child(5){
    background: #FF0000;
  }
  .top .media-icons a:nth-child(5):hover{
    color: #FF0000;
    background: #fff;
  }
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 5 - 10px);
  }
  .content .link-boxes .box .link_name{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fff;
  }
  .content .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content .link-boxes .box li a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #333333;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: #AFAFB6;
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: #fff;
    color: #333333;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    width: 100%;
    background: #333333;
  }
  footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }
  @media (max-width: 900px) {
    footer .content .link-boxes{
      flex-wrap: wrap;
    }
    footer .content .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
  }
  @media (max-width: 700px){
    footer{
      position: relative;
    }
    .content .top .logo-details{
      font-size: 26px;
    }
    .content .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 3 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 60%;
    }
    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a{
      font-size: 12px;
    }
  }
  @media (max-width: 520px){
    footer::before{
      top: 145px;
    }
    footer .content .top{
      flex-direction: column;
    }
    .content .top .media-icons{
      margin-top: 16px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 2 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 100%;
    }
  }
  

/*------Responsive-------*/

@media (max-width:400px){
    
    .cuerpo {
        position: relative;
        margin-top: 260px;
    }
    
    .cuerpo h1 {
        font-size: 3em;
        font-weight: 500;
        color: white;
        line-height: 1em;
    }
    
    .cuerpo p {
        position: relative;
        font-size: 1.1em;
        margin: 10px 0;
        font-weight: 500;
        max-width: 500px;
        color: white;
    }
    
   .boton1 {
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    width: 10%;
    background: -webkit-linear-gradient(left, #001d4d, #1A609F);
    /*background-color: #1A609F;*/
    color: white;
    border-color: white;
    border-width: 2px;
    }

    .seccion , .seccion1{
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    div.container2 {
        position: center;
        justify-content: center;
        text-align: center;
        padding-top: 5%;
        padding-left: 15%;
        padding-right: 10%;
        padding-bottom: 1px;
    }

    .cajas {
        margin-top: 15px;
    }

    .footer {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    footer {
        background-color: #333333;
        color: white;
        padding: 2px;
    }
    
    footer p {
        padding: 2px;
        font-size: 8px;
        margin-right: 10px;
        margin-bottom: 2px;
        text-align: center;
    }
    
    h4 {
        text-align: center;
    }
}

@media only screen and (min-width:400px) and (max-width:500px){

    .cuerpo {
        position: relative;
        margin-top: 260px;
    }
    
    .cuerpo h1 {
        font-size: 4em;
        font-weight: 600;
        color: white;
        line-height: 1em;
    }
    
    .cuerpo p {
        position: relative;
        font-size: 1.1em;
        margin: 10px 0;
        font-weight: 600;
        max-width: 600px;
        color: white;
    }
    .navbar {
        background-color: white !important;
        width: 100%;
        position: absolute;
        right: 0;
        display: flex;
        justify-content: flex-start;
        z-index: 10;
    }
    
    .nav-link {
        color: #1A609F !important;
    } 
    .boton1 {
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    width: 10%;
    background: -webkit-linear-gradient(left, #001d4d, #1A609F);
    /*background-color: #1A609F;*/
    color: white;
    border-color: white;
    border-width: 2px;
    }
  
    .footer {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    footer {
        background-color:#333333;
        color: white;
        padding: 2px;
    }
    
    footer p {
        padding: 2px;
        font-size: 8px;
        margin-right: 10px;
        margin-bottom: 2px;
        text-align: center;
    }
    
    h4 {
        text-align: center;
    }
}
@media only screen and (min-width:500px) and (max-width:768px){

    .cuerpo {
        position: relative;
    }
    
    .cuerpo h1 {
        font-size: 2em;
        font-weight: 400;
        color: white;
        line-height: 1em;
    }
    
    .cuerpo p {
        position: relative;
        font-size: 1.1em;
        margin: 5px 0;
        font-weight: 400;
        max-width: 400px;
        color: white;
    }
    .navbar {
        background-color: white !important;
        width: 100%;
        position: absolute;
        right: 0;
        display: flex;
        justify-content: flex-start;
        z-index: 10;
    }
    
    .nav-link {
        color: #1A609F !important;
    }
    
    .boton1 {
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    width: 10%;
    background: -webkit-linear-gradient(left, #001d4d, #1A609F);
    /*background-color: #1A609F;*/
    color: white;
    border-color: white;
    border-width: 2px;
    }
  
    .footer {
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    footer {
        background-color: #333333;
        color: white;
        padding: 2px;
    }
    
    footer p {
        padding: 2px;
        font-size: 8px;
        margin-right: 10px;
        margin-bottom: 2px;
        text-align: center;
    }
    
    h4 {
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px){

    .cuerpo {
        position: relative;
    }
    
    .cuerpo h1 {
        font-size: 2em;
        font-weight: 400;
        color: white;
        line-height: 1em;
    }
    
    .cuerpo p {
        position: relative;
        font-size: 1.1em;
        margin: 5px 0;
        font-weight: 400;
        max-width: 400px;
        color: white;
    }
    .navbar {
        background-color: white !important;
        width: 100%;
        position: absolute;
        right: 0;
        display: flex;
        justify-content: flex-start;
        z-index: 10;
    }
    
    .nav-link {
        color: #1A609F !important;
    }
}
    