@import url(/components/Font-Awesome/css/all.min.css);
@import url(../../page/fuentes/fuentes.css);

/* fuentes */

@font-face{
	font-family: "Nunito-Italic";
	src: url(../../page/fuentes/Nunito-Italic-VariableFont_wght.ttf);
  }
  
  @font-face{
	font-family: "Nunito-Light";
	src: url(../../page/fuentes/Nunito-Light.ttf);
  }
  
  
  @font-face{
	font-family: "Nunito";
	src: url(../../page/fuentes/Nunito-VariableFont_wght.ttf);
  }
  
  @font-face{
	font-family: "Nunito-Bold";
	src: url(../../page/fuentes/Nunito-Bold.ttf);
  }

  @font-face{
	font-family: "Nunito-Extrabold";
	src: url(../../page/fuentes/Nunito-ExtraBold.ttf);
  }
  
  @font-face{
	font-family: "Nunito-Black";
	src: url(../../page/fuentes/Nunito-Black.ttf);
  }

/* fin fuentes */


/* colores */

body{
	--azul-estandar: #0066CC;
  	--azul-claro: #3c9cbc;
    --azul-oscuro: #008BBB;
    --azul-principal: #1975A7;
    --azul-secundario: #29AAE1;
    --azul-terciario: #1975A6; 
}

/* fin colores */


/* Generales */

*{
    font-family: 'Nunito';

}

img {
    max-width: 100%;
}

a:hover{
	text-decoration: none;
}

.contenedor-seccion{
	padding: 40px 0px;
}

.btn-vermas{
	background-color: #000;
	color: #fff;
}

.dinamica {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* fin Generales */

/* seccion*/

.contenedor-seccion {
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



/* fin seccion */


/* disenio 3 */

.disenio3 h2{
	color: #fff;
	font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}	

.disenio3 .descripcion p{
    color: var(--azul-claro);
    font-size: 20px;
    font-family: "Nunito-Light";
}

.disenio3 .descripcion p span{
    color: var(--azul-claro);
    font-size: 20px;
    opacity: 0.9;
    font-family: 'Nunito-Light';
}

.disenio3 .caja-vermas{
	width: 200px;
    padding: 0px 18px;
    display: block;
    margin: auto;
    margin-top: 40px;
}

.disenio3 .caja-vermas a{
        background-color: #fff;
    color: var(--azul-claro);
    border: 3px solid var(--azul-claro);
    border-radius: 25px;
    font-size: 18px;
    font-family: "Nunito-Black";
}

.disenio3 .caja-vermas a:hover{
    background-color: var(--azul-oscuro);
    color: #fff;
    transition: 0.5s;
}

/* disenio 3*/

/* disenio 4 */

.disenio4 h2{
	color: #fff;
	font-weight: 600;
}

#box-463 .dinsenio4 .introduccion p{
    padding: 14px 23px;
}

/* fin disenio 4*/

/* slider contenido 1*/

.slider-simple .carousel-item {

}

/* fin slider contenido 1 */




/* header */

header .header-redes {
    background: #fff;
    padding: 16px 0px;
    -webkit-box-shadow: 0px 7px 17px 2px #959595;
    box-shadow: 0px 7px 17px 2px #959595;
}

header .header-logo a{
	display: flex;
    justify-content: start;
}

header .header-logo a:hover{
	transform: scale(1.03);
}


header .header-logo img{
    /* width: 300px; */
    width: 100%;
}

header .redes-header {
	display: flex;
    justify-content: end;
    align-items: center;
}


header .header-redes .red i {
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
    color: var(--azul-claro);
    width: 30px;
    text-align: center;
    font-size: 18px;
	border: 2px solid var(--azul-claro);
}

header .header-logo{
    display: block;
    margin: auto;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

header  ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

header  ul li a {
    color: var(--azul-claro) !important;
    font-weight: 100;
    display: block;
	font-size: 15px;
	padding: 14px 25px;
    padding-bottom: 0px;
    font-family: "Nunito-Bold";
}

header  ul li:last-child a {
    padding-right: 0px;
}

header  ul li a:hover {
    color: var(--azul-secundario) !important;
    transform: scale(1.03);
    font-family: "Nunito-Bold";
}

header .nav li ul {
    display: none;
    position: absolute;
    min-width: auto;
    overflow-y: auto;
    width: 150px !important;
    height: auto;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    color: #fff;
    background-color: rgba(211,211,211,0.7);
    padding: 7px 0px;
    border-radius: 0px 0px 7px 7px;
}

header .header-content ul li:first-child {
    border-left: 0;
}

header .nav li:hover > ul {
	display:block;
}

header .nav li ul li {
    position: relative;
    display: block !important;
    text-align: left;
    height: auto !important;
}

header .botonera-resposive {
	position: fixed;
	background: var(--azul-oscuro) !important;
	color: #fff;
	width: 276px;
	height: 100%;
	overflow: auto;
	top: 0;
	z-index: 9999;
	right: 0;
	display: none;
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}

/* fin header */


/* banner principal */

.fondo-imagen{
	position: relative;
	display: block;
	width: 100%;
    height: 660px;
	background:  no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: 100% 100%;
}

#carouselprincipal1 .pub-bp-img {
    margin: auto auto auto 125px;
    border-radius: 18px;
    padding: 30px;
    padding-top: 185px;
}


.disenio5 .content-description{
    width: 180px;
    position: absolute;
    background-color: rgba(198,);
}

/* fin banner principal */

/* home */



/* fin home */

/* conocenos */

.container-quienessomos h2{
    letter-spacing: 5px;
}

.container-quienessomos h3 span{
    font-family: 'Nunito-Italic';
    font-size: 24px;
    font-weight: 600;
}

#box-482 {
    
}

#box-484 {
    background-repeat: no-repeat;
    background-size: cover;
}

#box-484 h2{
    color: var(--azul-oscuro);
}

#box-486 .descripcion p{
    font-family: 'Nunito-Italic';
}

#box-486 .descripcion p span{
    font-family: 'Nunito-Italic';
}

#box-488 {
    background-repeat: no-repeat;
    background-size: cover;
}

/* fin conocenos */

/* servicios */

.container-servicios .disenio3 h2{
    text-align: left;
    font-weight: 100;
    font-family: 'Nunito-Italic';
    margin-bottom: 30px;
}

.container-servicios .descripcion ul{
    padding-left: 16px;
}

.container-servicios .descripcion ul li{
    color: #fff;
    opacity: 0.8;
}

.container-servicios .descripcion ul li span{
    opacity: 0.8;
}

#box-495 .disenio3 h2{
    color: var(--azul-oscuro);
}

#box-495 ul li{
    text-align: left;
    background: url('/skins/page/images/BOTON.png');
    list-style: none;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    z-index: 999;
    background-position: 0 5px;
    padding-left: 2rem;
}

#box-498 {
    padding-top: 80px;
    padding-bottom: 180px;
    background-size: cover;
}

#box-501 {
    padding: 150px 0px;
}

#box-501 .container{
    display: flex;
    justify-content: end;
}

#box-501 ul li{
    text-align: left;
    background: url('/skins/page/images/BOTON.png');
    list-style: none;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    z-index: 999;
    background-position: 0 5px;
    padding-left: 2rem;
}

/* fin servicios*/

/* clientes */

.container-clients {
    padding: 70px 0px;
}

.container-clients .client-title{
    color: var(--azul-secundario);
    font-size: 40px;
    margin-bottom: 60px;
    font-family: 'Nunito-Italic';
}

.container-clients .client-image img{
    height: 70px;
    margin: 15px 0px;
    display: block;
    margin: 15px auto 15px auto;
}

/* clientes */

/* contactanos */

.contactenos{
    background-image: url('/skins/page/images/BANNER-CONTACTO.png');
    background-repeat: no-repeat;
    padding: 70px 0px;
}

.contactenos .contact-title{
    color: var(--azul-secundario);
    font-size: 40px;
    margin-bottom: 60px;
    font-family: 'Nunito-Italic';
}

.contactenos .contact-subtitle{
    color: var(--azul-oscuro);
    font-size: 12px;
    font-family: 'Nunito-Italic';
}

.contactenos .contact-desc p {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: justify;
    width: 452px;
    margin: auto;
}


.contactenos .contact-desc strong{
    color: var(--azul-secundario) !important;
}




.contactenos .contact-desc p span{
    color: var(--azul-terciario) !important;
}


.form-contactenos label{
    color: var(--azul-oscuro);
    font-weight: 600;
}

.form-contactenos .form-control{
    border: 3px solid var(--azul-oscuro) !important;
    border-radius: 25px;
}

.form-contactenos .contact-ref{
    color: var(--azul-estandar);
    font-weight: 600;
    font-family: 'Nunito-Italic';
}

.form-contactenos .btn-vermas{
    color: #fff;
    background-color: var(--azul-oscuro);
    border-radius: 25px;
}

.form-contactenos .btn-vermas:hover{
    color: var(--azul-oscuro);
    background-color: #fff;
    border: 3px solid var(--azul-claro);
    transition: 0.5s; 
}




/* fin contactanos */

/* footer */

.fondo-gris{
    background-color: var(--azul-oscuro);
    color: #fff;
    padding: 80px 0px
}

.fondo-gris .footer-item{
    opacity: 0.6;
    font-family: "Nunito-Italic";
    margin: 10px 0px;
    color: #fff;
    font-size: 18px;
}

.fondo-gris .redes-footer i {
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    width: 30px;
    text-align: center;
    border-radius: 5em;
    font-size: 18px;
}

.titulo-footer {
    font-weight: 600;
    margin-bottom: 5px;
}

.fondo-gris .redes-footer {
    display: flex;
}

.fondo-gris ul {
    list-style: none;
}

.fondo-gris .enlaces ul li{
    margin: 5px 0px;
}

.fondo-gris .footer-logo{
    margin-top: 40px;
}

.footer-logo img{
    width: 100%;
}

/* fin footer  */


@media (min-width: 1200px){
	
}

@media (min-width: 768px){
	
}

@media screen and (max-width: 768px) {
	
}

@media (min-width: 576px){
	
}