/*
Theme Name:  Hello Elementor - child
Description: Tema hijo creado por desarrollo web
Author:      Desarrollo-WEB-UNAB
Author URL:  https://wordpress.org/
Template:    hello-elementor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helloelementor-child
*/

.main-container-formulario {
  width: 20%;
}

#contenedor-formulario {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.spinner {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-area {
  height: 100px !important;
}

#formulario-educacioncontinua .input_form {
  height: 40px;
  margin-top: 9px;
  width: 90%;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: "Poppins", Sans-serif;
  outline: none !important;
}

#formulario-educacioncontinua div {
  display: flex;
  justify-content: center;
}

#formulario-educacioncontinua {
  display: flex;
  flex-direction: column;
}

.btn-form {
  margin: auto;
  width: 150px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 7px;
  background-color: #942231;
  border: none;
  color: white;
  border-radius: 10px;
  font-family: "Poppins", Sans-serif;
}

.btn-form:hover {
  background-color: #55131c;
}

.g-recaptcha {
  margin-top: 10px;
}

.warning {
  text-align: center;
  color: #332705;
  background: #ffda6a;
  width: 80%;
  margin: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  border-radius: 2px;
}

#area-mensaje {
  display: flex;
  justify-content: center;
  align-items: center;
}

#area-mensaje p {
  margin: 0;
}


:root {
  --spinner-size: 60px;
  /* Tamaño total del spinner */
  --border-width: 4px;
  /* Grosor del borde */
}

.lds-ripple {
  margin: auto;
  position: relative;
  width: var(--spinner-size);
  height: var(--spinner-size);
}

.lds-ripple div {
  position: absolute;
  border: var(--border-width) solid #942231;
  /*#942231  #072348*/
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: calc(var(--spinner-size) / 2 - var(--border-width));
    left: calc(var(--spinner-size) / 2 - var(--border-width));
    width: calc(var(--border-width) * 2);
    height: calc(var(--border-width) * 2);
    opacity: 0;
  }

  4.9% {
    top: calc(var(--spinner-size) / 2 - var(--border-width));
    left: calc(var(--spinner-size) / 2 - var(--border-width));
    width: calc(var(--border-width) * 2);
    height: calc(var(--border-width) * 2);
    opacity: 0;
  }

  5% {
    top: calc(var(--spinner-size) / 2 - var(--border-width));
    left: calc(var(--spinner-size) / 2 - var(--border-width));
    width: calc(var(--border-width) * 2);
    height: calc(var(--border-width) * 2);
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: var(--spinner-size);
    height: var(--spinner-size);
    opacity: 0;
  }
}

.rss_image a img{
  width: 100% !important;
  height: 100% !important;
}