@media(max-width:992px) {

@charset "utf-8";
/* CSS Document */

html, 
body{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Open Sans", sans-serif;
	color: #555;
}

.contenedor{
	position: relative;
	max-width: 100%;
	margin: 0;
}

header{
	width: 100%;
	height: auto;
}

header .topbanner{
	width: 100%;
	height: 100%;
	background-image: url('../img/back-top.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

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: 100px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

header .cabecera img{
	height: 70px;
	width: auto;
	margin: 0px auto;
}

header .cabecera>a{
	float: none;
	display: none;
}

a.btn{
	font-weight: 800;
	color: #fff;
	padding: 10px 30px;
	background-color: #87AD38;
	font-size: 15px;
	text-decoration: none;
}

a.btn:hover{
	background-color: #DF2F49;
}

header .llamado{
	position: relative;
	width: 80%;
	padding: 150px 0px 50px;
	margin: 0 auto;
	text-align: center;
}

.llamado h1{
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #127E8B;
}

.llamado p{
	font-weight: 100;
	font-size: 20px;
	margin: 10px 0;
}

.llamado img{
	margin: 20px auto;
	width: 100px !important;
	height: auto !important;
	display: block;
}

.contenido {
    background-color: #EAEAEA;
    padding: 15px;
}

.row {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rdos .area {
    width: 100%;
    background-color: #fff;
    margin: 15px 0;
    -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: 100%;
    background-color: #fff;
    margin: 15px 0;
    -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: center;
    position: relative;
}
.icon img {
    width: 30px;
}
.area h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 800;
    letter-spacing: -2px;
}
.icon {
    width: 15%;
    position: absolute;
    right: 25px;
    bottom: 20px;
    /* display: none; */
}
.area p {
    font-size: 14px;
    line-height: 25px;
}
.rdos .cont-area {
    /* width: 100%; */
    /* padding: 50px; */
}

.rtres .cont-area {
    width: 100%;
    padding: 50px;
}
.contenido.backhex {
    background-image: url(../img/fondo-form.png);
    background-repeat: no-repeat;
    background-position: 17% center;
    background-size: 100%;
}
#form .row div {
    width: 100%;
}
textarea {
    width: 300px;
    height: 107px;
    border: #606060 solid 1px;
    margin: 5px;
}
.galeria{
	width: 100%;
	height: 650px;
}
footer {
    height: 150px;
}
footer .row {
    gap: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.logofooter img {
    width: 150px;
}
img.corazon {
    height: 10px;
    width: auto;
}
.contfooter p {
    margin: 10px 0;
    font-size: 12px;
}
img.linkedin {
    width: 30px;
    margin: 3px 0 25px;
}
	
}