@font-face {
    font-family: 'now';
    src: url('../fonts/now-bold-webfont.woff2') format('woff2'),
         url('../fonts/now-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'now';
    src: url('../fonts/now-light-webfont.woff2') format('woff2'),
         url('../fonts/now-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'now';
    src: url('../fonts/now-regular-webfont.woff2') format('woff2'),
         url('../fonts/now-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
  scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}
a:hover {
	text-decoration: none;
}
input:focus, textarea:focus, button:focus, a:focus {
	outline: none;
}
figure {
	margin: 0;
}
img {
	max-width: 100%
}
body {
	font-family: 'now';
	font-size: 14px;
  	background-color: #58BDE1;
}
h1 {
	text-transform: uppercase;
	font-size: 35px;
	color: #30348a;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
  	font-weight: 300;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	display: inline;
}
h4 {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
}
h5 {
	font-size: 16px;
	color: #30348a;
	background-color: #58bde1;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 20px;
	letter-spacing: 3px;
}
p {
	font-size: 14px;
	color: #30348a;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}
b {
  font-weight: 700;
}
.espaciado {
	padding-bottom: 15px;
}
.izquierda {
	margin-left: 0;
	width: 100%;
}
.padding {
	padding-top: 40px;
}
.fondo-blanco {
	background-color: #fff;
}
.fondo-celeste {
	background-color: #58bde1;
}
.fondo-azul {
	background-color: #30348a;
}
.color-azul {
	color: #30348a;
}
.centrado {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

/*Header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 9;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header a {
	padding: 20px 0;
}
.wp-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wp-header h2 {
  padding-left: 5px;
}
.btn-wp{
    position: fixed;
    z-index: 9;
    bottom: 40px;
    right: 30px;
    display: inline-block;
    padding: 0;
 }
 .btn-wp:hover {
   opacity: .9;
 }
/*Fin de Header*/


/*Navbar*/
.navbar {
	padding: 15px 30px 15px;
  background-color: #fff;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-collapse {
	justify-content: flex-end;
}
.navbar-collapse ul {
	margin: 0;
}
.navbar-nav {
	border-bottom: 1px solid #30348a;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 15px;
	color: #30348a;
	text-transform: uppercase;
	padding-right: 0;
    padding-left: 0;
    letter-spacing: 3px;
}
.nav-link {
	position: relative;
	margin-left: 35px;
	padding-bottom: 30px;
}
.nav-item:first-child .nav-link {
	margin-left: 0;
}
.nav-link.active {
	font-weight: 700;
}
.nav-link.active:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #30348a;
}
.navbar-toggler-icon {
  background-image: url(../images/menu.svg);
}
.navbar-toggler {
  padding: 0;
}
/*Fin Navbar*/
/*Carousel Rintal*/

/*Header*/
header {
	transition: all 0.7s;
	position: absolute;
	z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 15px;
    background-color: transparent;
}
header .contenedor-xl {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-logo img {
    padding-top: 20px;
}
.menu ul {
	display: flex;
	align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.menu nav li {
    display: inline-block;
}
.menu nav li a {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 65px;
}
.menu nav li a:hover {
    background-color: #F15A24;
    cursor: pointer;
    color: #fff;
}
.menu nav li a {
	font-size: 15px;
	color: #151211;
}
.navbar-toggler, .header-mobile {
	display: none;
}
.texto-header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.texto-header span {
    display: inline-block;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.texto-header span h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
}
.texto-header span p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.texto-header span a {
    margin-top: 20px;
    background-color: #F15A24;
    color: #fff;
    font-size: 12px;
    padding: 5px 60px;
    margin: 0 auto;
}
.carousel {
    padding-top: 125px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: inherit;
    top: 150px;
}
.carousel-control-prev-icon {
    background-image: url(../images/flecha-izq.jpg);
    width: 12px;
}
.carousel-control-next-icon {
    background-image: url(../images/flecha-der.jpg);
    width: 12px;
}
.carousel-item {
    overflow: hidden;
}

.carousel-item img {
    max-width: inherit;
}

/*Fin header*/
/*Carousel Rintal*/
/*Carousel Principal*/
#carouselPrincipal {
  margin-top: 2px;
}
.carousel-inner {
  z-index: 7;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
	width: 46px;
	height: 55px;
	top: 50%;
	transform: translateY(-50%);
  z-index: 9
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 46px;
	height: 46px;
}

.carousel-control-prev-icon {
    background-image: url(../images/flecha-izq.jpg);
}
.carousel-control-next-icon {
    background-image: url(../images/flecha-der.jpg);
}
.carousel-indicators {
	background-color: rgba(255, 255, 255, .5);
	right: inherit;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0;
  margin-left: 0;
  padding: 8px 20px;
  bottom: 65px;
}
.carousel-indicators li {
	height: 9px;
	width: 9px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #30348a;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
}
.carousel-indicators .active {
	background-color: #30348a;
}
.carousel-frase {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  width: 100%;
  max-width: 800px;
}
.carousel-frase h2 {
  display: inline;
  font-size: 34px;
  color: #30348A;
  white-space: pre-wrap;
  background-color: #fff;
  padding: 4px 10px;
  line-height: 46px;
}
.carousel-frase b {
  padding: 0 3px 0 10px;
}

.carousel {
    padding-top: 25px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: inherit;
    top: 300px;
}
.carousel-control-prev-icon {
    background-image:url(../images/flecha-izq.jpg);
    width: 56px;
}
.carousel-control-next-icon {
    background-image:url(../images/flecha-der.jpg);
    width: 56px;
}
.carousel-item {
    overflow: hidden;
}

.carousel-item img {
    max-width: inherit;
}

.texto-header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.texto-header span {
    display: inline-block;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.texto-header span h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
}
.texto-header span p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.texto-header span a {
    margin-top: 20px;
    background-color: #F15A24;
    color: #fff;
    font-size: 12px;
    padding: 5px 60px;
    margin: 0 auto;
}

/*Fin Carousel Principal*/

/*Sección Puerta a puerta*/
.puerta-puerta {
  margin-top: -55px;
  position: relative;
  z-index: 9;
  margin-bottom: 60px;
}

.fondo-puerta-puerta {
  background-image: url(../images/fondo-puerta-puerta.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  border-bottom: 3px solid #58BDE1;
}
.certificados {
	background-color: #30348a;
  border-bottom: 3px solid #58BDE1;
}
.grilla {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
    align-items: center;
}
.grilla:before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #58bde1;
}
.grilla:after {
	content: "";
	width: calc(100% + 30px);
	height: 1px;
	position: absolute;
	top: 50%;
	left: -15px;
	right: 0;
	transform: translateY(-50%);
	background-color: #58bde1;
}
.grilla figure {
	flex: 0 0 50%;
}
.grilla figure img {
	padding: 0 15px 0 0;
}
.grilla figure:nth-child(2) img, .grilla figure:last-child img {
	padding: 0 0 0 15px;
}
.nosotros {
	padding: 45px 40px;
}
.nosotros h2 {
  position: relative;
	padding: 10px 25px;
	color: #fff;
	background-color: #30348a;
	margin-bottom: 5px;
}
.nosotros h2:after {
  position: absolute;
  bottom: -8px;
  left: -1px;
  content:"";
  background-image: url(../images/dialogo.png);
  width: 15px;
  height: 9px;
}
.nosotros h3 {
  display: inline;
	font-weight: 700;
	color: #30348a;
	background-color: #5cccea;
  box-shadow: 5px 0 0 #5cccea, -5px 0 0 #5cccea;
}
hr {
	height: 1px;
	width: 50px;
	background-color: #30348a;
}
.puerta-puerta h1 {
	font-size: 38px;
	font-weight: 300;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 0;
}
.servicio-container {
  padding: 5px 0;
}
/*Fin de sección Puerta a puerta*/
/*Sección servicios autorizados*/
.servicio-autorizado-container {
	background-image: url(../images/fondo-servicio.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  border-top: 3px solid #fff;
}
.servicio-autorizado {
  margin-top: -70px;
}
.servicio-autorizado .fondo-blanco {
  background-color: rgba(255, 255, 255, .9);
}
.servicio-autorizado h3 {
	color: #fff;
	display: inline-block;
	padding-top: 22px;
	padding-bottom: 24px;
	letter-spacing: 3px;
  margin-bottom: 0;
}
.texto-servicio h3 {
	padding-top: 0;
	padding-bottom: 0;
}
.espacio {
	padding-top: 50px;
	padding-bottom: 50px;
}
.texto-servicio {
	padding-right: 30px;
}
.marcas {
	padding-top: 30px;
}
.marcas ul {
    max-width: 730px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 45px;
}
.marcas ul li {
	display: inline-block;
	width: 24%;
	padding: 10px;
}
.marcas ul li:nth-child(1), .marcas ul li:nth-child(2), .marcas ul li:nth-child(3), .marcas ul li:nth-child(4), .marcas ul li:nth-child(5) {
	width: 19%;
}
.taller {
	position: relative;
    top: 60px;
    left: -39%;
    z-index: 11;
}
.carrousel-2 {
	margin-top: -40px;
}
.carrousel-2 h2{
	position: relative;
	top: 80px;
	right: 40%;
	padding: 10px 45px;
	color: #30348a;
	background-color: #fff;
	z-index: 4;
}
/*Fin de sección servicios autorizados*/
/*Sección formulario*/
.seccion-formulario {
  position: relative;
	margin-top: -2px;
	padding-top: 70px;
	background-color: #30348a;
}
.orientacion {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0;
}
.mapa {
	border-radius: 50%;
}
.formulario {
	margin-left: 60px;
}
.formulario label {
	font-size: 14px;
	padding-top: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.formulario input {
	font-size: 14px;
	width: 100%;
	padding: 5px 5px;
	border: 1px solid #fff;
	color: #fff;
	background-color: #30348a;
}
.formulario textarea {
	font-size: 14px;
	width: 100%;
	height: 115px;
	padding: 10px 5px;
	margin-bottom: 13px;
	border: 1px solid #fff;
	color: #fff;
	background-color: #30348a;
}
.formulario span {
	display: flex;
    justify-content: flex-start;
}
form p {
  margin-top: 5px;
  margin-bottom: 0;
}
form .c_error, #c_information p {
  color: #fff;
}
button {
	background-color: #30348a;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 25px;
	letter-spacing: 2px;
}
.wp {
	position: relative;
    padding-bottom: 16px;
}
.seccion-formulario a:hover {
	background-color: rgba(255, 255, 255, .3);
}
.seccion-formulario h1 {
	font-size: 34px;
    color: #58bde1;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    line-height: 26px;
}
.seccion-formulario h3 {
	font-size: 35px;
    letter-spacing: 2px;
    background-color: #58bde1;
    color: #30348a;
    padding: 5px 27px;
    margin: 0;
    display: inline-block;
    margin-left: 58px;
}
.wp img{
	position: absolute;
    bottom: -1px;
    left: -22px;
}
.comunicate h3{
	font-size: 34px;
	color: #fff;
	background-color: inherit;
	margin-left: 0;
	padding: 2px 0 0 0;
	text-transform: none;
	   letter-spacing: 2px;
}
.footer-container {
	border-top: 1px solid #fff;
	width: 100%;
	margin-top: 70px;
	padding-top: 0;
}
.footer p {
	color: #fff;
	font-size: 18px;
	text-align: initial;
}
.footer span {
	padding-left: 8px;
}
.lineas-laterales {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
/*Fin de sección formulario*/

.embed-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 50%;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container-mapa {
	position: relative;
	width: 370px;
	padding-bottom: 50px;
}
#contacto {
  position: absolute;
  top: -120px;
}
