h1,h2,h3,h4,h5{
	font-weight:bold;
}
.rubik{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}
html{
	scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;	
}
#principal{
	 background: linear-gradient(to bottom, #e0f7fa, #ffffff),
                        radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 50%);
}
.container-max{
	position:relative;
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:98%;
	left:1%;
}
.in-3{
	position:relative;
	float:left;
	width:92%;
	left:4%;
}
.mar-menu{
	margin-top: 65px;
    margin-bottom: 20px;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
.marb-5{
	margin-bottom:8px;
}
.marb-10{
		margin-bottom:10px;
}
.logo{
	position:relative;
	float:left;
	width:30%;
}
.logo img{
	max-width:100%;
	width:130px;
}
#rdfb{
	text-decoration:none;
	margin-right: 0px;
    margin-left: 0px;
}
#rdin{
	text-decoration:none;
	margin-right: 0px;
    margin-left: 0px;
}
#rdtk{
	text-decoration:none;
	margin-right: 0px;
    margin-left: 0px;
}
.menu{
	position:relative;
	float:left;
	width:70%;
}
.menu a{
	color: #000;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
	font-size:24px;
	transition: all 1s ease-out;
}
.menu a:hover{
	color:#7fa2d4;
	transition: all 0.5s ease-out allow-discrete;
}
.amen{
	background: rgb(255 255 255 / 0%);
	text-decoration: none;
    font-size: 24px;
	border:none;
	cursor:pointer;
}
.amen:hover{
	color:#7fa2d4;
	transition: all 0.5s ease-out allow-discrete;
}
.txt-cnt{
	text-align:center;
}
.txt-jus{
	text-align:justify;
}
.txt-rig{
	text-align:right;
}
.solicita{
	width:60%;
	position:relative;
	float:left;
	background: #00ABFF;
    border-radius: 0px 70px 70px 0px;
	padding: 3rem !important;
	color:white;
	font-size:30px;
	font-weight:400;
}
.lnk{
	text-decoration:none;
	color:white;
}
.ml20{
	margin-left:20px;
}
.slogan{
	width: 30%;
    position: relative;
    float: left;
    color: #0288d1;
    text-align: center;
}
.slogan h3{
    font-weight: 400;
    font-size: 35px;
    margin-top: 45px;
}
.ah2{
	font-size:40px;
	font-weight:400;
	color: #0288d1;
}
#barra-productos{
	background: #309D39;
    border-bottom: 6px solid #E2C418;
}
.listacategorias{
	list-style-type:none;
}
.listacategorias li{
	position:Relative;
	float:left;
	width:25%;
}
.listacategorias li a{
	font-size: 24px;
    color: #F2FF00;
    text-decoration: none;
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.listacategorias li a:hover{
	margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: -3px -3px 0 #FF5FC4, 3px -3px 0 #FF5FC4, -3px 3px 0 #FF5FC4, 3px 3px 0 #FF5FC4;
    text-decoration: none;
	padding-bottom: 0px;
    border-bottom: 5px solid #fff;
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
	margin-top:30px;
	margin-bottom:30px;
}
.barajas{
	display: flex !important;
	height: 200px;
	    justify-content: center;
}
.producto{
	display: flex;
    width: 110px;
    height: 200px;
    overflow: hidden;
    justify-content: center;
    align-self: center;
}
.baraja-img {
    height: 100%;
    transform: rotate(2deg);
}
.ah3{
	font-size: 1.5rem;
}
.btn-producto{
	cursor: pointer;
    border-radius: 15px;
    background: #00ABFF;
    border: none;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 18px;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 20px;
}
.btn-producto:hover{
	background:#46c97b;
}
#testimonios{
	border-top: 3px solid #00ABFF;
    border-bottom: 3px solid #00ABFF;
}
.col-50{
	position:relative;
	float:left;
	width:50%;
}
.inp{
	width:100%;
	padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
	border:2px solid #00ABFF ;
	border-radius:8px;
	margin-top:8px;
	margin-bottom:8px;
    line-height: 1.5;
}
.send{
    background: #D8D8D8;
    border: none;
    color: #000;
    border-radius: 0;
    padding: 12px 20px 12px 20px;
    font-size: 16px;
}
#footer{
	border-top: 3px solid #00ABFF;
}
.whatsapp {
    position: fixed;
    right: 20px;
    z-index: 99;
    bottom: 20px;
}

/* Modal Content/Box */
.modal {
	display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 37%);
    /* box-shadow: 10px 10px 5px 0px rgb(196 196 196 / 75%); */
    /* -webkit-box-shadow: 10px 10px 5px 0px rgb(196 196 196 / 75%); */
    -moz-box-shadow: 10px 10px 5px 0px rgba(196,196,196,0.75);
}
.modal-content {
	background-color: #fefefe;
    width: 45%;
	left:27.5%;
    position: relative;
    float: left;
    top: 10%;
    border-radius: 6px;
}
.titulo-ventana-modal{
	background: white;
    color: gray;
	border-bottom: 1px solid gainsboro;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
	margin-bottom:20px;
}
.in-modal-times{
	position: absolute;
    float: left;
    width: 90%;
    left: 5%;
    top: 10px;
    z-index: 999;
}	
/* The Close Button */
.close {
  color: gray;
  float: right;
  font-size: 28px !important;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.btn-gris{
	background-color: #6c757d;
    color: white;
    border: 1px solid #6c757d;
    padding: 10px 15px 10px 15px;
    border-radius: 6px;
    margin-top: 15px;
    font-size: 16px;
}
.btn-gris:hover{
	background-color:#5c636a;
}
.btn-menu{
	font-size: 20px;
    padding: 10px;
    background: rgb(255 255 255 / 0%);
    border: none;
	display:none;
}
.menu-responsivo{
	display:none;
}
button.accordion {
    background-color: rgb(0 0 0 / 0%);
    color: black;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 26px;
}

button.accordion.active, button.accordion:hover {
    background-color: rgb(0 0 0 / 0%) !important;
}

button.accordion:after {
    /*content: '\002B';*/
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    /*content: "\2212";*/
}

div.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:white;
	text-align:left
}
.noresp{
	display:block;
}
.btn-azul{
	background: #00abff;
    color: white;
    border: 2px solid #00abff;
    font-size: 26px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px 10px 15px;
    border-radius: 25px;
}
.btn-azul:hover{
	background-color:#00547e;
	border: 2px solid #00547e;
}
#tapa_verde:hover{
	background-color:#309d39;
	border: 2px solid #309d39;
}
#tapa_rosa:hover{
	background-color:#ff5fc4;
	border: 2px solid #ff5fc4;
}
.activoTodos{
	background-color:#00547e;
	border: 2px solid #00547e;
}
.activoVerde{
	background-color:#309d39;
	border: 2px solid #309d39;
}
.activoRosa{
	background-color:#ff5fc4;
	border: 2px solid #ff5fc4;
}
.selectopciones{
	display:none;
}
@media screen and (max-width: 1150px){
	.col-50{
		width:100%;
	}
}
@media screen and (max-width: 970px){
	.col33{
		width:50%;
	}
}
@media screen and (max-width: 850px){
	.listacategorias li a {
		font-size: 18px;
	}
}
@media screen and (max-width: 800px){
	.solicita{
		width: 100%;
		border-radius: 0px 70px 70px 0px;
		padding: 0px !important;
		padding-top: 22px !important;
		padding-bottom: 22px !important;
		color: white;
		font-size: 30px;
		font-weight: 400;
	}
	.slogan{
		width:100%;
		margin-bottom:20px;
	}
	.modal-content {
		background-color: #fefefe;
		width: 90%;
		left: 5%;
	}
}
@media screen and (max-width: 720px){
	.logo{
		width:100%;
	}
	.menu{
		width:100%;
	}
	.mar-menu{
		margin-top:20px;
		margin-bottom:20px;
	}
	.btn-menu{
		display:block;
		position:Relative;
		float:right;
	}
	.menu-responsivo{
		display:block;
	}
	.noresp{
		display:none;
	}

}
@media screen and (max-width: 700px){
	.col33{
		width:100%;
	}
}
@media screen and (max-width: 660px){
	.listacategorias{
		display:none;
	}
	.selectopciones{
		display:block;
		width: 100%;
        font-size: 24px;
        background: #309d39;
        color: yellow;
        border: 1px solid #309d39;
	}
}
@media screen and (max-width: 570px){
	.btn-azul{
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 550px){
	.logo img{
		width:85px;
	}
	.menu a {    
		margin-right: 12px;
		margin-left: 12px;
		font-size: 14px;
	}
	.solicita{
		font-size:20px;
	}
}

