:root {
    --laco-yellow: #FEC941;
    --laco-blue: #32B1FC;
    --laco-purple: #8625CC;
    font-family: 'Varela Round';
}

.text-yellow {
    color: var(--laco-yellow) !important;
}

.text-blue {
    color: var(--laco-blue) !important;
}

.text-purple {
    color: var(--laco-purple) !important;
}

section.sn-bannerprincipal {
    background-color: #f4f4f4;
    margin-top: 65px;
    display: flex;
    padding: 5px;
}

.copy-sn-bp {
    display: flex;
    flex-direction: column;
    padding: 35px;
}

p.copy-text-sn-bp {
    text-align: center;
    line-height: 26px;
}

.copy-text-sn-bp span.text-purple {
    font-size: 30px ;
    font-family: 'Varela Round';
}

.copy-text-sn-bp span.text-blue {
    font-size: 22px;
    font-family: 'Varela Round';
}

p.black-text-sn-bp {
    font-size: 16px;
    line-height: 19.26px;
    text-align: center;
    font-family: 'Varela Round';
}

.btn-sn-bp {
    margin-top: 20px;
    text-align: center;
}

.btn-sn-bp a{
    background-color: #8625cc;
    height: 40px;
    width: 233px;
    display: block;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    margin: 0px auto;
}

.container-sn-bannerprincipal {
    display: flex;
    align-items: stretch;
    width: 100%;
}

img.img-sn-bp {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.img-sn-bp-container {
  width: 60%;
  height: 232px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
}

.col-sn-right {
    display: flex;
}

section.sn-pruple-section {
    padding: 10px 5%;
    background-color: #8625cc;
}

section.sn-pruple-section p {
    font-size: 14px;
    font-family: 'Varela Round';
    line-height: 16.86px;
    color: #fff;
    width: 96%;
    margin: 10px auto;
}


.img-objetivos {
  height: 329px;
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #eee;
}

.img-valores {
  background-image: url('images/priezaMaestra.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  width: 100%;
  background-position-x: center;
  background-position-y: -46px;
}

section.sn-objetivos-valores {
    display: flex;
    padding: 25px 5%;
}

.objetivos-container {
    padding-right: 20px;
}

.valores_container {
    padding-left: 20px;
}

.title-objetivos {
    font-size: 24px;
    font-family: 'Varela Round';
}

.copy-objetivos {
    font-size: 14px;
    line-height: 16.89px;
    margin-bottom: 30px;
    font-family: 'Varela Round';
    color:#000
}


.title-valores {
    font-size: 24px;
    font-family: 'Varela Round';
}

.copy-valores {
    font-size: 14px;
    line-height: 16.89px;
    font-family: 'Varela Round';
    color:#000
}


.comoHacemos-card {
    background-color: #f4f4f4;
    padding: 32px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 3px 3px 2px 0 #00000025 !important;
  }
  
  section.comoHacemos {
    margin: 5px 5%;
  }
  
  .cards-comoHacemos-container {
    display: flex;
    align-items: stretch;
  }
  
  .copy-comoHacemos {
    font-size: 14px;
    text-align: center;
    line-height: 14.45px;
    height: 65%;
    color:#000;
    font-family: 'Varela Round';
  }
  
  p.title-card-comoHacemos {
    font-size: 24px;
    margin-bottom: 10px;
    height: 35%;
    font-family: 'Varela Round';
  }
  
  .title-comoHacemos p {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Varela Round';
  }

/******** quienes conforman************/
  .quienesComforman-card-1 {
    background-image: url('images/adminQuienes.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    padding: 32px;
    border-radius: 16px;
    height: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .quienesComforman-card-2 {
    background-image: url('images/propQuienes.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    padding: 32px;
    border-radius: 16px;
    height: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .quienesComforman-card-3 {
    background-image: url('images/porveedorQuienes.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    padding: 32px;
    border-radius: 16px;
    height: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  section.quienesComforman {
    margin: 20px 0% 7px;
    box-shadow: 3px 3px 2px 0 #00000025 !important;
    padding-bottom: 30px;
}
  
  .cards-quienesComforman-container {
    display: flex;
    align-items: stretch;
  }
  
  .copy-quienesComforman {
    font-size: 14px;
    text-align: center;
    line-height: 14.45px;
    height: 65%;
    font-family: 'Varela Round';
  }
  
  p.title-card-quienesComforman {
    font-size: 24px;
    margin-bottom: 10px;
    height: 35%;
    font-family: 'Varela Round';
  }
  
  .title-quienesComforman p {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Varela Round';
  }

  /******* contactanos *************/

  section.contactanos {
    padding: 0px 5% 5px;
    display: flex;    
    align-content: stretch;
    flex-wrap: wrap;
}
  
  
form#enviar_form_contacto {
  background-color: #fff;
  padding: 23px;
  width: 90%;
  border-radius: 20px;
  border: 2px solid #E9E9E9;
}
  
  div#modal-contacto-home {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
  }
  
  p.form_Contacto_title {
    text-align: center;
    font-size: 20px;
    font-family: 'Varela Round';
    color: #8625cc;
  }
  
  input.btn.style-btn-home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: static;
    padding: 5px 40px;
    box-shadow: 3px 3px 2px 0 #00000025 !important;
    background-color: #8625cc;
    color: #fff;
}

  /******** media querys ******/

  @media (min-width:1500px) {
    section.contactanos {
      padding: 20px 12% 30px;
      display: flex;
      align-content: stretch;
      flex-wrap: wrap;
  }

  section.comoHacemos {
    margin: 23px 16%;
}

section.sn-objetivos-valores {
  display: flex;
  padding: 40px 16%;
}

section.sn-pruple-section {
  padding: 20px 16%;
  background-color: #8625cc;
}

section.sn-bannerprincipal {
  background-color: #f4f4f4;
  margin-top: 65px;
  display: flex;
  padding: 20px 16%;
}
section.quienesComforman {
  margin: 20px 0%;
  box-shadow: 3px 3px 2px 0 #00000025 !important;
  padding-bottom: 30px;
  padding-left: 16%;
  padding-right: 16%;
}

  }

  @media (min-width:1400px) and (max-width:1499px){ 
    .img-nuestro-equipo {
      max-width: 92% !important;
      margin: 0 auto;
      padding: 25px 45px;
      border-radius: 10px;
      box-shadow: 0px 3px 7px 0 #00000025 !important;
    }

  }

  @media (min-width:1500px) and (max-width:1650px){
    .img-nuestro-equipo {
      max-width: 86% !important;
      margin: 0 auto;
      padding: 25px 45px;
      border-radius: 10px;
      box-shadow: 0px 3px 7px 0 #00000025 !important;
    }
  }

  @media (min-width:1651px) and (max-width:1680px){
  .img-nuestro-equipo {
    max-width: 81% !important;
    margin: 0 auto;
    padding: 25px 45px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0 #00000025 !important;
}
  }
@media (min-width:1681px) and (max-width:1800px){
.img-nuestro-equipo {
  max-width: 74% !important;
  margin: 0 auto;
  padding: 25px 45px;
  border-radius: 10px;
  box-shadow: 0px 3px 7px 0 #00000025 !important;
}
}
@media (min-width:1801px) { 

  .img-nuestro-equipo {
    max-width: 62% !important;
    margin: 0 auto;
    padding: 25px 45px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0 #00000025 !important;
}

}
  
.img-nuestro-equipo {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 45px;
  border-radius: 10px;
  box-shadow: 0px 3px 7px 0 #00000025 !important;
}

.copy-nuestro-equipo {
  max-width: 80%;
  text-align: center;
  margin: 20px auto;
  color:#000;
  font-family: 'Varela Round';
}

.copy-nuestro-equipo p {
  font-size: 14px;
}

.copy-nuestro-equipo a {
  color: #000;
  text-decoration: underline;
}

.title-nuestro-equipo {
  text-align: center;
  font-size: 24px;
  font-family: 'Varela Round';
  }


  .nuestro_equipo_container {
    margin-top: 50px;
    padding: 0px 40px;
}

@media (max-width:768px) {
  img.img-sn-bp {
    height: 100%;
    width: 100%;
    object-fit: contain;
    min-height: 232px;
}

.container-sn-bannerprincipal {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
}

.copy-sn-bp {
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
}

.img-sn-bp-container {
  width: 100%;
  height: 232px;
  margin: auto;
  background-color: #fff;
}

section.sn-pruple-section p {
 
  text-align: center;
}
.objetivos-container {
  padding-right: 0px;
}

.valores_container {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}

.copy-valores {  
  order: 3;
  text-align: center;
}
.img-valores { 
  order: 2;
}
.title-valores {
  order: 1;
  text-align: center;
  margin-top: 30px;
}
section.sn-objetivos-valores {
  display: flex;
  padding: 40px 2%;
}
.img-valores {
  background-image: url('images/priezaMaestra.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 295px;
  width: 100%;
  background-position-x: center;
  background-position-y: -10px;
}
.title-objetivos {
  font-size: 24px;
  font-family: 'Varela Round';
  text-align: center;
}
.cards-comoHacemos-container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.comoHacemos-card { 
  margin-bottom: 15px;
}
.cards-quienesComforman-container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.quienesComforman-card-1 { 
  margin-bottom: 15px;
}
.quienesComforman-card-2 { 
  margin-bottom: 15px;
}
.quienesComforman-card-3 { 
  margin-bottom: 15px;
}
.nuestro_equipo_container {
  margin-top: 50px;
  padding: 0px 15px;
}
section.contactanos {
  padding: 20px 2% 30px;
  display: flex;
  border-bottom: solid 15px lightgray;
  align-content: stretch;
  flex-wrap: wrap;
}
form#enviar_form_contacto {
  background-color: #fff;
  padding: 7px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #E9E9E9;
}
.copy-objetivos {
  font-size: 14px;
  line-height: 16.89px;
  margin-bottom: 30px;
  font-family: 'Varela Round';
  color: #000;
  text-align: center;
}
.nuestro_equipo_container {
  margin-top: 0px;
  padding: 0px 15px;
}
}

@media (min-width:769px) and (max-width:992px){

  .objetivos-container {
    padding-right: 0px;
  }
  
  .valores_container {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }
  
  .copy-valores {  
    order: 3;
    
  }
  .img-valores { 
    order: 2;
  }
  .title-valores {
    order: 1;
    text-align: center;
    margin-top: 30px;
  }
  section.sn-objetivos-valores {
    display: flex;
    padding: 40px 2%;
  }
  .img-valores {
    background-image: url('images/priezaMaestra.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 295px;
    width: 100%;
    background-position-x: center;
    background-position-y: -10px;
  }
  .title-objetivos {
    font-size: 24px;
    font-family: 'Varela Round';
    text-align: center;
  }
  .nuestro_equipo_container {
    margin-top: 0px;
    padding: 0px 15px;
}
 }

 @media(max-width:767px){
 
.btn_contactanos_enviar {
  margin-top: 45px !important;
}
}


.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;  
}
@media (min-width: 320px) and (max-width: 359px){
  .img-objetivos {
    height: 190px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}
@media (min-width: 360px) and (max-width: 400px){
  .img-objetivos {
    height: 221px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}

@media (min-width: 401px) and (max-width: 450px){
  .img-objetivos {
    height: 249px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}

@media (min-width: 451px) and (max-width: 500px){
  .img-objetivos {
    height: 290px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}


@media (min-width: 501px) and (max-width: 600px){
  .img-objetivos {
    height: 339px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}

@media (min-width: 601px) and (max-width: 650px){
  .img-objetivos {
    height: 349px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}

@media (min-width: 651px) and (max-width: 700px){
  .img-objetivos {
    height: 405px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}

@media (min-width: 701px) and (max-width: 750px){
  .img-objetivos {
    height: 425px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}

@media (min-width: 751px) and (max-width: 850px){
  .img-objetivos {
    height: 471px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
 
  object-position: right;

}
}


@media (min-width: 851px) and (max-width: 991px){
  .img-objetivos {
    height: 553px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px; 
  object-position: right;

}
}

@media (min-width: 992px) and (max-width: 1280px){

.img-objetivos {
  height: 310px;
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #eee;
}

.img-objetivos img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px; 
  object-position: right;

}

}