body {
	font-family: 'Roboto', sans-serif;
	color: black;
}


h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

	
}

h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h3{
font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	
}

h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}  

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.menu1{
	position: fixed!important;
}

.h1banner{ 
	font-weight: 400;
  	font-family: 'Roboto', sans-serif;
  	font-size: 2.5rem; 
  	text-shadow: 4px 4px 4px #000;
}

.h2banner{
	font-weight: 400;
  	font-family: 'Roboto', sans-serif;
  	font-size: 2rem;  
}

/*backgrounds*/


.bg-gray{ 
	background:#5b5b5b;
}

.bg-yellow{ 
	background:#f3ea31;
}

.bg-black{ 
	background:#000000;
}
 
.bg-footer{
	background: black;
}


.bg-footer2{
	background: gray;
}
 
.parallax1 { 
  /* The image used */
  background: url(../img/parallax.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}


.bg-img-lat {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: 100%;
    height: 440px;
}  

 
.bg-img {
    background: url(../img/bg-img.webp) center center no-repeat;
    background-size: cover;
} 

.bg-img-2 {
    background: url(../img/bg-img-2.webp) center center no-repeat;
    background-size: cover;
}


.img-size{
	width: 70px;
	text-align: center!important;
} 

.img-size-2{
	width: 200px;
	text-align: center!important;
}

.img-size-3{
	width: 400px;
	text-align: center!important;
}

.line1 {
    border-color: #eddb00;
    margin-bottom: 10px;
    border-width: medium;
    width: 100px;
}


/*BOTONES*/
.btn-envia{
	font-family: 'Roboto', sans-serif;
    background: #383938;
    color: white;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-envia:hover{
	font-family: 'Roboto', sans-serif;
    background: #606060;
    color: white;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}


.btn-llamanos{
	font-family: 'Roboto', sans-serif;
    background: black;
    color: white;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
	font-family: 'Roboto', sans-serif;
    background: #3b3b3b;
    color: white;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
 
.btn-whats{
   	font-family: 'Roboto', sans-serif;
    background: #00e676;
    color: black;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-whats:hover{
    font-family: 'Roboto', sans-serif;
    background: #01cd6a;
    color: white;
    border-radius: 5px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 
 

.btn-1{
	background: black!important;
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.btn-1:hover{
	background: white!important; 
	font-weight: bold;
	color: black;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}



.btn-2{
	background: #f3ea31!important;
	font-weight: bold;
	color: black;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.btn-2:hover{
	background: black!important; 
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.btn-3{
	background: white!important;
	font-weight: bold;
	color: black;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.btn-3:hover{
	background: #f3ea31!important; 
	font-weight: bold;
	color: black;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.btn-4{
	background: #f3ea31!important;
	font-weight: bold;
	color: black;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.btn-4:hover{
	background: white!important; 
	font-weight: bold;
	color: black;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}


/*botones de gracias*/
.btn-return{
	background: red!important;
	font-weight: bold;
	color: white;
	font-size: 21px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-return:hover{
	background: black!important; 
	font-weight: bold;
	color: white;
	font-size: 21px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-llamanos-g{
	font-family: 'Roboto', sans-serif;
    background: blue;
    color: white;
    border-radius: 5px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-llamanos-g:hover{
	font-family: 'Roboto', sans-serif;
    background: #1c1c89;
    color: white;
    border-radius: 5px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-whats-g{
    font-family: 'Roboto', sans-serif;
    background: #00e676;
    color: black;
    border-radius: 5px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-whats-g:hover{
    font-family: 'Roboto', sans-serif;
    background: #01cd6a;
    color: white;
    border-radius: 5px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
} 

/*fin botones de gracias*/


/*fondo formulario*/ 
.bg-form {
    background: rgba(255, 255, 255, .7);
}



.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

/*tamaño logo*/
#logo img {
	max-height: 80px;
}

/*banner fondo*/
#banner {
    background-image: url(../img/banner.webp);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*efecto zoom imagenes*/
.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* nav pills 1*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #949393;
}
 
.txt-pills1 {
    color: black!important;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
} 

.txt-pills1:hover {
    color: blue!important;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
} 
 
.txt-yellow {
    color: #eddb00 !important;
} 
 
/*botones acordeon*/
.card-header {
    padding: 2px 2px!important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-link {
    font-weight: 600;
    color: black;
    text-align: center!important;
}

.btn-link:hover {
    font-weight: 600;
    color: #eddb00;
    text-align: center!important;
} 

/*caja con fondo blanco*/
.graybox2 {
    border-top: 2px #636363 solid;
    border-right: 2px #636363 solid;
    border-left: 2px #636363 solid;
    border-bottom: 2px #636363 solid;
    background:white;
    padding: 12px;
}


/*caja*/
.graybox {
    border-top: 2px #eddb00 solid;
    border-right: 2px #eddb00 solid;
    border-left: 2px #eddb00 solid;
    border-bottom: 2px #eddb00 solid;
    padding: 12px;
}


.bg-gray-box-title{
	background: #5b5b5b;
	margin: 0!important;
	padding: 5px;
}
 
/*redes sociales iconos*/
.white-icon {
	color: white!important;
	text-decoration: none!important;
	font-size: 21px !important;
}

/*textos footer*/
.txt-footer{
	color: white;
	font-size: 17px;
}



@media (max-width: 768px){

.txt-movil{
	font-size: 25px;
} 

.txt-movil2{
	font-size: 20px;
} 

.txt-18{
    font-size: 18px!important;
}

.txt-16{
    font-size: 16px!important;
}

.txt-32{
    font-size: 32px!important;
}

.fondo1 {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: 100%;
    height: 240px;
}


#banner {
    background-size: 220% auto;
    background-position: 0px 0px;
}
 
.movilbanner{
	padding-top: 10px;
    font-size: 27px;
	margin-bottom: 3px;
}

.movilbanner2{
	/*padding-top: 23px;*/
    font-size: 19px;
	margin-bottom: 4px;
}


.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 20px;
	margin-bottom: 20px;
	background: #cccccc;
	color: white!important;
}



}

