body {
	margin:0;
	color:#FFF;
    font-family: 'Cairo', sans-serif;
	font-size:18px;
	min-height:100%;
	background:url(../images/mujer.png)no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
/*DIFERENTES TIPOS DE ENLACES*/
 	A:link {color:#EA7B41; text-decoration: none;} 
   	A:visited {color:#EA7B41; text-decoration: none;} 
   	A:active {color:#EA7B41; text-decoration: none;} 
   	A:hover {color:#000; text-decoration: none;} 

   	A.clase1:visited {color:#000; text-decoration: none;} 
   	A.clase1:active {color:#000; text-decoration: none;} 
   	A.clase1:link {color:#000; text-decoration: none;} 
   	A.clase1:hover {color:#ff0000; text-decoration: none;} 

   	A.clase2:visited {color:#fff; text-decoration: none; font-weight:900;}
   	A.clase2:active {color:#fff; text-decoration: none; font-weight:900;} 
   	A.clase2:link {color:#fff; text-decoration: none; font-weight:900;} 
   	A.clase2:hover {color:#FD2600; text-decoration: none; font-weight:900;}

/*-- CONTENIDO --*/
.modal-content {
	margin-top: 2em;
	background-color: rgba(0,0,0,0.0);
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.contenido {
	position:relative;
	top:10px;
	background-color: rgba(0,0,0,0.3);
	box-shadow: 3px 10px 10px #0052BD;
}
.modal-body p {
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	padding:20px 0;
	font-family: 'Cairo', sans-serif;
}
.modal-body p .subtitulos {
	font-size:25px;
	font-weight:bold;
	color:#0175B5;
	line-height:30px;
	margin-left:2em;
	padding:20px 0;
	font-family: 'Cairo', sans-serif;
	text-shadow:#000 1px 1px 1px;
}
.titulosgrandes {
	font-size: 335px;
	font-weight: bold;
	color: #571919;
	line-height: 30px;
	margin-left: 2em;
	padding: 20px 0;
	font-family: 'Cairo', sans-serif;
	text-shadow: #000 1px 1px 1px;
}
.modal-header h4 {
	color: #ff0000;
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
}
.modal-header h5 {
    color: white;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
}
.modal-content h3 {
	color: #0175B5;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
}
.modal-content h2 {
	padding: 0.5em 3em;
    background-color:#0175B5;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
	text-shadow:#fff 1px 1px 1px;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	
	
}
.modal-footer {
	text-align:center;
	background-color: rgba(0,0,0,0.7);
	border-top: 4px solid rgba(255, 255, 255, 0.2);
}


/*--// CONTENIDO --*/


/*-- PARA ABRIR EL FORMULARIO --*/
.botongrande{
                background-color: #ff4000 ;
                border: 4px solid rgba(255, 255, 255, 0.5);
				border-radius:10px;
				-webkit-border-radius:10px;
				-moz-border-radius:10px;
				-o-border-radius:10px;
				-ms-border-radius:10px;
                padding: 15px 10px;
                color: #ffffff;
				margin-left:2em;
                cursor: pointer;
                font-size: 25px;
                border: none;
				width:40%;
				margin-left:30%;
				box-shadow:#000 2px 2px 2px;
				font-family: 'Anton', sans-serif;
            }
.botongrande:hover{
                background-color: #0052BD;
				color:#FFF;
				box-shadow:#fff 2px 2px 2px;
            }	

   


/*-- contact section --*/


#forma{
	padding:20px 0;
    background-color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(222, 222, 222, 0.5);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}



.contact-COOSW {
	padding:20px 0;
    background-color: rgba(200, 200, 200, 0.7);
     border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 3px 10px 10px #32539B;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
section.contact-COOSW h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-bottom:50px;
	font-family: 'News Cycle', sans-serif;
	position:relative;
}
section.contact-COOSW h3.text-center:before {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	left:20%;
	bottom:2%;
} 
section.contact-COOSW h3.text-center:after {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	right:20%;
	bottom:2%;
}
section.contact-COOSW span.fa.fa-globe {
    font-size: 25px;
    color:#fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.contact-COOSW span.favico {
    font-size: 25px;
    color:#fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}

section.contact-COOSW p.contact-p1 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
}
ul.contact-w3ls {
	padding:20px 0 0;
}
ul.contact-w3ls li {
	padding-bottom:10px;
}
ul.contact-w3ls li i.fa {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #fff;
	margin-right:7px;
}
ul.contact-w3ls li p {
	font-size:16px;
	font-weight:normal;
	display:inline-block;
	color:#fff;
	vertical-align:middle;
}
ul.contact-w3ls li p a {
	text-decoration:none;
	color:#fff;
}

.contact-COOSW label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}
.contact-COOSW input#nombre,input#mail,input#telefono {
	height: 45px;
}
.contact-COOSW input#nombre,input#mail,input#telefono,textarea#mensaje {
    width: 100%;
    font-size: 17px;
    font-weight: normal;
    color: #444;
    background-color: rgba(0, 81, 195, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 3px 10px 10px #0052BD;
}
.btn-primary {
	font-size: 26px;
	color: #FFF;
	padding: 10px 30px;
	background-color: #245C90;
	font-weight: bold;
	text-decoration: none;
	font-family: 'News Cycle', sans-serif;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	outline: none;
	border: none;
}
.btn-primary:hover {
	background-color:#EA7B41 ;
	color:#fff;
}
/*-- /contact section --*/
