@import url(normalize.css);

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	height: 100%;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	clear: both;
}

* {
	box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: none;
}

textarea,
input,
button {
	outline: none;
}

a {
	color: #444;
	text-decoration: none;
	transition: all 0.5s ease;
}

a:hover {}

button,
button:active,
button:focus,
input[type="submit"] {
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
	box-shadow: none;
}


img {
	max-width: 100%;
}
.txt-center{
	text-align: center;
}
/* Layout */

body {
	background: #fff;
	color: #444;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	width: 100%;
	display: block;
	/* text-align: center; */
	/* padding: 100px; */
}

p {
	text-align: justify;
}

ul {
	padding: 0 0 0 20px;
}

li {
	margin: 0 0 1em 0;
}

header {
	background: #fff;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: font-size 0.3s, height 0.3s;
	-webkit-transition: font-size 0.3s, height 0.3s;
	-moz-transition: font-size 0.3s, height 0.3s;
	padding: 0;
	box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
}

header.small {
	height: 40px;
	transition: font-size 0.5s, height 0.5s;
	-webkit-transition: font-size 0.5s, height 0.5s;
	-moz-transition: font-size 0.5s, height 0.5s;
	padding: 0;
}
h1, h2, h3, h4{
	font-family: "Poppins", sans-serif;
}
h1 {
	font-size: 1.3em;
	margin: 0 auto 5px;
	display: block;
	clear: both;
	width: 100%;
}

h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	display: block;
	clear: both;
	margin: 8px 0;
}

#pull,
.btn-menu {
	display: none;
}

.der {
	float: right;
	margin: 0 0 30px 30px;
}

.izq {
	float: left;
	margin: 0 30px 30px 0;
}
.f-r{
	float: right;
}
.f-l{
	float: left;
}
/* header */

#top {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}

.sop-header {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
	padding: 0;
}

a.logo {
	margin: 0;
	float: left;
}



.logo img {
	max-height: 58px;
	transition: all 0.3s ease;
}

.small .logo img {
	max-height: 40px;
}

header nav {
	font-weight: 400;
	float: right;
	width: 450px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	transition: all 0.3s ease;
	height: 60px;
}

header.small nav {
	height: 65px;
	padding: 0;
	margin: 0;
}

header nav a {
	padding: 0 30px;
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

header nav a:last-child {
	border-right: none;
}

header nav a:hover,
header nav a.active {
	color: #6a2e21;
}

header.small nav a {
	height: 40px;
	line-height: 40px;
}

/* Slider */

.wrap-slider {
	margin: 50px 0 0 0;
	z-index: 1;
	display: block;
	position: relative;
}

#indx-1{
	background-image: url("../img/p2.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100vh;
	position: relative;
	float: left;
	width: 100%;
}
#indx-2{
	background-image: url("../img/p5.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100vh;
	position: relative;
	float: left;
	width: 100%;
}
#indx-3{
	background-image: url("../img/p4.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100vh;
	position: relative;
	float: left;
	width: 100%;
}
.cont-info{
	color: #fff;
	margin: 40vh auto 0;
	max-width: 900px;
	text-align: center;
	line-height: 1;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.cont-info span{
	font-size: 35px;
	font-weight: 500;
}
.sop-btns{
	margin: 50px auto;
	display: block;
	text-align: center;
}
.cont-info .sop-btns a{
	border: solid 2px transparent;
	width: 250px;
	border-radius: 20px;
	display: inline-block;
	padding: 10px;
	margin: 0 8px;
}
.cont-info .sop-btns a.primario{
	background: #551D13E3;
	color: #fff;
}
.cont-info .sop-btns a.secundario{
	background: #fff;
	color: #551D13;
}
.cont-info .sop-btns a.primario:hover, .cont-info .sop-btns a.secundario:hover{
	border: solid 2px #fff;
	color: #fff;
	background: rgb(0 0 0 / 20%);
}

.cont-info .sop-btns a span{
	font-size: 16px;
}
#head{
	background-image: url(../img/p2.jpg);
	background-size: cover;
	background-position: center;
	height: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 60px 0 0;
}
#head .cont-head{
	color: #fff;
	display: flex;
	align-items: center;
	min-width: 1000px;
	margin: 0 auto;
	float: none;
	justify-content: space-around;
}
#head .cont-head .title{
	font-size: 35px;
	letter-spacing: 6px;
	display: block;
	text-align: center;
}
#head .cont-head .breadcrumbs{
	display: block;
	text-align: center;
}


/* Interior */

#wrap-interior {
	display: block;
	max-width: 100%;
}

.cont-interior{
	max-width: 1140px;
	display: block;
	margin: 70px auto;
	overflow: hidden;
}
.cont-interior .col-50{
	max-width: 50%;
	padding: 20px;
	display: inline-block;
	float: left;
}
.sup-title{
	font-size: 15px;
	font-weight: 600;
	color: #575656;
}
h1.title{
	font-size: 40px;
	color: #551D13;
	font-weight: 800;
	line-height: 1;
}
.sop-btns{
	margin: 50px auto;
	display: block;
	text-align: center;
}
.cont-interior .sop-btns a{
	width: 150px;
	border-radius: 20px;
	display: inline-block;
	padding: 10px;
	margin: 0 8px;
}
.cont-interior .sop-btns a.primario, .cont-interior .sop-btns a.secundario:hover{
	border: solid 2px transparent;
	background: #551D13E3;
	color: #fff;
}
.cont-interior .sop-btns a.secundario, .cont-interior .sop-btns a.primario:hover{
	border: solid 2px #551D13E3;
	background: #fff;
	color: #551D13;
}

.btn-as{
	width: 250px;
	border-radius: 10px;
	border: solid 2px #E5785C;
	background: #E5785C;
	color: #fff;
	display: block;
	text-align: center;
	padding: 16px;
	font-size: 17px;
	font-weight: 600;
}
.btn-as:hover{
	background: #fff;
	color: #E5785C;
}
#wrap-interior.int-servicios {
    width: 1100px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.col-serv{
		background-size: cover;
		background-repeat: no-repeat;
		width: 350px;
		height: 405px;
		color: #fff;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
}
#col-serv-1{
	background-image: url("../img/Multiriesgo.jpg");
}
#col-serv-2{
	background-image: url("../img/harbor-freight-blue.jpg");
}
#col-serv-3{
	background-image: url("../img/NAUFRAGIO.mun-marit.jpg");
}
.col-serv .tit-serv{
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
	margin: 20px 0;
	display: block;
}
.col-serv .overlay{
	background: rgb(0 0 0 / 70%);
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: all .3s ease;
}
.col-serv:hover .overlay{
	background: rgb(85 29 19 / 70%);
}
.col-serv .overlay .vermas{
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.col-serv .overlay .vermas:hover{
	color: #E5785C;
}

.f-icon svg{
	width: 50px;
	fill: #fff;
}

/* Servicios */

#wrap-det-serv{
	background-image: url(../img/bg-serv.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#wrap-det-serv .overlay{
	background: #000;
	opacity: 0.4;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cont-det-serv{
	max-width: 1140px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.cont-det-serv .tit-secc{
	display: block;
	clear: both;
}
.sop-serv{
	color: #fff;
	margin: 130px 0 0;
	display: block;
	max-width: 680px;
	clear: both;
}
.sop-serv .sup{
	color: #E5785C;
}
.sop-serv h1{
	color: #fff;
}
.sop-serv:nth-of-type(2){
	text-align: right;
}
.list-det-seg{
	list-style-type: none;
	color: #fff;
	padding: 0;
	margin: 0;
}
.list-det-seg .list-item{
	margin: 0;
	font-size: 13px;
	color: #424242;
	margin: 0 0 4px 0;
}
.list-det-seg .list-item i{
	color: #e5785c;
	margin: 0 4px 0 0;
}
.cont-seguros{
	clear: both;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 0;
	float: left;
}
.item-seg{
	background: #FFFFFFD1;
	width: 350px;
	border-radius: 16px;
	padding: 16px;
	margin: 0 0 40px;
	transition: all .3s ease;
}
.item-seg:hover{
	background: #fff;
}

.item-seg .s-icon svg{
	width: 75px;
	fill: #E5785C;
	display: block;
	clear: both;
	margin: 10px auto;
	height: 75px;
}

.item-seg .s-tit{
	font-size: 17px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin: 0 auto 16px;
}
.cont-seg-ac {
    overflow: hidden;
    display: flex;
    float: left;
    width: 100%;
    margin: 30px 0;
}
.cont-seg-ac .item-seg{
	width: 210px;
	display: inline-block;
	float: left;
	margin: 0 24px 0 0;
}
#wrap-asesoria{
	padding: 50px 20px;
}
.cont-asesoria{
	width: 725px;
	margin: 80px auto;
	display: block;
	float: none;
}
.med-col:nth-of-type(even){
	text-align: right;
}

.cont-datos-cont{
	max-width: 1120px;
	margin: 0 auto 50px;
	float: none;
	display: flex;
	justify-content: space-between;
}

.item-datos{
	width: 300px;
	color: #575656;
}
.item-datos:nth-of-type(3){
	width: 330px;
}
.item-datos i{
	color: #AE543B;
	float: left;
	font-size: 50px;
	margin: 0 16px 0 0;
}
.cont-txt {
    float: left;
    width: calc(100% - 80px);
    overflow: hidden;
}
.item-datos .tit-dat{
	font-size: 29px;
	font-weight: 600;
	display: block;
	margin: 0 0 8px 0;
}
.item-datos .valor-dat{
	font-size: 16px;
	display: block;
}
/* Contacto */
::-webkit-input-placeholder {
	/* Edge */
	color: #777;
}

:-ms-input-placeholder {
	/* Internet Explorer */
	color: #777;
}

::placeholder {
	color: #777;
}

#wrap-contacto {
	display: flex;
	align-items: center;
	width: 100%;
}

.cont-contacto {
	width: 100%;
	margin: 0 auto 0;
	float: none;
	display: block;
	clear: both;
}

.cont-contacto h1 {
	font-size: 40px;
	font-weight: 300;
}
.cont-contacto .sop-form {
	width: 100%;
	float: left;
	font-size: 18px;
}

.sop-form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sop-form ul label {
	width: 100px;
	float: left;
}

.sop-form ul input {
	width: calc(100% - 8px);
	background: #fff;
	padding: 12px 16px;
	border: 1px solid #7a7a7a;
	border-radius: 20px;
	font-size: 16px;
}

.sop-form ul textarea {
	width:100%;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #7a7a7a;
    border-radius: 20px;
}

.med-col {
	width: 50%;
	float: left;
}

.full-col {
	width: 100%;
	display: block;
	clear: both;
}
.sop-form ul .full-col input{
	width: 100%;
}
.sop-form ul input[type="submit"] {
	background: #551D13E3;
	color: #fff;
	border: 2px solid #551D13E3;
	width: 250px;
	float: right;
	display: block;
	padding: 15px 0;
	margin: 0 10px;
	font-weight: 500;
	border-radius: 15px;
}

.sop-form ul input[type="submit"]:hover {
	background: #fff;
	color: #551D13E3;
}

.full-col div {
	clear: both;
	padding: 20px;
	float: none;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #222;
}

#html_element {
	float: right;
	margin: 0 10px 1em 0;
}

iframe#mapa {
	width: 100%;
	min-height: 500px;
	margin: 30px 0 50px;
	border: none;
}

footer {
	background: #000;
	border-top: 3px solid #E5785C;
	width: 100%;
	min-height: 215px;
	color: #fff;
	padding: 50px 0;
	display: block;
	clear: both;
}

.cont-footer {
	max-width: 1150px;
	margin: 0 auto;
	float: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cont-footer .col-1{
	width: 350px;
	font-size: 14px;
	text-align: justify;
}
.cont-footer .col-2{
	max-width: 250px;
}
.cont-footer h2{
	font-size: 18px;
}

.cont-footer a {
	color: #fff;
	font-size: 17px;
	display: block;
	margin: 0 0 8px 0;
}

.cont-footer a:hover {
	color: #dc781c;
}

.cont-footer .cont-datos div {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
}

.cont-footer .cont-datos div i {
	font-size: 24px;
	width: 30px;
}

.cont-footer .cont-rrss {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.cont-footer .cont-rrss a{
	background: #575656;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 4px;
	border-radius: 10px;
}
.cont-footer .cont-rrss i {
	font-size: 16px;
	margin: 0 auto;
}

.cont-footer .cont-rrss a:hover{
	background: #fff;
	text-align: center;
	color: #000;
}

#piedepagina {
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	padding: 1em 0;
	background: #060606;
	color: #6c573b;
	font-size: .9em;
}

#piedepagina a {
	color: #6c573b;
}

#piedepagina a:hover {
	color: #dc781c;
}



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

	header,
	header.small {
		height: 40px;
	}
#head{
	margin: 40px 0 0 0;
	height: 250px;
}
	.wrap-slider {
		margin: 41px 0 0 0;
	}

#head .cont-head{
	display: block;
	width: 100%;
	min-width: 100%;
}

#head .cont-head .cont-txt{
	width: 100%;
}
#head .cont-head .title{
	text-align: center;
}
.cont-interior .col-50{
	max-width: 100%;
	display: block;
}

.cont-btn-as .btn-as{
	margin: 0 auto;
	padding: 10px;
}
.cont-btn-as {
    display: block;
    clear: both;
    margin: 16px auto 0;
    float: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
    float: left;
}
	a.logo {
		margin: 0 0 0 20px;
		z-index: 10;
		position: relative;
	}

	.logo img,
	.small .logo img {
		max-height: 40px;
	}



	.der,
	.izq {
		float: none;
		margin: 20px auto;
	}



	#pull {
		display: block;
	}

	#pull {
		width: 30px;
		height: 30px;
		position: relative;
		margin: 0 10px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
		float: right;
	}

	#pull span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #7b7b7b;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		top: 0;
	}

	#pull span:nth-child(1) {
		top: 5px;
	}

	#pull span:nth-child(2) {
		top: 15px;
	}

	#pull span:nth-child(3) {
		top: 25px;
	}

	#pull.open span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#pull.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	#pull.open span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#cssmenu {
		width: 100%;
		background: #551d14;
		position: absolute;
		top: 35px;
		display: none;
		padding: 0;
		height: auto;
	}

	#cssmenu a,
	#cssmenu a:hover,
	#cssmenu a:active {
		display: block;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 15px 10px;
		color: #fff;
		font-size: 16px;
		height: auto;
		line-height: 1.4em;
	}

	#cssmenu a:last-child {
		border-bottom: none;
	}

	#wrap-destacados {
		padding: 20px;
	}

	.cont-dest-indx {
		margin: 0;
		display: block;
	}

	.item-dest-indx {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 30px;
		display: block;
	}

	.cont-bnr-reserva {
		display: block;
		text-align: center;
	}

	#btn-bnr-reserva {
		margin: 30px auto;
		float: none;
		font-size: 24px;
	}

	#wrap-bienvenidos {
		min-height: 300px;
	}

	.txt-bnr .tit-bnr {
		font-size: 30px;
	}

	.txt-bienv {
		max-width: 500px;
		margin: 0 auto;
		display: block;
		float: none;

	}

	.txt-bienv h1 {
		font-size: 24px;
		text-align: center;
	}

	.txt-bienv p {
		text-align: center;
	}

	.cont-galeria h1 {
		font-size: 24px;
	}

	.cont-footer {
		display: block;
		padding: 0 20px;
	}

	#wrap-contacto {
		display: block;
		padding: 0;
		min-height: auto;
		overflow: hidden;
	}

	.cont-contacto .sop-form,
	.cont-contacto .sop-datos {
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}

	#wrap-interior h1 {
		font-size: 30px;
	}

	#wrap-interior h2 {
		font-size: 24px;
	}
	#wrap-interior.int-servicios{
		display: block;
	}
	.cont-det-serv{
		padding: 0 20px;
	}
	.col-serv{
		margin: 0 auto 30px;
	}
	.sop-serv{
		max-width: 100%;
	}
	.cont-asesoria{
		width: 100%;
	}
}

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

	.med-col,
	.sop-form ul input,
	.sop-form ul textarea {
		width: 100%;
	}
	h1.title{
		font-size: 26px;
	}
.cont-datos-cont{
	display: block;
	padding: 0 20px;
}
	.cont-txt-bajada span {
		font-size: 18px;
	}
	.item-datos{
		display: block;
		clear: both;
		margin: 0 0 16px;
		float: left;
	}
	.item-datos i{
		font-size: 30px;
	}
	.item-datos .tit-dat{
		font-size: 18px;
		margin: 0;
	}
	.cont-footer .col-1{
		max-width: 300px;
	}
	.cont-seguros, .cont-seg-ac{
		display: block;
		width: 100%;
	}
	.item-seg{
		float: none;
		max-width: 300px;
		margin: 0 auto 16px;
	}
	.cont-seg-ac .item-seg{
		float: none;
		margin: 0 auto 16px;
		display: block;
	}
	.cont-footer .col-1, .cont-footer .col-2{
		max-width: 100%;
		margin: 0 auto 30px;
	}
}