/* *******************************************************************************
ckm.co - 2017
******************************************************************************** */

/****************************************************************************
GENERALES
****************************************************************************/

*{ 
	margin: 0px;
	padding: 0px;
}

a, a img, a .item-txt, a h2, li, img, a img, label, input, button, .owl-controls div, .btn, .menCateg div,
#men-help{
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

figure{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
    z-index: 9;
}

.cl{ clear: both; }

.all{
	clear: both;
	float: left;
	width: 100% !important;
}

.centro{
	clear: both;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 1200px;
}


.txt_der{ text-align: right; }
.txt_izq{ text-align: left; }
.txt_centro{ text-align: center; }


/****************************************************************************/

input, textarea, select{
    margin: 8px 0;
	padding: 13px;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #2f0e5d;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contactForm { padding: 50px 0 }
/****************************************************************************
SELECT
/****************************************************************************/

.select {
	position: relative;
	padding: 7px 2px;
	line-height: 20px;
	overflow: hidden;
}
.select:before {
	content: '';
	position: absolute;
	right: 5px;
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #666 transparent transparent transparent;
	z-index: 5;
	pointer-events: none;
}
.select select {
	padding: 5px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	appearance: none;
}

/****************************************************************************
INPUT RADIO, CHECK- CONTENEDOR
/****************************************************************************/

.radio label, .checkbox label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: auto !important;
	padding: 7px 5px 3px 31px !important;
	margin: 0 10px 0 0;
	font-size: 90%;
}
.radio label:hover, .checkbox label:hover{
	background: rgba(0, 116, 217, 0.1);
}

.radio label:before, .checkbox label:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 3px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: none;
	border: 3px solid #0074D9;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"]:checked + label:before {
  display: none;
}
.radio input[type="radio"]:checked + label {
	padding: 5px 15px !important;
	border-radius: 2px;
	color: #fff;
	background: #0074D9;
}

/*******************************/

.checkbox label:before {
  border-radius: 3px;
}
.checkbox input[type="checkbox"]{
  display: none;
}
.checkbox input[type="checkbox"]:checked + label:before {
  display: none;
}
.checkbox input[type="checkbox"]:checked + label{
	margin-right: 5px;
	padding: 5px 15px !important;
	color: #fff;
	background: #0074D9;
}

.address{ font-style: normal; }


/****************************************************************************
CONTENEDOR IFRAME RESPONSIVE
/****************************************************************************/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: auto;
    overflow: hidden;
    width: 100%;    
} 

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****************************************************************************
BLOQUE ENLACE
/****************************************************************************/

.xcl{
	line-height: 2;
}
.xcl span{
	vertical-align: top;
    display: inline-block;
}
