@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}
html, 
body{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Open Sans", sans-serif;
	color: #555;
}

.contenedor{
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

header{
	width: 100%;
	height: auto;
}

header .topbanner{
	width: 100%;
	height: 100%;
	background-image: url('../img/back-top.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

header .cabecera{
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0 3px 10px 2px rgba(0,0,0,0.2);
	height: 130px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

header .cabecera img{
	height: 100px;
	width: auto;
	padding: 15px 100px;
}

header .cabecera>a{
	float: right;
	margin: 57px 100px;
}

a.btn{
	font-weight: 800;
	color: #fff;
	padding: 10px 30px;
	background-color: #87AD38;
	font-size: 20px;
	text-decoration: none;
}

a.btn:hover{
	background-color: #DF2F49;
}

header .llamado{
	position: relative;
	width: 40%;
	padding: 250px 100px 150px;
}

.llamado h1{
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #127E8B;
}

.llamado p{
	font-weight: 100;
	font-size: 28px;
	margin: 10px 0;
}

.llamado img{
	margin: 20px 0;
	width: 100px !important;
	height: auto !important;
	display: block;
}

.contenido {
    background-color: #EAEAEA;
    padding: 100px;
}

.row {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rdos .area {
    width: 46%;
    background-color: #fff;
    margin: 15px;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.05);
}

.rtres .area {
    width: 30%;
    background-color: #fff;
    margin: 15px;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.05);
}
.area .row {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 800;
    letter-spacing: -2px;
}
.icon {
    width: 15%;
    margin: 30px 10px 0 20px;
    text-align: right;
}
.area p {
    font-size: 14px;
    line-height: 25px;
}
.rdos .cont-area {
    width: 69%;
    padding: 30px 50px 30px 0px;
}

.rtres .cont-area {
    width: 58%;
    padding: 30px 50px 30px 0px;
}

.galeria{
	width: 100%;
	height: 650px;
}
footer {
    height: 150px;
    margin-top: 80px;
}
footer .row {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logofooter img {
    width: 150px;
}
img.corazon {
    height: 10px;
    width: auto;
}
.contfooter p {
    margin: 50px 0 0;
    font-size: 12px;
}
img.linkedin {
    width: 30px;
    margin-top: 35px;
}
#form .row div {
    width: 30%;
}

div#form {}

input[type="text"] {
    height: 25px;
    width: 300px;
    margin: 5px;
    border: #606060 solid 1px;
}

textarea {
    width: 300px;
    height: 107px;
    border: #606060 solid 1px;
}

input.btn {
    font-weight: 800;
    color: #fff;
    padding: 5px 30px;
    background-color: #87AD38;
    font-size: 12px;
    text-decoration: none;
    border: none;
    margin-top: 5px;
}

.contenido.backhex {
    background-image: url(../img/fondo-form.png);
    background-repeat: no-repeat;
    background-position: 17% center;
    background-size: 20%;
}
#form {
	scroll-behavior: smooth;
}
#form h2, 
#form p{
	text-align: center;
}
#form p {
    margin: -15px 0 50px 0;
}