/*
Theme Name: Trabajos Cadinox
Author: Andres J. Villar
Author URI: https://ibiut.com
Version: 1.0
*/
@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial-Black.eot');
    src: url('fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Arial-Black.woff2') format('woff2'),
        url('fonts/Arial-Black.woff') format('woff'),
        url('fonts/Arial-Black.ttf') format('truetype'),
        url('fonts/Arial-Black.svg#Arial-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('fonts/ArialMT.eot');
    src: url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArialMT.woff2') format('woff2'),
        url('fonts/ArialMT.woff') format('woff'),
        url('fonts/ArialMT.ttf') format('truetype'),
        url('fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1340px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.slider {
	width: 100%;
	height: 100%;
	background: url(images/header.jpg) no-repeat bottom center;
	background-size: cover;
	position: relative;
}
.slider .logocontainer {
	position: absolute;
	right: 15px;
	top: 0;
}
.slider .logo {
	margin-top: 20px;
	width: 200px;
}
.slider .container-fluid {
	height: 100%;
}
.slider .row {
	height: 100%;
}
.slider .col-sm-12 {
	height: 100%;
}
.slide-text-container {
	position: absolute;
	bottom: 180px;
	left: 15px;
}
.slide-block-text {
  display: block;
  width: 652px;
  max-width: 100%;
}
.white {
	color: #fff;
}
.yellow {
	color: #ffc405;
}
h1 {
	font-weight: 900;
	font-size: 56px;
	margin: 0;
	padding: 0;
}
.slide-block-text h3 {
  text-align: right;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 39px;
}

@media(max-width: 1200px) {
	h1 {
		font-size: 56px;
	}
	.slide-block-text {
		width: 564px;
	}
	.slide-block-text h3 {
		font-size: 32px;
	}
}
@media(max-width: 991px) {
	.slide-text-container {
	  bottom: 80px;
	}
	h1 {
		font-size: 46px;
	}
	.slide-block-text {
		width: 470px;
	}
	.slide-block-text h3 {
		font-size: 28px;
	}
}
@media(max-width: 767px) {
	.slider {
  		height: 500px;
  		background: url(images/header.jpg) no-repeat bottom center;
    	background-size: auto;
  		background-size: 1124px;
	}
	.slide-text-container {
	  bottom: 80px;
	}
	h1 {
		font-size: 46px;
	}
	.slide-block-text {
		width: 100%;
	}
	.slide-block-text h3 {
		text-align: left;
	}
}
@media(max-width: 498px) {
	h1 {
  		font-size: 30px;
	}
	.slide-block-text h3 {
  		font-size: 24px;
	}
}

.contenidos {
	position: relative;
	z-index: 1;
	margin-top: -50px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 80px;
}
.relative {
	position: relative;
}
.logo-contenidos {
	position: absolute;
}
.logo-contenidos img {
	width: 300px;
}
.logo-texto {
  text-align: right;
  font-size: 36px;
  padding-top: 20px;
  position: relative;
}
.logo-texto::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	width: calc(100% - 350px);
	background: #fff;
	opacity: 0.3;
}
.logo-texto span.transparent {
	opacity: 0.4;
}
.title img {
	height: 42px;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
.title {
	margin-top: 10px;
	font-size: 30px;
	margin-bottom: 20px;
}
.col-sm-6 ul.lista {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.col-sm-6 .lista li {
	list-style-type: none;
	position: relative;
	padding-left: 26px;
	margin-bottom: 6px;
}
.col-sm-6 .lista li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffc405;
	position: absolute;
	left: 0;
	top: 12px;
}
@media(min-width: 767px) {
	.pd-l {
		padding-left: 30px;
	}
	.pd-r {
		padding-right: 30px;
	}
}
.formulario {
	background: rgba(155,155,155,0.4);
	padding: 24px;
	border-radius: 8px;
}
.formulario input[type="text"], .formulario input[type="email"] {
	width: 100%;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 3px solid transparent;
	background: rgba(255,255,255,0.3);
	padding: 11px 12px 9px 12px;
	margin-bottom: 15px;
	font-size: 17px;
	outline: none;
	transition: all .2s;
}
.formulario input[type="text"]:focus, .formulario input[type="email"]:focus {
	border-bottom: 3px solid #ffc405;
}
label.text {
	font-weight: normal;
	font-size: 17px;
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
}
.containerradio {
  	display: inline-block;
  	position: relative;
  	padding-left: 26px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	font-size: 17px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	font-weight: normal;
  	margin-right: 20px;
}
.containerradio input {
 	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.containerradio .checkmark {
  	position: absolute;
  	top: 2px;
  	left: 0;
  	height: 18px;
  	width: 18px;
  	background-color: #e0e0e0;
  	border-radius: 50%;
}
.containerradio .checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.containerradio input:checked ~ .checkmark:after {
  display: block;
}
.containerradio input:checked ~ .checkmark {
	background: #fff;
}
.containerradio .checkmark::after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc405;
}
.fileuploader {
  display: block;
  width: 100%;
  padding: 0;
  margin: 14px 0;
  background: transparent;
  line-height: normal;
}
.fileuploader-input .fileuploader-input-button {
    padding: 12px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
    font-weight: normal !important;
    font-size: 17px;
    background: rgba(255,255,255,0.3) !important;
}
.fileuploader-items .fileuploader-item .column-thumbnail {
  position: relative;
  width: 28px;
  height: 28px;
}
.fileuploader-items .fileuploader-item .fileuploader-item-icon {
  font-size: 10px;
}
.fileuploader-item-icon {
	background: #ffc405 !important;
}
.fileuploader-items .fileuploader-item .column-title {
	color: #fff;
}
.fileuploader-items .fileuploader-item .column-title div {
  width: 100%;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: none;
  font-size: 17px;
}
.fileuploader-items .fileuploader-item .column-title span {
  font-size: 12px;
  color: #fff;
}
::placeholder { 
  color: #eee;
  opacity: 1; 
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eee;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #eee;
}
button, .boton {
	background: #ffc405;
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 12px 40px;
	border-radius: 3px;
	border: none;
	outline: none;
	text-shadow: 0px 0px 2px rgba(177,136,5,0.9);
	transition: all .2s;
	display: inline-block;
	text-transform: uppercase;
}
button:hover, .boton:hover {
	background: #deac09;
	text-decoration: none;
	color: #fff;
}
.terminos label {
	font-weight: normal;
	font-size: 14px;
	color: #bbb;
}
.terminos {
	margin-bottom: 20px;
}
.terminos a {
	color: #ffc405;
}
.terminos a:hover {
	color: #ffc405;
}
footer {
	background: #171b32;
	padding-top: 40px;
}
.logofooter {
	width: 160px;
	margin-bottom: 30px;
	opacity: 0.6;
}
footer .col-sm-4 {
	text-align: center;
	font-size: 17px;
	opacity: 0.6;
}
footer .col-sm-4 img {
	width: 44px;
}
.copyright {
	opacity: 0.5;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}
.copyright a {
	color: #fff;
	white-space: nowrap;
}
.copyright a:hover {
	text-decoration: none;
	color: #ffc405;
}
.copyright span.sep {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	position: relative;
	top: -3px;
}
.container-msg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg.png) no-repeat center center;
	background-size: cover;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	z-index: 1000;
}
.msg {
	display: block;
	width: 600px;
	max-width: 92%;
	background: rgba(155,155,155,0.4);
	padding: 24px;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: center;
}
.msg h3 {
	color: #ffc405;
	font-weight: 900;
	font-size: 40px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
}

@media(max-width: 1100px) {
	.logo-texto {
		font-size: 32px;
	}
}
@media(max-width: 767px) {
	body {
		font-size: 17px;
	}
	.logo-contenidos {
		position: relative;
		text-align: center;
	}
	.logo-contenidos img {
		width: 240px;
	}
	.logo-texto::after {
		content: none;
	}
	.logo-texto {
		text-align: center;
		font-size: 28px;
	}
	.title {
		font-size: 24px;
	}
	.title img {
  		height: 34px;
  	}
  	.contenidos {
  		margin-top: -80px;
  		padding-top: 120px;
	}
}
@media(max-width: 498px) {
	.logo-texto {
		font-size: 24px;
	}
	.title {
	  font-size: 21px;
	}
	.contenidos {
	  margin-top: -100px;
	  padding-top: 110px;
	}
	label.text {
  		font-size: 16px;
  	}
  	.col-xs-6 {
  		float: none;
  		width: 100%;
  	}
  	.formulario {
  		padding: 24px 20px;
  	}
}