body {
    font-family: "Open Sans", sans-serif;
}

.yellow {
    background-color: #fdb719 !important;
    box-shadow: none;
}

.yellow-text {
    color: #fdb719 !important;
}

.gray {
    background: #f8fafa;
}

.gray-accent {
    background: #eff1f1;
}

.white {
    background: #fff;
}

.black {
    background-color: #494747 !important;
}

.black-text {
    color: #494747 !important;
}

.container {
    width: 90%;
}

/* Animacion loading */

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

h1 {
    margin: 0;
    font-size: 50px;
    padding: 10px 0;
    font-weight: 400;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 36px;
    }
}

header {
    position: fixed;
    height: 129px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    z-index: 99;
    background: white;
}

.page {
    padding-top: 129px;
}

nav ul li.active,
nav ul li a:hover {
    background-color: transparent;
}

nav ul li.active a,
nav ul li a:hover {
    color: #494747;
}

#idiomas {
    margin-right: 3.5rem;
    font-size: 14px;
}

#menu {
    line-height: 50px;
}

nav .sidenav-trigger {
    float: right;
}

nav ul#menu li a {
    color: #494747;
    padding: 0 6px;
    font-size: 14px;
}

.sudamerica nav ul#menu li a {
    padding: 0 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
    nav ul#menu li a {
        text-transform: uppercase;
    }
}

nav ul#menu li a.active,
nav ul#menu li a:hover {
    color: #f7c240;
}

form#search {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

form#search:focus-within {
    width: calc(100% - 166px);
}

form#search input {
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-top: 5px;
    height: 54px;
    border-radius: 4px;
    opacity: 0;
}

form#search input:focus {
    padding: 0 3.5rem;
    z-index: 0;
    cursor: text;
    width: calc(100% - 7rem);
    opacity: 1;
}

form#search .label-icon {
    right: 1rem;
    left: auto;
    z-index: 1;
    margin-top: -5px;
}

form#search .close {
    left: 1rem;
    right: auto;
    z-index: 1;
    margin-top: -5px;
}

.sidenav li>a {
    color: #494747;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
}

ul.idiomas-mobile {
    display: flex;
    margin: 0;
}

ul.idiomas-mobile li {
    display: inline-block;
}

ul.idiomas-mobile li a:hover {
    background: transparent;
    color: white;
}

ul.idiomas-mobile li.active,
ul.idiomas-mobile li a.active {
    background-color: #494747;
    color: white;
}

ul.menu-mobile li a {
    text-transform: uppercase;
}

ul.menu-mobile li a:hover {
    background: transparent;
    color: #f7c240;
}

ul.menu-mobile li.active,
ul.menu-mobile li a.active {
    background: transparent;
    color: #f7c240;
}

input#search-mobile {
    padding-left: 60px;
}

input#search-mobile:focus {
    border-bottom: 1px solid #f7c240;
    -webkit-box-shadow: 0 1px 0 0 #f7c240;
    box-shadow: 0 1px 0 0 #f7c240;
}

.search-mobile label {
    position: absolute;
    top: 40px;
    left: 20px;
}

.search-mobile input:focus+label {
    color: #f7c240 !important;
}

.slide-home {
    line-height: 0;
}

.separador {
    margin-bottom: 50px;
}

.contenido {
    min-height: 300px;
    padding-bottom: 30px;
}

.contenido h2 {
    font-size: 50px;
    padding: 70px 0;
    margin: 0;
    font-weight: 300;
}

.contenido h2.titulos {
    display: flex;
    width: 100%;
    color: #f7c240;
    margin: 75px 0 50px;
    padding: 0;
}

.contenido h2.titulos .borde {
    flex-grow: 1;
    border-bottom: 1px solid #f7c240;
}

.contenido h2.titulos .texto {
    padding: 0 20px;
    line-height: 45px;
}

h4.titulos {
    display: flex;
    width: 100%;
    color: #f7c240;
    margin: 150px 0 100px;
    padding: 0;
}

h4.titulos .borde {
    flex-grow: 1;
    border-bottom: 1px solid #f7c240;
    margin-bottom: 14px;
}

h4.titulos img {
    height: 50px;
    width: auto;
    margin-top: -10px;
}

h4.titulos .texto {
    padding-right: 20px;
}

.contenido h4 {
    font-size: 36px;
    font-weight: 200;
    margin: 30px 0 0;
}

.contenido h4.bienvenida {
    font-size: 60px;
}

.contenido .noticias h4 {
    font-size: 20px;
    text-align: center;
}

.contenido.contacto h4 {
    font-size: 20px;
}

.contenido h3 {
    font-size: 30px;
    margin: 30px 0;
    font-weight: 100;
}

.contenido h4.bajo-foto {
    margin: 10px 0 0;
}

.contenido p {
    font-size: 20px;
    font-weight: 200;
    margin: 10px 0;
}

.contenido p.chico {
    font-size: 17px;
}

.contenido .noticias p.chico {
    font-size: 14px;
}

.contenido.contacto p.chico {
    font-size: 13px;
}

.contenido .col {
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
    .contenido h4 {
        font-size: 24px;
    }

    .contenido h4.bienvenida {
        font-size: 36px;
    }

    .contenido h2 {
        font-size: 36px;
    }

    .contenido p {
        font-size: 18px;
    }

    .contenido p.chico {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .contenido .col h4 {
        font-size: 24px;
    }

    .contenido .col p {
        font-size: 18px;
    }

    .contenido .col p.chico {
        font-size: 14px;
    }
}

.quienes-somos .icono {
    height: 80px;
}

footer {
    padding: 55px 0 20px;
    font-weight: 200;
}

footer h4 {
    margin: 0 0 10px;
    font-size: 33px;
    font-weight: 200;
}

footer p {
    margin: 0;
    padding-bottom: 10px;
}

footer .contdatos {
    margin-bottom: 55px;
}

footer .datos {
    border-left: 3px solid #f7c240;
    padding-left: 20px;
    min-height: 150px;
}

footer .extras .datos {
    min-height: 110px;
}

footer .extras .datos p {
    padding: 0;
}

footer .extras .datos p.telefono {
    font-size: 11px;
}

footer a {
    color: white;
}

footer a:hover {
    color: #f7c240;
}

@media only screen and (min-width: 601px) {
    footer .extras .mapa {
        text-align: right;
    }
}

@media only screen and (max-width: 992px) {
    /*
	footer .oficina {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #FFFFFF3d;
	}
	footer .oficina:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	*/
}

.cont-pais {
    position: absolute;
}

.alfa {
    fill: rgba(255, 255, 255, 0.85);
}

.ampliada {
    display: none;
}

#alfa {
    display: none;
    cursor: pointer;
}

.cerrar {
    fill: #494747;
}

.cerrar:hover {
    fill: #f7c240;
}

.mas-pais {
    display: none;
}

.resto {
    fill: #cecac8;
}

.fondo-tags {
    fill: #f7c240;
    filter: url(#f1);
}

.fondo-tags.plantas {
    fill: #494747;
}

.bt-tags {
    cursor: pointer;
}

.bt-planta:hover .fondo-tags.plantas {
    fill: #f7c240;
}

.tags {
    font-size: 4.54px;
    font-family: Roboto-Light, Roboto;
}

.tags.paises {
    fill: #494747;
}

.tags.plantas {
    fill: #f7c240;
}

.tags.cantidades {
    fill: #ffffff;
    font-size: 3.6px;
}

.bt-planta:hover .tags.plantas {
    fill: #494747;
}

.pais-abierto {
    fill: #f7c240;
    filter: url(#f1);
}

.pais {
    fill: #cecac8;
    cursor: pointer;
}

.pais:hover,
.pais.hover {
    fill: #f7c240;
}

.cont-pais.active .pais {
    fill: #f7c240;
}

.contenido p.ref-mapa {
    max-width: 400px;
    margin: 80px auto 0;
    background: #f7f9f9;
    padding: 100px;
}

.terminal {
    max-width: 340px;
    margin: 0 auto 0;
}

@media only screen and (max-width: 600px) {

    .terminal,
    .contenido p.ref-mapa {
        margin: 0px auto 0;
    }
}

.terminal .titulo {
    display: inline-block;
}

.terminal .titulo h2 {
    padding: 0;
    font-size: 36px;
}

.terminal .titulo h3 {
    margin: 5px 0 0;
    font-size: 28px;
    font-weight: 300;
}

.terminal p {
    font-size: 18px;
}

.bt-ver-tagsa {
    margin-top: 20px;
    text-align: right;
    border-right: 2px solid #f7c240;
    color: #494747;
    padding-right: 10px;
}

.bt-ver-tagsa img {
    width: 40px;
}

.bt-ver-tagsa p {
    font-size: 14px;
    margin: 0;
}

.item-mapa {
    display: none;
}

.item-mapa#ref-paises {
    display: block;
}

a.link-sustentabilidad {
    color: #fff;
    margin-top: 75%;
    display: inline-block;
    max-width: 80px;
}

a.link-sustentabilidad:hover {
    color: #f7c240;
}

a.link-sustentabilidad img {
    margin-top: 20px;
    height: 70px;
}

a.link-terminal {
    color: #494747;
    margin-top: 20px;
    display: inline-block;
}

a.link-terminal:hover {
    color: #f7c240;
}

a.link-terminal img {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #f7c240;
    height: 70px;
}

input:focus,
textarea:focus,
input.valid {
    border-bottom: 1px solid #f7c240 !important;
    -webkit-box-shadow: 0 1px 0 0 #f7c240 !important;
    box-shadow: 0 1px 0 0 #f7c240 !important;
}

input.invalid {
    border-bottom: 1px solid #494747 !important;
    -webkit-box-shadow: 0 1px 0 0 #494747 !important;
    box-shadow: 0 1px 0 0 #494747 !important;
}

input:focus+label,
textarea:focus+label {
    color: #f7c240 !important;
}

#sustentabilidad h4 {
    margin-left: -40px;
    margin-bottom: 20px;
}

.row.imagenes {
    margin-bottom: 0;
}

.row.imagenes .col {
    margin-bottom: 15px;
}

a.link-noticia {
    color: #494747;
    margin-top: 20px;
    display: block;
}

a.link-noticia:hover {
    color: #f7c240;
}

a.link-noticia img {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #fdb719;
    height: 20px;
}

.terminal-int h4 {
    margin-bottom: 10px;
}

.terminal-int h4 img {
    width: calc(40px + 0.75rem);
    padding-right: 10px;
}

.terminal-int p {
    font-weight: 600;
}

.terminal-int ul {
    margin: 0 0 0 18px;
}

.terminal-int ul li {
    list-style: disc;
}

@media only screen and (min-width: 993px) {
    .terminal-int {
        margin: 0 50px;
    }

    .terminal-int h4 {
        margin-left: -40px;
    }
}

.contenido p.descripcion {
    line-height: 130%;
    margin: 0;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: white;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f7c240;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #494747;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #eeeeee;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: white;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

/* Limit page width */
#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#contacto h3 {
    padding: 0 20px;
}

#contacto .input-field {
    margin: 0;
}

#contacto .input-field input {
    border: none !important;
    box-shadow: none !important;
    background: white;
}

#contacto .input-field input:focus {
    border: none !important;
    box-shadow: none !important;
}

input:focus+label,
textarea:focus+label {
    display: none;
}

.input-field>label:not(.label-icon).active {
    display: none;
}

#contacto .input-field input.validate {
    padding: 0 10px;
    margin: 0 10px 0 0;
    width: calc(100% - 30px);
}

#contacto .input-field:nth-child(odd) input.validate {
    margin: 0 0 0 10px;
}

#contacto .input-field>label {
    left: 30px;
}

#contacto textarea {
    border: none !important;
    box-shadow: none !important;
    background: white;
    margin: 0 10px;
    height: 150px !important;
    padding: 10px;
    width: calc(100% - 20px);
}

.padding-bajofoto {
    padding: 0 30px;
}

.destacado {}

.fondoform {
    padding: 20px 20px 70px;
}

.st0 {
    opacity: 0.36;
}

.st1 {
    fill: #f8c33f;
}

.st2 {
    fill: #544f47;
}

.copy {
    font-size: 12px;
    text-align: center;
    padding: 15px;
}

.nuestra-empresa {
    min-height: 700px;
}

.infonumeros h4 {
    font-size: 30px;
}

.infonumeros p {
    font-size: 20px;
}

.cabecera {
    line-height: 0;
}

.contenido .terminal-int h4 {
    font-size: 50px;
    font-weight: 200;
    margin-top: 70px;
}

.contenido .terminal-int h4.titulos img {
    height: 60px;
    width: auto !important;
}

.contenido .terminal-int h5 {
    font-size: 48px;
    font-weight: 200;
}

.contenido .terminal-int ul,
.contenido .terminal-int p {
    font-size: 18px;
    font-weight: 200;
}

.mitadyellow {
    background: rgba(248, 250, 250, 1);
    background: -moz-linear-gradient(left,
            rgba(248, 250, 250, 1) 0%,
            rgba(248, 250, 250, 1) 50%,
            rgba(253, 185, 25, 1) 50%,
            rgba(253, 185, 25, 1) 100%);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(248, 250, 250, 1)),
            color-stop(50%, rgba(248, 250, 250, 1)),
            color-stop(50%, rgba(253, 185, 25, 1)),
            color-stop(100%, rgba(253, 185, 25, 1)));
    background: -webkit-linear-gradient(left,
            rgba(248, 250, 250, 1) 0%,
            rgba(248, 250, 250, 1) 50%,
            rgba(253, 185, 25, 1) 50%,
            rgba(253, 185, 25, 1) 100%);
    background: -o-linear-gradient(left,
            rgba(248, 250, 250, 1) 0%,
            rgba(248, 250, 250, 1) 50%,
            rgba(253, 185, 25, 1) 50%,
            rgba(253, 185, 25, 1) 100%);
    background: -ms-linear-gradient(left,
            rgba(248, 250, 250, 1) 0%,
            rgba(248, 250, 250, 1) 50%,
            rgba(253, 185, 25, 1) 50%,
            rgba(253, 185, 25, 1) 100%);
    background: linear-gradient(to right,
            rgba(248, 250, 250, 1) 0%,
            rgba(248, 250, 250, 1) 50%,
            rgba(253, 185, 25, 1) 50%,
            rgba(253, 185, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fafa', endColorstr='#fdb919', GradientType=1);
}

.contenido-terminales {
    padding: 30px 0;
}

.interna-sustentabilidad {
    padding: 10px 30px 10px 70px;
    margin-bottom: 30px;
}

.formulario .btn.yellow {
    margin-right: 10px;
}

.slider-image {
    height: 29.5vw;
    background-size: cover;
    background-position: center center;
}

/* .banner-cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  background: linear-gradient(45deg,#eff1f1 0,#a67507 1%,#1a1616 100%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.banner-cta {
  position: relative;
  min-height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-cta .contentbox {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

.banner-cta .contentbox p {
  padding: 5px 15px;
} */

.container-video {
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../imagenes/video-placeholder.jpg);
    background-position: center bottom;
    background-color: #866161;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-video {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.play-icon {
    height: 120px;
    opacity: 0.5;
    cursor: pointer;
}

.video-title-container {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 85px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.video-title {
    color: white;
    text-align: right;
    margin: 0 !important;
    font-size: 28px !important;
}

.video-subtitle {
    color: white;
    text-align: right;
    margin: 0 !important;
    font-size: 16px !important;
}

.compliance {
    text-align: left;
    padding-top: 70px;
}

.compliance-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.compliance-row {
    margin-bottom: 0;
}

.compliance-title {
    margin: 10px 0 0;
    padding-bottom: 15px;
}

.compliance-caption {
    font-size: 16px;
}

.form-compliance {
    padding: 20px 40px;
}

a.link-compliance p {
    color: #494747;
    font-size: 15px;
    display: inline-block;
    text-align: right;
    padding: 10px 20px 10px 0px;
    border-right: 2px solid #f7c240;
}

a.link-compliance p:hover {
    color: #f7c240;
}

.compliance-img {
    margin-left: 20px;
    height: 70px;
}

.radio-denuncia-anonima {
    padding-top: 20px;
}

.radio-denuncia-anonima label {
    margin-left: 30px;
}

.denuncia-error {
    margin-left: 5px;
    margin-bottom: 15px;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container svg {
    fill: white;
    height: 40px;
    margin-top: 5px;
}