/* CSS Document */

.tllanmenme {
    color:#000;
    font-weight:bold;
    margin-bottom:20px;
}
.brojo {
    background-color:#f00;
    color:#fff;
    padding:10px;
}
.bpadding {
    padding:10px;
}
.rojo {
    background-color:#ffbbbbbb;
    padding:20px;
}

p {
    text-align:justify;
}

.verde {
    color:#41A009;
}


.icontacto {
	background-image:url(../images/icontacto.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.submenu {
	padding-top:25px;
	padding-bottom:25px;
}

.fa-arrow-up {
	margin-right:10px;
	margin-bottom:15px;
	color:#294e88;
	font-size:1.1em;
}
.fa-ul {
	list-style-position:inherit!important;
}
.icono ul li {
	background-image:url(../images/icono.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.tproductos {
	font-weight:800;
	text-transform:uppercase;
}
.productos {
	padding:35px;
}
.mensaje {
	height:100px!important;
}
.margen-derecho {
	padding-left:25px;
	margin:15px 0 15px 0;
}
.margencertificaciones {
	margin-top:25px;
	margin-bottom:25px;
}
.titulos {
	margin-top:100px;
	padding-left:75px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #000000;
}
.menu {
	padding-top:2em;
}
body {
	font-family: 'Open Sans', sans-serif;
}
.azul {
	color:#294e88;
}
.fdonegro {
	background-color:#000;
}
.fecha {
	color:#fff;
	font-size:1em;
	font-weight:700;
	background-color:#000;
	text-align:left;
	padding:15px;
	box-sizing:border-box;

}
.telefono {
	color:#fff;
	font-size:1em;
	font-weight:700;
	background-color:#000;
	text-align:right;
	padding:15px;
	box-sizing:border-box;
}

.p10 {
	padding:10px;
}
.header {
	padding:50px 20px;
}
.margen {
	height:100px;
}
.grayscale {
	color:#999;
}
.grayscale img {
	filter: grayscale(100%);
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.grayscale img:hover {
	filter: grayscale(0%);
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition:all .7s ease-in-out;
	-webkit-transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out
}
.titulo {
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
}
.direccion, .formulario {
	color:#fff;
	padding:20px;
}
.creditos {
	color:#333;
	text-align:center;
	font-size:0.8em;
}
.creditos a {
	color:#333;
}
.fdoazul {
	background-color:#294e88;
}
.fdogris {
	background-color:#F2F3F4;
}
.p15 {
	padding:15px;
}
.servicioshome {
	color:#fff;
	font-size:1.4em;
	text-align:center;
	font-weight:100;
	padding:35px;
	padding-top:70px;
}
.bold {
	font-weight:700;
	text-transform:uppercase;
}
.sliderhome {
	height:500px;
	background-image:url(../images/slider-2.jpg);
	background-position: right center;
	background-size: cover;
}
.slidernosotros {
	height:250px;
	background-image:url(../images/slider-nosotros.jpg);
	background-position: center center;
	background-size: cover;
}
.slidercancun{
	height:250px;
	background-image:url(../images/slider-cancun.jpg);
	background-position: center center;
	background-size: cover;
}
.sombra {
	-webkit-box-shadow: 0 8px 6px -6px white;
	-moz-box-shadow: 0 8px 6px -6px white;
	box-shadow: 0 8px 6px -6px white;
}
a .sombra:hover {
	/*	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;*/
	 -webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition:         transform .8s ease-in-out;
}
html {
	scroll-behavior: smooth;
}
.reflejo:after {
	content:'';
	top:0;
	transform:translateX(100%);
	width:90%;
	height:350px;
	position: absolute;
	z-index:1;
	animation: slide 2s 3;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(99%, rgba(128,186,232,0)), color-stop(100%, rgba(125,185,232,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
	z-index:2;
}

/* animation */

@keyframes slide {
 0% {
transform:translateX(-100%);
}
 100% {
transform:translateX(100%);
}
}
.treflejo {
	z-index:900;
}
.tproducto {
	text-align:center;
	font-weight:800;
	margin-top:15px;
	font-size:1.1em;
	color:#294e88;
	text-decoration:none!important;
}
a .tproducto:hover {
	text-decoration:none;
}
/* formulario de contacto */
.contacto .info-item span {
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	display:inline-block;
	margin:0 25px 0 0;
	text-align:center;
	font-size:30px;
	vertical-align:top
}
.contacto .info-item p {
	display:inline-block
}
.contacto .info-item:last-child {
	margin-bottom:0
}
.right-side {
	padding-right:0
}
.contact-item:last-child {
	margin-bottom:0
}
.contact .item:last-child {
	margin-bottom:0
}
.contact-form span {
	display:block;
	margin-bottom:5px;
	font-weight:400
}
select, .contact-form textarea, .contact-form input {
	width:100%;
	font-weight:400;
	float:left;
	font-size:1em;
	padding:15px;
	border:none;
	background:#f2f4ec;
	border:1px solid #f2f4ec;
	color:#232323;
	-webkit-transition:ease-out .3s;
	-moz-transition:ease-out .3s;
	-o-transition:ease-out .3s;
	transition:ease-out .3s
}
select {
	width:100%;
	font-weight:400;
	float:left;
	font-size:1em;
	padding:15px;
	border:none;
	background:#fff;
	border:1px solid #f2f4ec;
	color:#232323;
	-webkit-transition:ease-out .3s;
	-moz-transition:ease-out .3s;
	-o-transition:ease-out .3s;
	transition:ease-out .3s
}
.contact-item {
    margin-bottom: 5px;
    width: 100%;
    float: right;
}
.contact-item textarea, .contact-item input {
	height:45px;
	padding:5px;
	width:100%;
}
.contact-item input:focus, .contact-item textarea:focus {
	outline:none
}
.contact-item .button {
	width:100%;
	padding:15px 60px;
	text-transform:uppercase;
	letter-spacing:1.5px;
	word-spacing:1px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	margin-bottom:0;
	background:transparent;
	font-size:1.2em;
	font-family:'Open Sans', sans-serif;
	color:#FFF
}
.contact-item .button:hover {
	color:#FFF;
	background-color:#2ca8d8
}
.contact-item .parsley-required {
	color:#a94442;
	float:left;
	margin:7px 0 0
}
.parsley-type {
	color:#a94442;
	float:left;
	margin:7px 0 0
}
.contact-item .button {
	height:45px;
	padding:5px;
	width:100%;
	background:red!important
}
.menulink {
	color:#333!important;
	text-transform:uppercase;
	font-size:1.1em;
}
.menulink:hover {
	color:#fff!important;
	background-color:#294e88;
}
.activo {
	color:#fff!important;
	background-color:#294e88;
}
.centrar {
	text-align:center;
}

.btn-primary {
	background-color:#294e88!important;
	color:#fff;
}
.btn-primary:hover {
	background-color:#000!important;
	color:#fff;
}


.fichas  {
    margin-top -15px;
    margin-bottom:20px;
    font-size:1.1em;
}
.fichas a {
    color:#f00;
}

.centrado {
    text-align:center!important;
}
.fa-heart {
    color:red;
}
}