@charset "UTF-8";
/*----------------------variables-------------*/
:root {
	--colorbkheader01:#ffffff;
	--colorbkheader02:#FFFFFF;
	--colornav-desktop:#FFFFFF;
	--colorhoveractive:#7ba5f0;
	--colornav-l2:#FAFAFA;

	--colorbkprefooter:#FBFBFB;
	--colorbkfooter:#FAFAFA;
	--colorbkcopyright:#7ba5f0;
	
	--colorbordecajaform:#cccccc;
	--colorbtnsubmit:#7ba5f0;
	
	--colorbkcard01:#F2F2F2;
	--colorbordercard01:#000000;
	--colorbkcardhover01:#E6E6E6;
	
	--colorbkcard02:#F1F5FD;
	--colorbordercard02:#000000;
	--colorbkcardhover02:#CDDDF9;
	
	--colorbksection01:#6495ED;
	--colortextsection01:#FFFFFF;
}

/**{
    margin:0; padding:0;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
     text-transform: capitalize; 
    text-decoration: none;
    image {
        border:none;
    }
}*/

/* font-family: 'Oswald', sans-serif; */

h1, h2, h3, h4, h5, h6, strong, b {
    font-weight:bold;
  }

em {
    font-style: italic;
  }

body{
    min-height: 100vh;
    background:url(../images/FONDO01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


/*------------------ HEADER & MENU -----------------*/

header{
    position:sticky;
    top:0; left:0; right:0;
    background:var(--colorbkheader01);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    padding:5px 7%;
    display:flex;
    align-items:center;
    justify-content: space-between;
    z-index: 1000;
}

header .logo{
    font-weight: bolder;
    font-size: 25px;
    color:#333;
}

header .navbar ul{
    list-style: none;
}

header .navbar ul li{
    position: relative;
    float:left;
}

header .navbar ul li a{
    font-size:18px;
    font-weight: 400;
    padding: 10px;
    color: #333;
    display:block;
}

header .navbar ul li a:hover{
    background:var(--colorhoveractive);
    color:#ffffff;
}

header .navbar ul li ul{
    position: absolute;
    left: 0;
    width: 200px;
    background:var(--colornav-l2);
    display:none;
}

header .navbar ul li ul li{
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
}

header .navbar ul li ul li ul{
    left: 200px;
    top: 0;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
    display: initial;
}

#menu-bar{
    display:none;
}

header label{
    font-size:20px;
    color:#333;
    cursor:pointer;
    display:none;
}

.active-select{
    background:var(--colorhoveractive);
    color:#ffffff;
}

/*---------------CONTENIDO-------------------------------*/
.sangria-lista{
    margin-left: 2em;
}
/*----------------GRID CONTENIDO-------------------------*/

.ultra-grid-2cols-80-20X100{
	display: grid;
	/*gap: 1rem;*/
	grid-template-columns: 80% 20%;
	/*padding: 4rem;*/
}
.main-grid-1col-ceropadding{
	background-color: var(--colorbksection01);
	color: var(--colortextsection01);
	display: grid;
	padding: 0rem;
}
.main-grid-1col-padding{
/*	background-color: #fff;*/
	display: grid;
	padding: 0 0 0 2rem;
}
.main-grid-1col{
/*	background-color: #fff;*/
	display: grid;
	padding: 4rem;
}
.main-grid-2cols{
/*	background-color: #fff;*/
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	padding: 2rem;
}
.main-grid-3cols{
/*	background-color: #fff;*/
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding: 2rem;
}
.main-grid-4cols{
/*	align-items: center;
	background-color: #fff;*/
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	padding: 4rem;
}
.main-grid-3cols-works{
	display: grid;
/*	gap: 0.1rem;*/
	grid-template-columns: repeat(3, 1fr);
	padding: 4rem;
}

/*----------------- TARJETAS CONTENIDO ----------*/

.tarjeta01-curvaesq-borde{
	background-color: var(--colorbkcard01);
	border-color: var(--colorbordercard01);
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	font-size: 1.2rem;
	padding:1.5rem;
	text-align: justify;
}
.tarjeta01-curvaesq-borde:hover{
/*	background-color: var(--colorbkcardhover01);*/
	box-shadow: 5px 5px 10px #666666;
	-webkit-box-shadow: 5px 5px 10px #666666;
/*	color:#fff;*/
	cursor:default;
}

.tarjeta02-curvaesq-borde{
	background-color: var(--colorbkcard02);
	border-color: var(--colorbordercard02);
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	font-size: 1.2rem;
	padding:1.5rem;
	text-align: justify;
}
.tarjeta02-curvaesq-borde:hover{
	background-color: var(--colorbkcardhover02);
	box-shadow: 5px 5px 10px #666666;
	-webkit-box-shadow: 5px 5px 10px #666666;
/*	color:#fff;*/
	cursor:default;
}

/* --------------- FOOTER ---------------------*/

.pre-footer {
	width:100%;
	height:auto;	
	margin:auto;
	padding-bottom:10px;
	padding-top:10px;
	background-color:var(--colorbkprefooter);
	text-align:center;
}

footer {
	background:var(--colorbkfooter);
	background:-webkit-linear-gradient(bottom, #4A4A4A, #222);
	background: -moz-linear-gradient(bottom, #4A4A4A, #222);
	background: -ms-linear-gradient(bottom, #4A4A4A, #222);
	background: -o-linear-gradient(bottom, #4A4A4A, #222);
	background: linear-gradient(to top, #4A4A4A, #222);
	font-family:'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 16px;
/*	text-align:center;*/
}

footer a {
	color: #fff;
	text-decoration:none;
}
footer a:hover {
	color:var(--colorbkheader01);
/*	text-decoration:underline;*/
}
.footer-grid-3cols{
/*	background-color: #ccff00;*/
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 1rem;
}
.footer-grid-4cols{
/*	background-color: #ccff00;*/
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 1rem;
}
.tarjeta-footer{
/*	background-color:#CD6C2B;*/
	color:#fff;
	padding:1rem;
}

.footer-copyright {
	background: var(--colorbkcopyright);
/*
    background: -webkit-linear-gradient(left, #083d42, #3c878e);
    background: -moz-linear-gradient(left, #083d42, #3c878e);
    background: -ms-linear-gradient(left, #083d42, #3c878e);
    background: -o-linear-gradient(left, #083d42, #3c878e);
    background: linear-gradient(to right, #083d42, #3c878e);
*/
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight: 400;
	height:40px;
	padding: 1rem;
	width:auto;
/*	grid-column:span 4;*/
}

/*-----TEXTOS Y PARRAFOS--------*/

h1 {
/*
        font-family: 'Montserrat', sans-serif;
        font-weight:400;
*/
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
}
h2 {
/*
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
*/
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
}
h3 {
/*
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
*/
    font-size: 1.2rem;
    font-style: normal;
     font-weight: 500;
}
.texto-destacado {
    font-size: 1rem;
    font-style:normal;
    font-weight: bold;
}
.texto-destacado2 {
    font-size: 1.3rem;
    font-style:normal;
    font-weight: bold;
}
.parrafo-justificado{
    text-align: justify;
}

/*-----CONTACTENOS-----*/

.contact-form input, .contact-form textarea{
    background:rgba(255, 255, 255,0.8);
    border:0; font-size:16px;
    color:#141414;
    font-family:'Open Sans', sans-serif;
    padding:5px 8px;
    resize:none
}

.contact-form input{
    border-width:1px;
    border-color:var(--colorbordecajaform);
    border-radius:8px;
    border-style:solid;
    height:1.5rem;
    width:90%;
}

.contact-form textarea{
    border-width:1px;
    border-color:var(--colorbordecajaform);
    border-radius:8px;
    border-style:solid;
    height:73px;
    width:90%;
}

.btnSubmit{
    background-color: var(--colorbtnsubmit);
    border:0;
    color:#ffffff;
    cursor:default;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    height:2rem;
    padding:0 20px 0 20px;
    text-transform:none;
    width:90%;
}

.btnReset{
    background-color: #00000d;
    border:0;
    color:#fff;
    cursor:default;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    height:31px;
    padding:0 20px 0 20px;
    text-transform:none;
    width:auto;
}
    
    
/*----- IMAGENES VIDEOS  -----*/

.img-curvaesq-borde{
    border: solid;
    border-color: #fff;
    border-width:1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     box-shadow: 1px 1px 2px #666666;
    -webkit-box-shadow: 1px 1px 2px #666666;
    -moz-box-shadow: 1px 1px 2px #666666;
/*	height:100%;*/
    width:95%;
}

.img-content {
    /*	border: solid;
    border-color: #fff;
    border-width:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height:100%;*/
    width:100%;
}

.img-precios {
    border: solid;
    border-color: #fff;
    border-width:0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
     box-shadow: 5px 5px 10px #666666;
    -webkit-box-shadow: 5px 5px 10px #666666;
    -moz-box-shadow: 5px 5px 10px #666666;
    width:100%;
    max-width: 700px;
}

.img-firma {
    width:90%;
    max-width: 430px;
}

.img-banner {
    border: solid;
    border-color: #fff;
    border-width:3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:90%;
    max-width: 430px;
}

.img-banner:hover {
     box-shadow: 5px 5px 10px #111111;
    -webkit-box-shadow: 5px 5px 10px #111111;
    -moz-box-shadow: 5px 5px 10px #111111;
}

.video-responsive {
    /*	max-width:560px;*/
        min-height:315px;
        height:100%;
        width:100%;
    }



/*---------------------------RESPONSIVE ----------------------------*/

/*----------------GRID CONTENIDO-------------------------*/

@media screen and (max-width:1024px) {

     /*----------------GRID CONTENIDO-------------------------*/
     
	.main-grid-1col{
		padding: 1.5rem;
	}
	.main-grid-2cols{
		padding: 1.5rem;
	}
	.main-grid-3cols{
		grid-template-columns:repeat(2, 1fr);
		padding: 1.5rem;
	}
	.main-grid-3cols-works{
		grid-template-columns:repeat(2, 1fr);
		padding: 1.5rem;
	}

    /* --------------- FOOTER ---------------------*/

	.footer-grid-3cols{
		grid-template-columns:auto;
	}
	.footer-grid-4cols{
		grid-template-columns:auto;
	}
	.footer-copyright{
		grid-column: auto;
	}
}


@media(max-width:768px){

    /*------------------ HEADER & MENU -----------------*/

    header{
        padding:10px;
    }

    header label{
        display: initial;
    }

    header .navbar{
        position:absolute;
        top:100%; left:0; right:0;
        background:#fff;
        border-top:1px solid rgba(0,0,0,.1);
        display: none;
    }

    header .navbar ul li{
        width:100%;
    }

    header .navbar ul li ul{
        position: relative;
        width: 100%;
    }

    header .navbar ul li ul li{
        background:VAR(--colornav-l2);
    }

    header .navbar ul li ul li ul{
        width: 100%;
        left: 0;
    }

    #menu-bar:checked ~ .navbar{
        display: initial;
    }

    /*----------------GRID CONTENIDO-------------------------*/

	.ultra-grid-2cols-80-20X100{
		grid-template-columns: auto;
	}
	.main-grid-1col{
		padding: 1rem;
	}
	.main-grid-2cols{
		grid-template-columns:auto;
		padding: 1rem;
	}
	.main-grid-3cols{
		grid-template-columns:auto;
		padding: 1rem;
	}
	.main-grid-4cols{
/*		grid-template-columns:auto;*/
        grid-template-columns: repeat(2, 1fr);
		padding: 1rem;
	}
	.main-grid-3cols-works{
		grid-template-columns:auto;
		padding: 1rem;
	}

    /*----------------- TARJETAS CONTENIDO ----------*/
	
	.tarjeta01-curvaesq-inicio{
        width: 100%;
	}
	.tarjeta01-curvaesq-borde{
        padding: 1rem;
	}
	.img-90x100-width {
        width: 90%;
	}

    /* --------------- FOOTER ---------------------*/
    
    .footer-grid-4cols{
        grid-template-columns:auto;
    }
    .footer-copyright{
        grid-column: auto;
    }

    /*-----TEXTOS Y PARRAFOS--------*/

    h1 {
        font-size: 1.6rem;
    }
	h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1rem;
	}

    /*----- IMAGENES VIDEOS RESPONSIVE  -----*/

    .img-90x100-width {
        width: 90%;
        }
}