@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather|Open+Sans&display=swap');

html{
	scroll-behavior: smooth;
}
body{
	height:100%;
	width:100%;
}
section, footer{
	width: 100%;
	float: left;
}
form .form-group input.no_valido{
	border: 2px solid #dc3545;
}

form .form-group input.valido{
	border: 2px solid #0edb3c;
}
.w-100{
	width: 100%;
}
#carousel-visitas img{
	width: 100%;
}
.carousel-caption{
	right: 5%;
}
.card{
	border: none;
}

/* Center the loader */
#loader{
	width: 100vw;
	height: 100vh;
	background-color: #2d3436;
	background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
	z-index: 100000;
	position: fixed;
	transition: all .5s;
}
#loader img{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1.5s;
	animation-name: animatebottom;
	animation-duration:1.5s;
}

@-webkit-keyframes animatebottom {
	from { opacity:0 } 
	to { opacity:1 }
}

@keyframes animatebottom { 
	from{ opacity:0 } 
	to{ opacity:1 }
}

.opacity_cero
{
	opacity:0;
	transition:all 0.5s;
}

.mostrarArriba
{
	animation:mostrarArriba 1s;
}

@keyframes mostrarArriba
{
	0% {
		transform: translateY(60px);
	}
	100%{
		transform:translateY(0);
	}
}

img{
	max-width:100%;
	width:100%;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-dos:hover {
    color: #fc6500;
    background-color: transparent;
    border-color: #fc6500;
}
.btn-primary{
	color: #fff;
	background-color: #fc6500;
	border: 2px solid #fc6500;
	font-size: 1.25rem;
	font-weight: bold;
	padding: .6rem 1.2rem .7rem;
}
.btn-dos{
	color: #fff;
	background-color: #fc6500;
	border: 2px solid #fc6500;
	font-weight: bold;
}
.titulo{
	color: #fc6500;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: -2px 2px 1px #000;
	margin: 1.5rem 0;
}
.contenedor{
	padding: 0 20px;
	float: left;
	width: 100%;
}
.contenedor-dos{
	padding: 20px;
	float: left;
	width: 100%;
}
.contenedor-dos img{
	width: 50%;
	display: block;
	margin: auto;
}
.container-logo, .bk-dark{
	background-color: #2d3436;
	background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
}
.container-logo img{
	max-width:450px;
	padding:15px;
	width: 100%;
}
.container-logo p,
.container-logo button i{
	color:#fff;
	margin-bottom:0.5rem;
}
.navbar{
	background-color:#fc6500;
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: 600;
}
#servicios .card .container-img{
	border-radius: 50%;
	background: #212121;
	box-shadow: 5px 6px 13px #777, -5px -3px 12px #e3e3e3;
	padding: 20px;
	display: block;
	margin: auto;
	width: 60%;
	background-color: #2d3436;
	background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
}
#servicios .card{
	border: none;
	float: left;
}
#servicios .card .card-title{
	font-weight: bold;
}
/* indicadores carruser*/
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
#main .owl-carousel .owl-dots{
	display: none !important;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	background: #fc6500;
	padding: 8px 14px !important;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i, .owl-carousel button.owl-dot i{
	color: #fff;
}
.owl-nav button.owl-prev {
	left: 0px;
}
.seguros-section .owl-nav button.owl-prev {
	left: -10px;
}
.owl-nav button.owl-next {
	right: 0px;
}
.seguros-section .owl-nav button.owl-next {
	right: -10px;
}
.servicios-dos .owl-carousel .card{
	border: none;
}
.servicios-dos .owl-carousel .card .container-img{
	padding-right: .5rem;
	padding-left: .5rem;
}
.servicios-dos .owl-carousel .card .card-body{
	padding: .5rem .5rem;
}
.servicios-dos .owl-carousel .card .card-body .card-title,
.seguros-section .owl-carousel .card .card-body .card-title{
	background: #fc6500;
	padding: .5rem 0 .6rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.15rem;
}
.seguros-section .owl-carousel .card .card-body{
	padding: 0;
}
.seguros-section .owl-carousel .card .card-body .card-title{
	margin-top: .5rem
}
/* fin indicadores carruserl*/
#nosotros{
	margin-top: 15px;
	padding-bottom: 1.5rem; 
	background: #fc6500;
	color: #fff;
}
#nosotros .titulo{
	color: #fff;
}

.chapa-section .chapa-p p,
.seguros-section .seguros-p p,
.nos-section .nos-p p{
	text-align: center;
	width: 65%;
	display: block;
	margin: auto;
	font-size: 1.2rem;
	margin-top: .5rem;
}
.chapa-section h2 span{
	background: #fc6500;
	padding: .5rem 3rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}
footer,
footer .informacion a{
	color: #fff;
}
footer .contactos{
	color: #fff;
	text-align: center;
}
footer .contactos .row{
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0;
}
footer .contactos .info{
	align-items: center;
	display: flex;
	justify-content: center;
}
footer .contactos img{
	padding: .25rem;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 80px;
}
footer .contactos .info p{
	margin-bottom: 0;
	padding-left: 10px;
}
footer .informacion{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .informacion li{
	list-style: none;
}
footer .informacion i{
	font-size: 10px;
}
footer .informacion .logo-footer{
	width: 100%;
	padding-bottom: 15px;
}
footer .informacion h4{
	font-size: 1.15rem;
	font-weight: bold;
	text-transform: uppercase;
}
@media(min-width: 768px){
	.md-none{
		display: none !important;
	}
	.navbar-expand-sm .navbar-nav .nav-link.padding-res{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 767px){
    .contenedor-dos img{
	width: 90%;
    }
	.sm-none{
		display: none !important;
	}
	.container-logo img{
		max-width:auto;
		width: 100%;
	}
	.chapa-section h2 span{
		font-size: 1.25rem;
	}
	.chapa-section .chapa-p p, .seguros-section .seguros-p p, .nos-section .nos-p p{
		width: 95%;
	}
}