.boletin{
    position: relative;
    width: 100%;
    height:25vh;
}
.container_boletin{
    display: flex;
    background-color: #26C4C3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.paralelo  {
    width: 60%;
    height:100%;
    top: 0.05px;
    background:#3C84A8;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    gap: 5rem;
}
.info_boletin{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1rem 2rem 0 2rem;  
      gap: 1rem;
}
.contenido_boletin{
    width: 40%;
    color: white;
}
.contenido_boletin h1{
    width: 100%;
    font-family: Segoe UI;
    color: #FFFFFF;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 0em;
    text-align: left;

}              
.contenido_boletin p{
    font-family: Segoe UI;
    color: #FFFFFF;
    font-size: 23;
}
.email_boletin{
    display: flex;
    align-items: center;
    justify-content: unset;
    width: 60%;
}
.content_email{
    width: 100%;
}
.content_email input{
    background: white;
    border-radius: 50px;
    width: 100%;
    height: 3rem;
}
.content_email button{
    position: absolute;
    right: 33px;
    border-radius: 50px;
    width: 150px;
    margin: 0.18rem;
    background-color: #3C84A8;
    color: white;
    font-weight: 500;
    height: 42px;
}

.footer_contenido_left ul {
  width: 100%;
}

@media (max-width: 650px){
  .boletin{
    height:300px;
  }
  .container_boletin{
    background-color: #3C84A8;
    width: 100%;
    left: 0%;
  }
  .paralelo{
    display: none;
  }
  .info_boletin{
    padding: 1rem 1rem;  
    display: unset;
  
  }
  .contenido_boletin{
    width: 100%;
  }

  .contenido_boletin h1{
    text-align: center;
  } 
  .contenido_boletin p{
    text-align: center;
    font-size: 17px;
  }
  .email_boletin{
    width: 100%;
    padding-top: 1.5rem;
  }
  .content_email{
    width: 100%;
  }
  .content_email button{
    width: 30% !important;
    background-color: #26C4C3;   
    right: 4.5%;                
  }
}
@media (max-width: 1024px){
  .info_boletin{       
    display: unset;
  }
  .contenido_boletin{
    width: 100%;
  }
  .email_boletin{
    width: 100%;
    padding-top: 1.5rem;
  }
}

/**/

.footer{ 
    grid-area: footer; 
    background-color: #2B647F;
    display: grid;
    grid-template-rows: 100px 1fr 71.57px;
}
.footer_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 /*contenido footer middle*/
.footer_caja{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}
.spam_line {
    border-bottom: 2px solid #3C84A8;
    position: relative;
    width:57%;
    top: 85px;
    z-index: 100;
}
.footer_caja div h4{
    padding: 0 25px;
    position: relative;
    z-index: 200;
    font-size: 21px;
    font-weight: 700;
    background-color: #2B647F;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
}
.footer_contenido_left{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.footer_contenido_middle{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1%;
}

.footer_redes img {
  padding: 11px 5px;
}
@media(min-width: 768px) {
  .footer_redes img {
    padding: 11px 13px;
  }
}
.footer_contenido_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_caja ul{
    padding: 0px 0px 43px 50px;
}
.footer_caja li{
    list-style: url('../img/icon-list.png');
    max-width: 300px;
}
.footer_contenido_left a,
.footer_contenido_right a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}
.foot-right__ul{
  display: grid;
  justify-content: center;
 }
/*copyright*/
 .footer_copy{
    background-color: #235875;
 }

 @media (max-width: 350px) {
  
  .footer_caja ul{
    padding-left: 20px !important;
  }
  .footer_logo{
    display: block;
  }
  .footer_logo img{
    margin: 0 auto;
  }
  .foot-right__ul{
    width: 100%;
  }
}
@media (min-width: 350px) {
  .footer_contenido_left,.footer_contenido_right {
    width: 300px !important;

  }
  .footer_caja > div > ul{
    width: 100%;
  }
}
@media (max-width: 1072px) {
   .footer_contenido_middle {
     order: 2;
   }
   .footer_contenido_right {
     order: 1;
   } 
   .foot-right__ul{
     display: grid;
     justify-content: flex-start;
   }
   .footer_caja>div{
     border-top: 2px solid #235875;
     width: 100%;
     display: grid;
     place-items: center;
   }
   .spam_line {
     display: none;
   }
}

/**/
/* .footer_toTop img {
  width: auto !important;
  height: auto !important;
}
.footer_toTop img {
  margin: 0 auto 0 auto;
  width: auto !important;
  height: auto !important;
  display: none;
}*/

.footer_contenido-middle_menu .btnToTop {
  position: absolute;
  top: 140px;
  left: 130px; 
}

.footer_contenido-right{
  margin-right: -120px;
}

@media (max-width: 1439px) {
  .footer_contenido-middle .btnToTop {
    display: none;
  }
  /*.footer_toTop img {
    display: block;
  }*/
  .footer_contenido-right{
    margin-right: 0;
  }
  .footer_contenido-left_menu{
    margin-left: -100px;
    
  }

   /* PERO SI COMENTO EL DE ABAJO, EL INICIO ESTA MAL PERO LO DEMAS ESTA BIEN*/
/* @media (min-width: 200px) and (max-width: 319px) {
       .footer_contenido ul{
         width: 189px;
       }
       .footer_contenido-left_menu {
           margin-left: -1rem;
       }
       .footer_logo img{
         width: 12.5rem;
         height: 3.5rem;
       }
   }*/
   /* SI COMENTO EL PRIMERO - ESTO DE AQUI BOTA CORRECTO EL INICIO PERO LO DEMAS ESTA MAL*/
  @media (min-width: 320px) and (max-width: 480px) {
       .logo-container{
           margin-left: -50px;
           margin-top: -125px;
       }
       .logo-container a img{
           width: 10rem;
       }
       .footer_contenido-left_menu{
         margin-left: -65px;
       }
       .footer_contenido ul{
         width: 189px;
       }
       .footer_contenido-left_menu {
           margin-left: -1rem;
       }
       .footer_logo img{
         width: 12.5rem;
         height: 3.5rem;
       }
   }
   @media (min-width: 481px) and (max-width:768px) {
       .logo-container{
           margin-left: -30px;
           margin-top: -125px;
       }
       .logo-container a img{
           width: 10rem;
       }
   }
   @media (min-width: 769px) and (max-width:1023px) {
       .logo-container{
           margin-left: -20px;
           margin-top: -125px;
       }
       .logo-container a img{
           width: 10rem;
       }
       
   }
   @media (min-width: 1024px) and (max-width:1200px) {
       .logo-container {
           margin-left: 55px;
           margin-right: 270px;
       }
       .logo-container a img{
           width: 20rem;
       }
     }
 }
