body{
	background:white;
	overflow:auto;
}



* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}


@font-face {
    font-family: 'DINPro-Light.otf'; /*a name to be used later*/
    src: url('/templates/essg/fonts/DINPro-Light.otf'); /*URL to font*/
}


@font-face {
    font-family: 'Exo2-Medium'; /*a name to be used later*/
    src: url('/templates/essg/fonts/Exo2-Medium.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Regular'; /*a name to be used later*/
    src: url('/templates/essg/fonts/DINPro-Regular.otf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Medium'; /*a name to be used later*/
    src: url('/templates/essg/fonts/DINPro-Medium.otf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Bold'; /*a name to be used later*/
    src: url('/templates/essg/fonts/DINPro-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Bold'; /*a name to be used later*/
    src: url('/templates/essg/fonts/Exo2-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Light'; /*a name to be used later*/
    src: url('/templates/essg/fonts/Exo2-Light.otf'); /*URL to font*/
}

h2,h3,h4,h5{ 
    color: #4f4f4f!IMPORTANT;
    font-weight: bold;    
    font-family:'DINPro-Bold';
}

h2{
    font-size:1.29rem!IMPORTANT;
}

h3{
    font-size:1.2rem!IMPORTANT;
}

h4{
    font-size:1.1rem!IMPORTANT;
}


#content{
	margin:0 auto;
	width:100%;
	overflow:hidden;
}

section{
	width:100%;
}

.red-box{
    float:left;
    margin-top:2vh;
    max-width: 1200px;
    margin:0 auto;
	width:100%;
	background:#df1c24;
	height:auto;
		margin-bottom:2vh;
	color:white;

}

strong{
    font-family:'DINPro-Medium';
    color: #4f4f4f!IMPORTANT;
}


.white-box{
        margin:0 auto;
    float:none;
    margin-top:2vh;
	width:100%;
	overflow:hidden;
	height:auto;
	margin-bottom:2vh;
	    max-width: 1200px;

}

.img-b{
    position:relative;
	/*min-width:400px;*/
	width:447px;
	background:#f2f2f2;
	height:600px;
	overflow:hidden;
	text-align:center;

}

.img-b img{
    
}


.text-b{
    float: right;
    margin-right: 2%;
    margin-top: 1.5%;
    /* width: 752px; */
    width: calc(98% - 447px);
    /* height: 600px; */
    height: 570px;
    max-height: 600px;
    position: relative;
    max-width: 1200px;
	overflow-y: auto;
	
}

.text-b::-webkit-scrollbar {
    -webkit-appearance: none;
}

.text-b::-webkit-scrollbar:vertical {
    width: 11px;
}

.text-b::-webkit-scrollbar:horizontal {
    height: 11px;
}

.text-b::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}


.text-c{
    color:white;
    float:left;
    margin-top: 2.1%;
	width:calc(98% - 447px);
	/*height:600px;*/
	position:relative;
	height:570px;
	overflow-y:auto;
}

.text-c::-webkit-scrollbar {
    -webkit-appearance: none;
}

.text-c::-webkit-scrollbar:vertical {
    width: 11px;
}

.text-c::-webkit-scrollbar:horizontal {
    height: 11px;
}

.text-c::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}


.text-b-wr{
    float:left;
    margin-left:4.5%;
	word-wrap: break-word;
	width:91%;
    height:90%;
}

.text-b-wr h1{
	font-family: 'Exo2-Bold';
	text-transform: uppercase;
	font-size:24px;
}

.white-box h1{
	color:#df1c24;
  text-transform: uppercase;
    font-size:24px;

}

.white-box h2{
    color: #df1c24;
    text-transform: uppercase;
    font-size: 19px;
    	font-family: 'Exo2-Bold';

}

.white-box li{
        color: #4f4f4f;
        margin-top: 6px;
    font-family: 'DINPro-Light';
    font-size: 16px;
}

.red-box p{
    color:white;
}

.text-b-wr p{
    font-family: 'DINPro-Light';
    font-size:16px;

}


.white-box p{
        color:#4f4f4f;

}

.redbox p{
    color:white;
}


.cruz-red{
    position: absolute;
    margin-top: 6px;
    /* margin-left: 8px; */
    /* margin-right: 11px; */
    background: url(/templates/eso/images/cruz-red.svg)no-repeat;
    width: 10px;
    height: 10px;

}


.x-wrapper p:hover{
   color:#df1c24; 
}

.xs-wrapper {
    float: left;
    margin-top: 2px;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    font-family: 'DINPro-Light';
    color: #878787;
    height: auto;
}




@media screen and (max-width: 900px) {

.text-b {
    width: 100%;
}    

}

