
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.monotype.com/
*/


@font-face{
  font-family:"UniversNextW05-Light";
  src:url("../Fonts/UniversNextW05-Light.woff2") format("woff2"),url("../Fonts/UniversNextW05-Light.woff") format("woff");
}
@font-face{
  font-family:"UniversNextW05-Regular";
  src:url("../Fonts/UniversNextW05-Regular.woff2") format("woff2"),url("../Fonts/UniversNextW05-Regular.woff") format("woff");
}
@font-face{
  font-family:"UniversNextW05-Bold";
  src:url("../Fonts/UniversNextW05-Bold.woff2") format("woff2"),url("../Fonts/UniversNextW05-Bold.woff") format("woff");
}




body, html {
    font-family: 'UniversNextW05-Regular','Poppins', sans-serif;
}




/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
--animate-duration: 2s;
}

/* This changes all the animations globaly */
:root {
--animate-duration: 3000ms;
--animate-delay: 0.9s;
}



.tit {
      font-family: 'UniversNextW05-Bold','Poppins', sans-serif;
      font-weight: 500 !important;
}

.subtit {
      font-family: 'UniversNextW05-Bold','Poppins', sans-serif;
      font-weight: 500 !important;
}


.bg-institucional {
    background-color:  #FE000A;
}

.color-institucional {
    color: #FE000A !important;
}

/* footer redes sociales */
.social-networks {
  font-size: 1.1rem;
  
}

.social-networks {
    font-size: 1.1rem;
    display: flex;
    gap: 9px; /* espacio entre botones */
    justify-content: right; /* centra el ícono */
}

.social-networks a {
    color: #777777;
    transition: 0.2s;
    background-color: #333;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50%; /* hace que se vean redondos */
    display: flex;
    align-items: center;
    justify-content: center; /* centra el ícono */
    text-decoration: none;
    font-size: 1.1rem;
}


.facebook:hover {
  color: #0077e2;
}

.linkedin:hover {
  color: #2390f0;
}

.instagram:hover {
  color: #C934AC;
}

.mail:hover {
  color: #666;
}

.ws:hover {
  color: #09CC61;
}

.youtube:hover {
  color: #D0112B;
}


.marcas {
    width: 110px !important;
    height: 110px !important;
}

.marcas-mobile {
    width: 50px !important;
    height: 50px !important;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #AAA !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    border-bottom-color: #EEEEEE;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
