body,html{
	margin: 0px;
  	padding: 0px;

}
body{
/*  background-image: url('../img/fondos/CC01Acceder-01.png');*/
  background: url("../img/fondos/fnd-welcome.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cont-ppal
{
	margin: 0px;
    padding: 0px;
}

.no-margin{
	margin: 0px;
    padding: 0px;
}

.simbolo
{
    position: absolute;
    left: -20%;
    top: -112px;
}

.h1-orange
{
	color:#F5DA66;
	font-size: 30px;
}

.h2-white
{
	color:white;
	font-size: 35px;
}

.cont-txt{
    margin-top: 13%;
}

.cont-p{
	width: 76%;
    text-align: justify;
    background-color: #F5DA66;
    padding: 22px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: 5%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
}

.adorno-blanco
{
    width: 70%;
    position: absolute;
    height: 100%;
    z-index: 0;
    border: solid 3px #fff;
    border-top-right-radius: 25px;
    right: 11.4%;
    bottom: -6%;
}

.cont-txt-ppal
{
	position: relative;
}

.adorno-lateral-derecho
{
	position: absolute;
    width: 308px;
    height: 280px;
    right: 0px;
    bottom: -116px;
    overflow: hidden;
}

.adorno-lateral-derecho img
{
	position: absolute;
    right: -90px;
}
.cont-btn{
	position: absolute;
    width: 100%;
    padding-top: 40px;
}

.cont-btn a{
	position: relative;
    width: 120px;
    height: 80px;
    margin: 0 auto;
}

.cont-overflow
{
/*	overflow: hidden;
    height: 190px;
    position: relative;*/
}

.txt-green {
    color: #96c25c;
}

.cont-txt-form{
    background-color: white;
    padding: 14px;
    border-radius-left-bootom: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: -22px;
    color: #88b946;
    -webkit-box-shadow: 0px 6px 17px 1px rgba(115,115,115,1);
    -moz-box-shadow: 0px 6px 17px 1px rgba(115,115,115,1);
    box-shadow: 0px 3px 7px 1px rgba(115,115,115,1);
}

.txt-green-dark{
	color: #003917;
}

.f-22{
	font-size: 22px;
}

@media (max-width: 768px){
	.simbolo {
	    position: relative;
	}
	.cont-txt {
    	margin-top: 0%;
	}
	.h2-white {
    	color: white;
    	font-size: 30px;
	}
	.cont-simbolo
	{
		margin: 0px;
	    padding: 0px;
	    max-height: 270px;	
	    min-height: 270px;
	}
	.adorno-lateral-derecho {
	    position: relative;
	    right: -90%;
	    bottom: 20%;
	}

	.cont-overflow
	{
		overflow: hidden;
	}

	.container-fluid
	{
		margin: 0px;
    	padding: 0px;
	}

	.adorno-blanco {
	    top: -2%;
	}
	.cont-p {
    	text-align: initial;   
	}
	.cont-simbolo{
		width: 100%;
		height: 280px;
	}


}
@media (max-width: 992px) {
   
}
 
@media (max-width: 1200px) {


}

