/*-------------------------------------------------------------
# CUSTOM CLASSES 
--------------------------------------------------------------*/
.soy_title_l,
.soy_title_m,
.soy_title_s {
  color: black;
  text-transform: uppercase;
  font-weight: 400;
}

.soy_title_l {
  font-size: 2.833rem;
  font-weight: 900;
}

.soy_title_m {
  font-size: 2.033rem;
  font-weight: 600;
}

.soy_title_s {
  font-weight: 500;
  font-size: 1.033rem;
}

/*-------------------------------------------------------------
# Guía de interacciones 11 - Varios
--------------------------------------------------------------*/
.cta-volver {
  color: #000000;
}

.cta-volver .material-icons {
  height: 34px;
  font-size: 28.33px;
}

.cta-volver:hover {
  color: #000000;
}

.cta-volver:hover .material-icons {
  color: #FCB2C1;
}

.soy-cta-input input.form-control {
  background: #FFFFFF;
  border: 1px solid #000000;
  height: 34px;
}

.soy-cta-input input.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}

.soy-cta-input input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.soy-cta-input input.form-control::placeholder {
  color: #000000;
}

.soy-cta-input input.form-control:hover,
.soy-cta-input input.form-control:active,
.soy-cta-input input.form-control:focus {
  border-color: #FCB2C1;
  outline: none;
}

.soy-cta-input .input-group.js-parent-focus .input-group-btn {
  padding-left: 5px;
}

.soy-cta-input .input-group.js-parent-focus .input-group-btn .btn {
  background: #FAFAFA;
  color: #000000;
  font-weight: normal;
  text-transform: none;
  border: none;
  font-size: 13.33px;
  padding: 7px 36px;
}

.soy-cta-input .input-group.js-parent-focus:hover .form-control {
  border-color: #FCB2C1;
}

.soy-cta-input .input-group.js-parent-focus:hover .input-group-btn .btn {
  background: #FCB2C1;
}

.soy-cta-input .custom-checkbox label {
  font-size: 12.33px;
  font-weight: normal;
}

/*-------------------------------------------------------------
# CMS
--------------------------------------------------------------*/
body#cms .soy_imagen_centrada {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

body#cms #soyCalendly {
  height: 550px;
}

body#cms #soyCalendly>div {
  height: 100%;
}

body#cms .seccion {
  margin: 20px 0;
  padding: 0;
  float: left;
  width: 100%;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

body#cms .seccion>div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

body#cms .seccion>div img {
  width: 100%;
}

body#cms .seccion>div span.h3 {
  display: block;
  margin-bottom: 18px;
}

body#cms .seccion.superior>div {
  width: 100%;
}

body#cms .seccion.seccion_a .texto,
body#cms .seccion.seccion_b .texto {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 20px;
  order: 1;
}

body#cms .seccion.seccion_a .texto .h3,
body#cms .seccion.seccion_b .texto .h3 {
  font-size: 17.33px;
}

body#cms .seccion.seccion_a .imagen,
body#cms .seccion.seccion_b .imagen {
  order: 2;
}

body#cms .quienes_somos {
  clear: both;
}

body#cms .quienes_somos .h2 {
  padding: 8px 20px;
}

body#cms .quienes_somos img {
  width: 100%;
}

body#cms .quienes_somos .texto {
  padding: 20px;
}

body#cms .quienes_somos .texto .h4 {
  font-weight: 100;
  text-align: left;
}

body#cms .equipo {
  padding: 20px;
}

body#cms .equipo .h2 {
  margin-bottom: 25px;
}

body#cms .equipo>div {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}

body#cms .equipo>div img {
  width: 100%;
}

body#cms .equipo>div .texto span {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

body#cms .equipo>div .texto .h4 {
  font-weight: 100;
  margin-bottom: 13px;
  text-align: left;
}

/**
 * Responsive para pantallas superiores a 992px 
**/
@media screen and (min-width: 992px) {
  body#cms .seccion {
    margin: 30px 0;
    display: block;
  }

  body#cms .seccion>div {
    width: calc(50% - 30px);
  }

  body#cms .seccion>div p.h4 {
    line-height: 30px;
  }

  body#cms .seccion.seccion_a .texto {
    text-align: right;
    margin-right: 30px;
  }

  body#cms .seccion.seccion_b .texto {
    text-align: left;
    margin-left: 30px;
  }

  body#cms .quienes_somos {
    padding: 0 100px;
    margin-top: 50px;
    float: left;
  }

  body#cms .quienes_somos .h2 {
    padding-left: 0;
    margin-bottom: 20px;
  }

  body#cms .quienes_somos>div {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: bottom;
  }

  body#cms .quienes_somos imagen {
    margin-right: 20px;
  }

  body#cms .equipo {
    margin: 100px 0;
    padding: 0 100px;
    float: left;
  }

  body#cms .equipo>div {
    width: 24%;
    margin: 0.5%;
    float: left;
  }
}
