/*Custom propoerties*/
:root{
 	/** fuentes**/
	/*--fuentePrincipal : 'Staatliches', cursive;
 	--fuenteTexto : 'Open Sans', sans-serif;
	--fuenteSecundaria : 'Raleway', sans-serif;*/

	--fuentePrincipal : 'Catamaran', sans-serif;
 	--fuenteTexto : 'Catamaran', sans-serif;
	--fuenteSecundaria : 'Catamaran', sans-serif;

 	/** colores**/
 	--colorPrimario : #FF5B00;
 	--grisOscuro : #2F2E2E;
 	--grisClaro : #EBEBEB;
 	--blanco : #ffffff;
 	--negro : #000000;
}

/**snipets**/
html{
	box-sizing: border-box;
	font-size: 62.5%; /* Now 10px = 1rem! */
  	scroll-behavior: smooth;
}

body {
  	font-size: 16px; /* px fallback */
  	font-size: 1.6rem; /* default font-size for document */
  	line-height: 2; /* a nice line-height */
  	font-family: var(--fuenteSecundaria);
  	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.row{ margin-left: 0; margin-right: 0;}

.container{
    .row{margin-left: -15px; margin-right: -15px;}
}

section#video-header {
  position: relative;
  background-color: black;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#video-container{
 /*height: 100vh;*/
 margin-top: -28px;
 background-color: rgba(0,0,0,.3);
}

#video-container video {
	/*position: absolute;*/
    width: 100vw;
    /*height: 100vh;*/
    object-fit: cover;
    z-index: -100;
}

main section#video-container hr {
	border:5px solid #28a745;
	border-radius: 15px;
}

section#video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section#video-header .container {
  position: relative;
  z-index: 2;
}

section#video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  section#video-header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  section#video-header video {
    display: none;
  }
}



*,*:before, *:after{
	box-sizing: inherit;
}

/** Headings **/
h1, h2, h3, h4{
	font-family: var(--fuentePrincipal);
	margin: 1rem 0;
	line-height: 1.2;
}

h1{
	font-size: 6rem;
}

h2{
	font-size: 4.8rem;
}

h3{
	font-size: 3.6rem;
}

h3{
	font-size: 2.4rem;
}

/** Globales **/
a{
	text-decoration: none;
}

ul{
	list-style: none;
	margin:0;
	padding: 0;
}

p{
	font-family: var(--fuenteTexto);
	font-size: 1.9rem;
	text-align: justify;
}

/*
 * Menú
 */
header nav a{
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 15px;
}

/*
 * Main
 */

main{
	margin-top: 109px
}

/*
 * Slider
 */

main section#slider{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main section#preactor{
	margin-top: 50px;
}

main section#preactor hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#cards{
	margin-top: 50px;
	background-image: url("../img/fondo-caracteristicas.png");
	background-repeat: no-repeat;
	background-size:cover;
}

main section#cards .card-caracteristicas{
	/*border-radius: 25px;*/
	/*box-shadow: 0px 0px 5px 5px grey;*/
	transform: scale(1);
	transition: .3s;
	margin-top:25px;
	margin-bottom: 30px;
	height: 350px;
}

main section#cards .card-caracteristicas:hover{
	/*border-radius: 25px;*/
	/*box-shadow: 0px 0px 6px 6px grey;*/
	transform: scale(1);
	transition: .3s;

}

main section#cards img{
	/*border-radius: 25px 25px 0px 0px;*/
}

main section#industria40{
	margin-top: 50px;
}

main section#industria40 hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#video{
	margin-top: 0px;
	background-image: url("../img/videos.png");
	background-repeat: no-repeat;
	background-size:cover;
}

main section#video div.container{
	padding-top: 50px;
	padding-bottom: 0px;
}

main section#video hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#video img{
	transform: scale(1);
	transition: .3s;
	cursor: pointer;
}

main section#video img:hover{
	transform: scale(1.05);
	transition: .3s;
	cursor: pointer;
}

main section#caracteristicas-preactor{
	margin-top: 50px;
}

main section#caracteristicas-preactor hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#caracteristicas-preactor p {
	padding-bottom: 0px;
	margin-bottom: -5px;
}

main section#por-que-usar-preactor{
	margin-top: 50px;
}

main section#por-que-usar-preactor hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#por-que-usar-preactor img {
	/*height: 100%;
	width: 100%;
	object-fit: cover;*/
	padding-top: 10%;
}

main section#cualquier-tamano{
	margin-top: 50px;
}

main section#cualquier-tamano hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#cualquier-tamano img {
	/*height: 100%;
	width: 100%;
	object-fit: cover;*/
}

main section#clientes{
	margin-top: 50px;
}

main section#clientes hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#clientes img {
	margin-top: 25px;
	margin-bottom: 25px;
}

main section#documentos{
	margin-top: 50px;
	background-image: url("../img/fondo-documentos.png");
	background-repeat: no-repeat;
	background-size:cover;
}

main section#documentos div.container{
	padding-top: 50px;
	padding-bottom: 50px;
}

main section#documentos hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#documentos a {
	/*height: auto;
	width: 25%;*/
	object-fit: cover;
	text-align: center;
	transform: scale(1);
	transition: .3s;
	cursor: pointer;
}

.boton-descarga{
	font-size: 2rem;
}

main section#documentos a:hover {
	transform: scale(1.05);
	transition: .3s;
	cursor: pointer;
	box-shadow: 0px 0px 1px 1px white;
	border-radius: 0px;
}

main section#contacto{
	margin-top: 50px;
}

main section#contacto hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#contacto img.cdmx {
	margin-top: 15px;
	border-radius: 15px;
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px 3px grey;
}

main section#contacto iframe {
	margin-top: 15px;
	border-radius: 15px;

	box-shadow: 0px 0px 10px 3px grey;
}

main section#contacto h3 span {
	padding-left: 20px;
}

main section#demo{
	margin-top: 50px;
}

main section#demo hr {
	border:5px solid #343a40;
	border-radius: 15px;
}

main section#demo .input-form{
	margin-top: 15px;
}

main section#demo span{
	font-size: 30px;
	width: 143px;
}

main section#demo .btn-enviar{
	font-size: 30px;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 3px grey;
}

footer .espacio{
	margin-top: 20px;
	margin-bottom: 20px;
}

footer img{
	width: 100%;
}

footer hr{
	border:2px solid white;
	border-radius: 15px;
}

footer p{
	padding: 0;
	margin: 0;
}

section#contador{
	background-image: url("../img/contador.png");
	background-repeat: no-repeat;
	background-size:cover;
	height: 350px;
}

@media only screen and (max-width: 650px) {
	section#contador{
		background-image: url("../img/contador.png");
		background-repeat: no-repeat;
		background-size:cover;
		height: 550px;
	}
}

.botonPlay, .botonPlay2{
	position: relative;
    top: -200px;
}

footer h3 , h4{
	color: #00f2fe;
	font-weight: bold;
}

footer ul li{
	padding: 0px;
	margin-top: -12px;
	margin-bottom: : 0px;
}

header nav ul li a{
	color: white;
}

.conFondo {
   background-color: #bcbebe;
   border: 0;
   color: black;
   font-size: 1.5rem;
   font-weight: bold;
 }

 .conFondo:focus {
   background-color: #bcbebe;
   border: 0;
   color: black;
   font-size: 1.5rem;
   font-weight: bold;
 }

 @media only screen and (max-width: 500px) {
	.botonPlay, .botonPlay2 {
	    position: relative;
	    top: -133px;
	}

	h1{
		font-size: 5rem;
	}

	h2{
		font-size: 3.8rem;
	}

	h3{
		font-size: 2.6rem;
	}

	h3{
		font-size: 1.4rem;
	}
}


@media only screen and (max-width: 812px) {
	main section#cards ul li{
		font-size: 14px;
	}
}

.boton-idioma{
	margin-right: 25px;
}

.botonDescarga{
	width: 30px;
}

@media only screen and (min-width: 768px) {
	#video-container video {
	    position: absolute; 
	    width: 100vw;
	    height: 100vh;
	    object-fit: cover;
	    z-index: -100;
	}

	#video-container {
	    height: 100vh;
	    margin-top: -28px;
	    background-color: rgba(0,0,0,.3);
	}
}