.text-bold{
    font-weight: 700;
}
.text-white{
	color: #fff;
}
.text-black{
	color: #000;
}
.text-yellow{
	color: #FFCD0D;
}
.text-purple{
    color: #430A53;
}
.btn-yell-transparent{
    text-align: center;
    padding: 8px 25px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid yellow;
    color: yellow;
    font-family: 'Roboto', sans-serif;
}
.btn-yell-transparent:hover{
     color: white;
}
.btn-white-transparent{
	text-align: center;
    padding: 8px 25px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #fdfdfd;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.btn-white-transparent:hover{
	color:yellow;
	border: 1px solid yellow;
	transition: .1 linear;
}
p{
	font-size: 16px;
    color: #000;
    font-family: "lato",'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,a{
       font-family: "lato",'Roboto', sans-serif; 
       font-weight: 700;
}
.btn-yellow-transparent{
	text-align: center;
    padding: 8px 25px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #FFCD0D;
    color: #FFCD0D;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.btn-yellow-transparent:hover{
	color: purple;
    background-color: #FFCD0D;
}
.slick-dots li button:before{
    color: white;
    opacity: 1;
    font-size: 12px;
    -webkit-text-stroke: 2px #380066;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	color: #380068;
}
.btn-purple{
    border: 0px;
    background-color: #410A52;
    color: #fff;
    border-radius: 5px;
    padding: 10px 60px;
    font-family: 'Roboto', sans-serif;
}
.btn-purple:hover{
    background-color: #762390;
}
.btn-black-transparent{
    text-align: center;
    padding: 8px 57px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-family: lato,'Roboto', sans-serif;
}
.btn-black-transparent:hover{
    background-color: #FFCD0D;
    color: #000;
    border: 1px solid #FFCD0D;
}
.btn-yellow{
    border: 0px;
    border: 1px solid #FFCD0D;
    background-color: #FFCD0D;
    color: #000;
    border-radius: 5px;
    padding: 10px 60px;
    font-family: 'Roboto', sans-serif;
}
.btn-yellow:hover{
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}
.btn-yellow1{
    border: 0px;
    border: 1px solid #FFCD0D;
    background-color: #FFCD0D;
    color: #000;
    border-radius: 5px;
    padding: 10px 60px;
    font-family: 'Roboto', sans-serif;
}
.btn-yellow1:hover{
    background-color: #614765;
    border: 1px solid #614765;
    color: #fff;
}
.btn-black{
    border: 0px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 60px;
    font-family: 'Roboto', sans-serif;
}
.check-style-1, .check-style-2, .check-style-3, 
.check-style-4, .check-style-5, .check-style-6{
    height: 25px;
    width: 25px;
    font-weight: 700;
    border: 2px solid #4B4B4B;
    padding: 4px 12px;
    background-image: url(../img/x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}
.none{
    background-image: none !important;
}
.linea{
    height: 10px;
    background-image: url(../img/linea.jpg);
    margin-top: 0px;
}
.contactanos-flotante, .contactanos-flotante-hover{
    position: fixed;
    z-index: 9;
    right: 0px;
    width: 70px;
    top: 120px;
    cursor: pointer;
}

#copyright img {
    width: 70px;
    position: relative;
    top: -1px;
}
@media(max-width: 767px){
.contactanos-flotante, .contactanos-flotante-hover{
    width: 50px;
    top: 30px;
}
}