/*
Theme Name: Religious Freedom Report 2018
Theme URI: 
Author: Dar Agency
Author URI: http://wordpress.org/
Description:
Version: 1.0.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Religious Freedom Report 2018

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body{
    font-family: 'Roboto', sans-serif;

}

header{
    height: 100vh;
    position: relative;
}
.redes_interna{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.redes_interna  ul{
    display:list-item;
    margin: 0;
}

.redes_interna  ul li{
    height: 45px;
    margin-left: 10px;
    background-color: #b81325;
    position: relative;
    width: 45px;
}

.redes_interna  ul li a{
    padding: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
.redes_interna  ul li a:hover{
    background-color: rgba(255, 255, 255, 1);
    transition: all 1s ease;
} 
.redes_interna  ul li a:hover svg path{
    fill: #b81325 !important;
    transition: all 1s ease;
}


.redes_interna ul li a svg{
    width: 35px;
    height: 30px;
    padding-top: 6px;
}
.redes_interna ul li a svg path{
    fill: #fff !important;
}

.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}
#main-content{
    margin: 0;
}
.menu_lateral{
    height: 100vh;
    position: fixed;
    width: 100px;
    z-index: 99999;
}
.menu_lateral_int{
    height: 100px !important;

}

figure{
    margin: 0 !important;
}

.menu_lateral .logo{
    width: 200px;
    height: 100px;
    background-color: white;
    float: left;
    position: relative;
    z-index: 99999;
}
.menu_lateral .logo a{
    position: absolute;
    z-index: 999999;
    width: 200px;
    height: 100px;
}
.logo svg{
width: 100%;
padding: 0 15px;
height: 100%;
}

.logo img{
    width: 100%;
    padding: 2vmin;
    height: auto;
    }

nav{
    height: 100%;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.4);
}
.menu_lateral ul li {
    width: 100%;
    height: 11vh;
    position: relative;
}

.menu_lateral ul li  a{
    height: 100%;
    padding: 15px 30px 0px 30px;
    position: relative;
}
.menu_lateral ul li span{
    position: absolute;
    top: 0;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.0);
    height: 100%;
    z-index: -5;
}
.menu_lateral ul li  a:hover{
    background-color: #e1e1e1;
}
.menu_lateral ul li  a p{
    font-size: 1.1vmin;
    padding: 0px 14px;
    margin: auto;
    color: #404145;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    word-break: break-word;
}

.menu_lateral ul li  a svg{
    fill: #404145;

}

.menu_lateral ul li  a svg{
    width: 2vw;
    margin: auto;
    display: block;
}
.menu_superior{
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
#dropdown2{
    z-index: 9999999;
}
.dropdown-content{
    min-width: 200px;
    margin: 30px 0 0 0;
}
.dropdown-content li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 0 !important;
}
.dropdown-content li a{
    font-size: 0.8vw !important;
}
.main-content-sections
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sections{
    position: relative;
    height: 100%;
    width: 100%;
}
.sections_internas_media{
    position: relative;
    height: 70%;
    width: 100%;
}


.sections_internas_media_press{
    position: relative;
    height: 40%;
    width: 100%;
}
.sections_info{
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 15vmin;
    min-height: 100%;
}
.sections_info_internas{
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 5vmin;
    min-height: 100%;
    display: -webkit-box;
}
.sections_about_press{
    position: relative;
    height: 50%;
    width: 100%;
}
.main-title
{
    margin-left: 220px;
    float: left;
}
.main-title h1
{
    font-size: 3vmin;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 1vmin;
}
.main-title span
{
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}


.nav-wrapper .menu2{
    display: inline-flex;
    margin-top: 60px;
    margin-right: 20vmin;
}

.nav-wrapper, .menu2 li{
    padding: 0 15px;
    transition: all 1s;
}
.dropdown-content li a{
    font-size: 16px;
    color:#5c5c5c !important;
    display: block;
    line-height: 22px;
    padding: 0px 0px;
}

.menu_superior .dropdown-content li:hover, .menu_superior .dropdown-content li.active, .menu_superior  .dropdown-content li.selected {
    background-color: #b81325;
}
.dropdown-content li:hover > a{
    color: #ffffff !important;
}
.nav-wrapper .menu2 li a{
   color: #ffffff;
   font-size:2vmin;
}


/* SLIDER */

.carousel {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh !important;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}


.sombra{
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
}
.carousel-item img{
   /*  height: 100vh; */
    width: 100vw;
}


.carousel.carousel-slider .carousel-item h2 {
    font-family: 'Noto Serif', serif !important;
    font-size: 5vmin;
    font-weight: 500;
    line-height: 5vmin;
    position: absolute;
    text-align: left;
    bottom: 21vmin;
    width: 50%;
    right: 50px;
    padding-right: 120px;

}
.carousel .indicators {
    bottom: 10%;
}
.carousel .indicators .indicator-item {
    height: 18px;
    width: 18px;
}

.video{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.video article{
    width: 200px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
}
.video article img{
   width: 100%;
}

.descri_video
{
    font-size: 25px;
    text-align: left;
    padding: 25px;
    line-height: 30px;
    position: relative;
}

.descri_video span svg{
    width: 30px;
    height: 20px;
    position: absolute;
    bottom:28px; 
}

/* Animación menu */
.hover-one
	{
    margin-left: 0px;
    background-color: rgba(211, 221, 211, 0);
    transition:all 1s ease;
    color: rgba(211, 221, 211, 0);
    border-right: 0px solid #b81325;
 }
/* Animación menu */
.hover-two
	{
    margin-left: 100px;
    transition:all 1s ease;
    background-color: #fff !important;
    color: #000;
    border-right: 4px solid #b81325;
    font-size: 0.7vmax;
    }
    
.title2
	{
        text-align: center;
        padding: 3vmin 0.1vmin;
        word-break: break-word;
    }


.redes{
    position: absolute;
    bottom: 30px;
    left: 150px;
}

.redes  ul{
    display: inline-flex;
}

.redes  ul li{
    height: 35px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    position: relative;
    width: 33px;
}

.redes  ul li a{
    padding: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.redes  ul li a:hover{
    border-radius: 100%;
    background-color: #b81325;
}


.redes ul li a svg{
    width: 25px;
    height: 20px;
    padding-top: 6px;
}
.redes ul li a svg path{
    fill: #fff !important;
}



.active_menu{
    background-color: white;
}

.active_menu svg path{
    fill: #b81325;
}

/* INTRODUCTION */
#introduction{
    background-color: #76878f;
}

.content_introduction{
    width: 55%;
    height: 65%;
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    right: 5%;
    top: 20%;
}
.img_introduction
{
    position: relative;
    height: 100%;
    width: 64%;
    right: 40%;
    float: left;
    padding: 3% 0;
}
.img_introduction img
{
    height: 100%;
    width: 100%;
}
.title_introduction{
    margin-top: 20%;
    width: max-content;
    width: -moz-max-content;
}
.content_introduction_info{
    position: absolute;
    width: 60%;
    right: 10%;
    height: 90%;
    overflow: auto;
}
.content_introduction_info p{
    top: 25%;
    font-size: 2vmin;
    color: #8c8c8c;
}
.content_introduction_info span{
    padding-top: 3vmin;
    color: #8c8c8c;
}

/* FIN INTRODUCTION */

/* forewordforewordforewordforewordforewordforewordforewordforewordforewordforewordforeword */
#foreword figure{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#foreword figure img{
    width: 100%;
    height: 100vh;
}

.sombra_foreword{
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    width: 100%;
    height: 100%;
}
.cnt_foreword_main
{
    position: relative;
    margin: auto;
    width: 70%;
    top: 28%;
}

.cnt_foreword_item{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2% !important;
    height: 50vmin;
}
.cnt_foreword_item p{
        margin-top: 4vmin;
}
.cnt_foreword_item i{
    background-color: #dc3545;
    color: #ffffff;
    border-radius: 100%;
    transition: all 0.4s;
    font-size: 3vmin;
}
.cnt_foreword_item i:hover{
    border-radius: 0 100% 100% 0;
}
.cnt_foreword_item .text_foreword{
    font-weight: bold;
    padding: 2vmin 0;
    font-size: 3vmin;
}
.line{
    border: 3px solid #b81325;
    width: 15%;
    position: absolute;
}
/* FIN RESUMEN */

/* MAPA MAPAMAPAMAPAMAPAMAPAMAPAMAPAMAPAMAPAMAPA*/
.mapa{
    background-color: #292c33;
}
.container {
    width: 90%;
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.open_selector_pais{
    position: absolute;
    right: 321px;
    top: 140px;
    z-index: 10;
    padding: 0 10px;
    background-color: transparent;
}
.open_selector_pais:hover{

    background-color: #b81325;
}
#selector_pais{
    width: 280px;
    position: absolute;
    right: 80px;
    top: 170px;
    z-index: 9999999;
}

#selector_pais, .btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: #b81325;
}

#selector_pais .collapsible-body{
    background-color: #ffffff;
}
#selector_pais .collapsible-body {
    padding: 0.5rem 2rem;
}

#selector_pais .collapsible-body ul {
    max-height: 180px;
    overflow: auto;
}

	/**SCROLL**/
	#selector_pais .collapsible-body ul::-webkit-scrollbar {
	    width: 8px;
	}
	 
	#selector_pais .collapsible-body ul::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	}
	 
	#selector_pais .collapsible-body ul::-webkit-scrollbar-thumb {
	  background-color: #b81325;
	  outline: 1px solid #b81325;
    }
    
#selector_pais .collapsible-body a {
    color: #232323;
    position: relative;
    display: block;
    margin-bottom: 2px;
    width: 100%;
    padding-left: 22px;
}

#selector_pais .collapsible-header {
    padding: 0.5rem;
}

.lista_paises_map{
    background-color: white;
    padding: 2vmin;
    height: 50vmin;
    overflow: auto;
}
.lista_paises_map ul a{
    color: #000;
 }
 .lista_paises_map ul a li{
     border-bottom: 1px solid #d3d3d3;
     padding: 1.5vmin;
     transition: all 1s ease;
  }

  .lista_paises_map a li:hover {
    background-color: #b81325;
    color: #ffffff;
    transition: all 1s ease;
}

#autocomplete-input{
    position: absolute;
    z-index: 10;
    right: 100px;
    width: 200px;
    top: 144px;
    color: #ffffff;
    border: 1px solid;
    height: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 20px;
}
.autocomplete-content{
    position: absolute;
    z-index: 999999;
    right: 100px;
    top: 150px;
    color: #ffffff !important;
}

.autocomplete-content, .dropdown-content li:hover{
    color: #ffffff !important;
}

.knobContainer {
    text-align: center;
    margin: 10px;
}

.knobContainer canvas {
    cursor: pointer;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    -moz-opacity: 0.80;
    opacity: 0.80;
    filter: alpha(opacity=80);
    border-radius: 4px;
    padding: 0 0 0 4px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #232323;
}

.mapael .map {
    margin-right: 228px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 100vh;
    padding: 15% 15%;
}

/* For all zoom buttons */
.mapael .zoomButton {
        border: 1px solid #ccc;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        position: absolute;
        bottom: 15%;
        right: 100px;
        font-weight: bold;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #ffffff;
        font-size: 25px;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    right: 100px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    right: 140px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    right: 180px;
}

.indicadores_arrows
{
    position: absolute;
    bottom: 15%;
    left: 200px;
    background-color: #ffffff;
    padding: 0.5%;
    width: 10%;
    height: -moz-max-content;
}
.indicadores_arrows h5
{
    color: #b81325;
    text-transform: uppercase;
    font-size: 2vmin;
}
.indicadores_arrows p
{
    font-size: 1.8vmin;
    margin: 0;
}
.indicadores_arrows article p span svg{
    width: 25px;
    height: 25px;
    padding: 3px;
    margin-right: 3%;
    background-color: #b81325;
}

.top svg
{
    fill: #fff;
    transform: rotate(90deg);
}

.topmap svg
{
    fill: #fff;
}
.normal svg path
{
    fill: #fff;
}
.down svg
{
    fill: #fff;
    transform: rotate(-90deg);
}


.indicadores_color
{
    position: absolute;
    bottom: 2.5%;
    right: 4.5%;
}

.indicadores_color article
{
    width: auto;
    height: auto;
    float: left;
}
.indicadores_color .text_indicador
{
    font-size: 20px;
    text-align: left;
    padding: 25px;
    line-height: 30px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 2% 0;
}
.indicadores_color .text_indicador span
{
    width: 30px;
    height: 20px;
    position: relative;
}
.indicadores_color .text_indicador span svg
{
    width: 30px;
    height: 20px;
}

.discrimination svg path{
    fill: #ee872e;
}
.persecution svg path{
    fill:#dc3545;
}
.stable svg path{
    fill: #e1e1e1;
}

.title_left{
    top: 130px;
    left: 150px;
    position: absolute;
    padding: 10px 15px;
    font-size: 22px;
}
.title_main_red{
    color: #ffffff;
    padding: 10px 15px;
    font-size: 2vmin;
    background-color:#b81325;
    max-width: max-content;
    max-width: -moz-max-content;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.15vmin;
}

/* MAPA */




/* Icono mapa hover */
.map_svg svg{
    width: 25px;
    height: 25px;
    position: relative;
    bottom: 0;
    margin-bottom: -6px;
    border-radius:  0 4px 4px 0;
    background-color: #b81325;
}
/* fin */



/* FINDINGS */
#findings{
    background-color: #898989;
}

#findings figure{
    position: absolute;
    right: 3%;
    bottom: 3%;
}

.cnt_findings{
    position: relative;
    margin: auto;
    width: 70%;
    top: 30%;
    height: 55vh;
}

.cnt_findings .carousel{
    height: 100% !important;
}

.cnt_findings .carousel .indicators {
    bottom: 0;
    position: absolute;
    left: 0;
    width: max-content;
    width: -moz-max-content;
}

.cnt_findings .carousel.carousel-slider .carousel-item {
    padding: 0.8%;
}

.cnt_findings .carousel .indicators .indicator-item {
    height: 25px;
    width: 25px;
    border-radius: 0;
    font-weight: bold;
    padding: 2px;
    color: #898989;
    background-color:#fff;
}
.cnt_findings .carousel .indicators .indicator-item.active {
    background-color: #b81325;
    color: #fff;
}
.info_findings{
    background-color: #ffffff;
    height: 45vh;
    border-radius: 10px;
    text-align: left;
    padding: 2% !important;
    overflow: auto;
}
.info_findings .number{
    float: left;
    font-size: 10vmin;
    height: 100%;
    border-right: 0.5vmin solid #b00;
    color: #b80100;
    padding-right: 3vmin;    
    margin-left: 3%;
}

.info_findings::-webkit-scrollbar {
    width: 1em;
}
 
.info_findings::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2vmin;
}
 
.info_findings::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 2vmin;
}

.info_findings h5{
    color: #b81325;
    font-weight: bold;
    font-size: 3.3vmin;
}

.info_findings p{
    font-size: 2vmin !important;
    margin-left: 18%;
    margin-right: 5%;
}
.porcen_findings{
    position: relative;
    height: 45vh;
}
.porcen_findings article{
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle_item_findings{
    width: 10vw;
    height: 10vw;
    border-radius: 100%;
    top: 35%;
    left: 25%;
    border: 4px solid #ffffff;
    z-index: 10;
    position: absolute;
}

.circle_item_findings2{
    width: 10.5vw;
    height: 10.3vw;
    border-radius: 100%;
    top: 34%;
    left: 23%;
    border: solid 1vw #b81325;
    border-radius: 100%;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    z-index: 999999;
    transition: all 1s;
}
.circle_item_findings h5{
    margin: auto;
    top: 35%;
    text-align: center;
    font-size: 4.5vmin;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    width: 85%;
    word-break: break-word;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.50);
}

.nextp i{
    font-size: 20px;
}

.nextp{
    border-radius: 100% !important;
    position: absolute !important;
}
/* Case studies Case studiesCase studiesCase studiesCase studiesCase studiesCase studies */

#case_studies{
    background: rgb(204,0,0);
    background: -moz-linear-gradient(-45deg, rgba(204,0,0,1) 37%, rgba(142,2,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(204,0,0,1) 37%,rgba(142,2,0,1) 100%);
    background: linear-gradient(135deg, rgba(204,0,0,1) 37%,rgba(142,2,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#8e0200',GradientType=1 );
}

.cnt_case_studies{
    position: relative;
    margin: auto;
    top: 32.5%;
    width: 70%;
}

.owl-nav{
    position: absolute;
    right: -3.5%;
    bottom: 2%;
    cursor: pointer;
}

.owl-next i{
    color: #dc3545;
    font-size: 3.5vmin;
    background-color: #ffffff;
    border-radius: 100%;
}

.owl-item .card{
    height: 50vh !important;
}
.owl-item .card .card-image {
    position: relative;
    height: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}
/* Sombra item carousel */
.sombra_card_item{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999;
}
/* Circle item */
.circle_item{
    width: 10vw;
    height: 10vw;
    border-radius: 100%;
    top: 35%;
    left: 30%;
    border: 2px solid #b81325;
    position: absolute;
    z-index: 10;
}

/* Circle item 2 */
.circle_item2
{
    width: 10.5vw;
    height: 10.3vw;
    border-radius: 100%;
    top: 34%;
    left: 28%;
    border: solid 10px #b81325;
    border-radius: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    z-index: 999999;
    transition: all 1s;
}
/* Animation circle item */
.circle_item2:hover
{
transform: rotate(180deg);
}

.circle_item h5{
    margin: auto;
    top: 40%;
    text-align: center;
    font-size: 2vmin;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    width: 85%;
    word-break: break-word;
    text-transform: uppercase;
}
/* Case studies Case studiesCase studiesCase studiesCase studiesCase studiesCase studies */




/* Backgroudners  BackgroudnersBackgroudnersBackgroudnersBackgroudnersBackgroudnersBackgroudners*/

#backgrounders{
    background-color: #a1a1a1;
}

#backgrounders .cnt_backgrounders{
        position: relative;
        margin: auto;
        top: 32.5%;
        width: 70%;
}

.img_backgrounder{
    position: relative;
    width: 20vmin;
    height: 100%;
    right: 15%;
    float: left;
    padding: 3% 0;
}
.img_backgrounder img{
    width: 100%;
    height: 100%;
}

.item_backgrounder{
    position: relative;
    background-color: #dc3545;
    margin-bottom: 2vmin;
}

.backgrounder_text{
    position: absolute;
    right: 12%;
    color: #ffffff;
    width: 50%;
    top: 20%;

}
.backgrounder_text h5{
    font-size: 2vmin;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5%;
    text-transform: uppercase;
}

.backgrounder_text span i{
    position: absolute;
}
/* BackgroudnersBackgroudnersBackgroudnersBackgroudnersBackgroudnersBackgroudnersBackgroudnersBackgroudners */


/* Formulario de contacto Formulario de contactoFormulario de contactoFormulario de contactoFormulario de contacto */
.formulario figure{
    position: absolute;
    width: 100%;
}
.formulario figure img{
    width: 100%;
    height: 100%;
}
.formulario article {
    position: relative;
    margin: auto;
    top: 20%;
    width: 50%;
}
.formulario article h4 {
    margin: auto;
    color: #ffffff;
    text-transform: uppercase;
}
.formulario form i{
    height: 98%;
    padding: 1%;
    color: rgb(220, 53, 69);
}
.formulario form input{
    margin: 0 !important;
    width: 100% !important;
    padding-left: 8% !important;
    box-sizing: border-box !important;
    color: #292c33;
    font-size: 1vw !important;
}
.select_pais > .dropdown-content li>span{
    padding: 3px 10px;
}
.select-dropdown.dropdown-content li:hover {
    background-color: #dc3545;
}
.select-dropdown.dropdown-content li:hover > span{
    color: white;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #dc3545;
    display: block;
    line-height: 22px;
}

.download_btn{
    background-color: #dc3545 !important;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.select-wrapper span.caret {
    right: 20px;
}
.download_btn:hover{
    letter-spacing: 5px;
    transition: all 0.5s;
}
[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}
[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dc3545;
    background-color: #dc3545;
    z-index: 0;
}
.input-field{
    background-color:rgba(255, 255, 255, 0.7);
    padding: 0 !important;
}
.sombraform{
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
legend {
    border: 0;
    padding: 3%;
    text-align: center;
}

.acept_terms{
    color: #acacac;
    text-decoration: underline;
}

.error{
    border: 2px solid #b81325 !important;
}
.success{
    border: 2px solid #4CAF50 !important;
}



input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow:#dc3545 0px 1px 0px 0px;
    border-bottom: 1px solid #dc3545;
}

.input-field .prefix.active {
    color: #dc3545;
}

.lupa{
    position: absolute;
    z-index: 10;
    right: 100px;
    width: 50px;
    top: 147px;
    color: #ffffff;
    height: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 20px;
}
/* Formulario de contactoFormulario de contactoFormulario de contactoFormulario de contactoFormulario de contacto */

/* PRESS */
.title_left_press {
    top: 20px;
    left: 150px;
    position: absolute;
    color: #b81325;
    padding: 10px 15px;
    font-size: 2vmin;
    max-width: max-content;
    max-width: -moz-max-content;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.15vmin;
}

.cnt_press .owl-item .card {
    height: auto !important;
}


/* ABOUT */
#about{
    background-color: #acacac;
}

.cnt_about, .cnt_press{
    position: relative;
    margin: auto;
    width: 70%;
}
.cnt_press{
    top: 30%;
}

.cnt_press .owl-carousel{
    border-bottom: 1px solid #acacac;
}
.view_more_btn {
    background-color: #dc3545 !important;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: right;
}







.cnt_about .logo_about svg{
    width: 100%;
    height: auto;
    margin-top: 65%;
}


.text_about, .logo_about{
    position: relative;
}

.text_about h4{
    margin-top: 14%;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.50);
}

.text_about P{
    color: #ffffff;
    font-weight: bold;
    font-size: 2vmin;
}

#press{
background-color: #fff;
}


footer{
    padding-top: 5%;
    background-color: #b81325;
    color: #ffffff;
    position: relative;
    width: 100%;
    height: 70%;
}

footer a{
    color: #ffffff;
    font-size: 12px;
}

footer .info1,.info2,.info3{
    padding-left: 10% !important;
}

footer .info1,.info2,.info3 > ul li{
    line-height: 3.5vh;
}

.info4{
    border-left: 2px solid;
}
.info4 article{
    margin-bottom: 5%;
}
.info4 article h6{
    font-weight: bold;
}
.info4 article p,h6{
    margin: 0;
    font-size: 12px;
}
.info4 svg{
    width: 5vw;
    height: 3.4vw;
    float: left;
}
.info4 svg path{
    fill: #fff;
}

.descri_video_footer {
    font-size: 3.39999vh !important;
    text-align: left;
    padding: 0 20%;
    line-height: 3.4vh;
    position: relative;
    margin-left: 5%;
    width: 90%;
}

.descri_video_footer span svg{
    width: 30px;
    height: 20px;
    position: absolute;
    bottom:0.3vh; 
}

.lang_active{
    border-bottom: 1px solid #fff;
    font-size: 1vw;
}








/* REPORTE */

.cnt_report{
    position: relative;
    top: 20%;
    color: #ffffff;
}

.cnt_report .nombre_pais{
    margin: 0;
    padding: 5px;
    background-color: #b81325;
    text-align: center;
    font-weight: bold;
    font-size: 4vmin;
}

.cnt_report .info_head_pais{
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.cnt_report .btn_volver{
    color: #ffffff;
    font-size: 2vmin;
}
.cnt_report .btn_volver i{
    font-size: 3vmin;
    margin-right:3px !important;
}
.cnt_report .title_download{
    color: #ffffff;
    font-size: 2vmin;
}
.cnt_report .title_download i{
    font-size: 3vmin;
}
.cnt_report .title_download span{
    text-decoration: underline;
}

.cnt_report .data_estado{
    font-size: 1.6vmin;
    text-transform: uppercase;
}

.padding_sup{
    padding-top: 10px !important;
}


.img_estado_report{
        width: 20px;
        height: 100%;
        height: 20px;
        margin-left: 10px;
}
.img_estado_report path{
    fill: #ffffff !important;
}

.bandera_pais svg{
    width: 10vmin;
    float: right;
    height:10vmin;
}

.population_area p{
    border-bottom: 1px solid #ffffff;
}
.population_area .valor{
    font-size: 2vmin;
    font-weight: bold;
}

.population_area .txt_population{
    float:right;
    font-size: 2vmin;
}

.img_map svg{
    width: 100%;
    height: auto;
}
#chart{
    margin-top: 0px !important;
}

.info_country{
    background-color: #ffffff;
}

.arrow_down{
    position: absolute;
    margin: auto;
    text-align: center;
    bottom: 20px;
    width: 100%;
}
.arrow_down span{
    color: #ffffff;
    text-decoration: underline;
}
.arrow_down i{
font-size: 2.5vmin;
background-color:#ffffff;
border-radius: 20px;
margin-top: 8px;
}

.bread_country{
    position: relative;
    margin-bottom: 5vmin;
}
.bread_country a{
/*     position: absolute; */
    top:0vmin;
    text-transform: uppercase;
    text-decoration: underline;
    color: #b81325;
    font-size: 14px;
}

.bread_country i{
    font-size: 15px;
}

.title_report{
    border-left: 1vmin solid #b81325;
    padding-left: 2vmin;
    color: #b81325;
}

#btn_read_report{
    font-size: 15px;
    transition: all 1s ease;
    color: initial !important;
}

#btn_read_report:hover{
    font-size: 18px;
}
/* .cnt_info_country{

} */

.naranja{
    color: #dc684f !important;
}
.rojo{
    color: #b81325 !important;
}
.verde{
    color: #4CAF50 !important;
}
.bg-red{
    background-color: #b81325 !important;
}

.bg-press{
    background-color: #e1dede !important;
}



/* CAAASEEEEE */

.title_case{
    position: relative;
    z-index: 999;
    color: #ffffff;
    margin: auto;
    top: 48vmin;
    font-size: 6.5vmin;
    width: 70%;
    text-align: center;
    font-weight: bold;
}

.title_case span{
    color: #b81325;
}

#case figure{
    position: absolute;
    width: 100%;
    height: 100%;
}

#case figure img{
    width: 100%;
    height: auto;
}

.title_case_text{
    border-left: 1vmin solid #b81325;
    padding-left: 2vmin;
    color: #b81325;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7vmin;
}

.title_case_text span{
color: #6d6d6d;
}

.menu_sup_internas{
    transition: all 1s ease-in-out;
}
.menu_sup_active{
    background-color: #b81325;
    transition: all 1s ease-in-out;
}

/* TEXTOS FINDINGS */
.text_cita_findings{
    position: relative;
    z-index: 999;
    color: #ffffff;
    margin: auto;
    top: 40vmin;
    font-size: 1.5vmax;
    width: 70%;
    font-weight: 200;
    text-align: left;
}

.text_cita_findings:before {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : -1vmin;
    height  : 1px;
    width   : 50%;  /* or 100px */
    border-bottom:1px solid #fff;
  }

.text_cita_findings span{
    font-size: 20vmin;
    color: #b81325;
    font-weight: bold;
    position: absolute;
    top: -10vmin;
    left: -9vmin;

}

.title_finding_text{
    border-left: 1vmin solid #b81325;
    padding-left: 2vmin;
    color: #b81325;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5vmin;
}

.title_finding_text span{
    color: #6d6d6d;
    font-size: 2.5vmin;
    font-weight: 400;
    text-transform: initial;

}


.cnt_textos_internas:last-child{
padding-bottom: 16vmin;
}
.cnt_textos_internas p{
    color: #6d6d6d;
    font-size: 1vmax;
}
.cnt_textos_internas figure img{
    width: 100%;
    padding: 3vmin 0;
}

/* FOREWORD */

.cita_foreword{
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgb(142,2,0);
    background: -moz-linear-gradient(45deg, rgba(142,2,0,1) 0%, rgba(204,0,0,1) 78%);
    background: -webkit-linear-gradient(45deg, rgba(142,2,0,1) 0%,rgba(204,0,0,1) 78%);
    background: linear-gradient(45deg, rgba(142,2,0,1) 0%,rgba(204,0,0,1) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0200', endColorstr='#cc0000',GradientType=1 );
}

.cita_foreword p{
    position: absolute;
    color: white;
    top: 20vmin;
    padding: 6vmin;
    font-size: 2.5vmin;
    font-weight: 300;
}

.com-1{
    font-size: 15vmin;
    position: absolute;
    left: 2vmin;
    top: -5vmin;
    color: #ff1010;
}
.com-2{
    font-size: 15vmin;
    position: absolute;
    bottom: -8vmin;
    color: #ff1010;
    right: 4vmin;
}


.title_press_text{
    border-left: 1vmin solid #ffffff;
    padding-left: 2vmin;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 20vmin;
    left: 25vmin;
    font-size: 4vmax;
}

/* PRESS */

.image_logo  img{
    margin: auto;
    width: auto !important;
}

.cnt_logos .card{
    border-radius: 4vmin;
    padding: 4vmin 0;
    text-align: center;
    transition: all 1s ease;
    height: 17vmax;
}
.cnt_logos .card:hover{
    transform: translateY(-4vmin);
    -webkit-box-shadow: -6px 65px 106px -60px rgba(0,0,0,0.64);
    -moz-box-shadow: -6px 65px 106px -60px rgba(0,0,0,0.64);
    box-shadow: -6px 65px 106px -60px rgba(0,0,0,0.64);
    transition: all 1s ease;
}
.cnt_logos .card .card-content{
    padding: 24px 0;
}

.cnt_logos .card p{
    color: #ffffff;
    background-color: #b81325;
}

.cnt_logos{
    margin-bottom: 5vmin;
}



/* TANK YOU */

.title_tank {
    border-left: 1vmin solid #b81325;
    padding: 0 2vmin 0 2vmin;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 20vmin;
    left: 25vmin;
    font-size: 2vmax;
}
.cnt_content_tank {
    height: 100%;
}
.cnt_content_tank .col{
    position: relative;
}
.lista_pdf{
    position: relative;
    top: 20vmin;
    float: left;
}

.lista_pdf li{
    float: left;
    width: 28%;
    background-color: #ffffff;
    padding: 1.4vmin;
    color: #b81325;
    margin: 1vmin 2vmin;
    transition: all 1s ease;
}
.lista_pdf li:hover{
    float: left;
    width: 28%;
    background-color: #b81325;
    padding: 1.4vmin;
    color: #ffffff;
    margin: 1vmin 2vmin;
}
.lista_pdf li i{
    float: right;

}

.txt_tank{
    position: absolute;
    color: #fff;
    margin: auto;
    text-align: left;
    width: 100%;
    font-size: 1.2vmax;
    padding: 0 10vmin;
    font-weight: 300;
    top: 45vmin;
    left: 15vmin;
    width: 92%;
}

.title_full_pdf{
    top: 22vmin;
    position: relative;
    text-align: left;
    width: 100%;
    float: left;
    color: #ffffff;
    border-left: 0.5vmin solid #b81325;
    font-size: 2.5vmin;
    text-transform: uppercase;
    margin-bottom: 5vmin;
    padding: 1vmin 1vmin 1vmin 1vmin;
    width: auto;
    margin-left: 2vmin;
}
/* Modal video youtube */

.modal_video{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 100%;
    height: 100vh;
    width: 100%;
    margin: auto;
    top: 0 !important;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    z-index: 9999999 !important;
}
.modal_video iframe{
    height: 100vh;
}

.modal_video .modal-content{
    padding: 0 !important;
}

.btn_close_video{
    position: absolute;
    top: 2vmin;
    right: 20vmin;
}
.btn_close_video i{
    color: #b81325;
    font-weight: bold;
    font-size: 5vmin;
}



/* ACORDION */

.acordion li{
margin: 0 !important;
}

.acordion .collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #b81325;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.text_content_method h5{
    color: #b81325;
}
.text_content_method ul{
    margin-left: 4vmin !important;
}
.text_content_method li{
    list-style:circle !important;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.7) inset !important;
  transition: background-color 5000s ease-in-out 0s;
  
}

#post-404{
    text-align: center;
    top: 30vh;
    position: absolute;
    width: 100%;
}
#post-404 h1{
    color:rgba(255, 255, 255, 0.50);
    font-size: 20vmin;
}
#post-404 h2{
    color:rgba(255, 255, 255, 0.50);
}

#header_404{
    background-color: rgba(0, 0, 0, 0.64);
    background-blend-mode: multiply;
    overflow: hidden;
}

#fondo_404{
    position: absolute;
    width: 100%;
    z-index: -99999;
}

#back_home_btn{
    font-size: 2vmin;
    border: 1px solid;
    border-radius: 10px;
    padding: 1vmin;
    color: #b81325;
}