@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;700&display=swap');


/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
	background-color: #fff;
}


:root {
	--color-primario: #00AFEF;  
	--color-secundario: #F58634;
	--color-terciario: #848688;
	
}



body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}



.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(136, 147, 148,0.8);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}



.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-100{
	width: 100%;
	height: auto;
}

.img-50{
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: table;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.mb-20{
	margin-bottom: 20px;
}


.col-centered{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.center{
	margin: 0 auto;
	display: table;
}

 
.navbar-nocover{
	margin-top: 100px !important;
}


.aling-center{
	text-align: center;
}


.hide-mobile{
	display: table;
}


.btn-frame{
	margin-top: 50px;
	margin-bottom: 50px;
}


/* ------ COL 5 COLUMNS -----*/
 div.col-sm-7.five-three {
	width: 60% !important;
 }

div.col-sm-5.five-two {
	width: 40% !important;
}





/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}




/* ----- WHATSAPP FLOAT ICON -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}



/* ------ NAVBAR ------*/
.logo-size{
	height: 80px;
}


.nav-item{
	font-weight: 400 !important;
	font-size: 1em !important;

}

.dropdown-item{
	font-weight: 400 !important;
	font-size: 1em !important;

}

.btn-whatsapp{
	background-color: 	#25d366;
	padding: 10px 20px;
	border-radius: 25px;
	color: #fff !important;
	font-size: 1.1em;	
	position: relative;
	top:8px;
	
}

.btn-whatsapp a{
	color: #fff !important;
}

.btn-whatsapp:hover{ 
 	background-color: var(--color-secundario);
}



/* ------ TOPBAR ------*/

.topbar{
	background-color: var(--color-primario);
	padding: 20px 10px;
	color: #fff;
}

.topbar h3{
	font-size: 1.2em !important;
	margin-bottom: 10px;
}

.topbar .aling-right{
	text-align: right;
}


/* ------ INICIO ------*/
.inicio{
	padding: 40px 10px;
}

.inicio h1{
	color: var(--color-secundario);
	text-align: center;
}

.inicio p{
	text-align: center;
}

.strong{
	font-size: 1.6em;
	font-weight: bold;
}



/* ------ CALLOUTS ------*/
.callouts{
	background-color:rgb(212, 212, 212);
	padding: 60px 10px;
}

.callouts h2{
	text-align: center;
	margin-bottom: 30px;
}

.callouts .btn-whatsapp{
	margin-top: 30px;
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
}


.card{
	width: 100%;
	border-radius: 20px;
}

.card h3{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: var(--color-secundario);
}

.card-img-top{
	padding: 20px;
}

.card-text{
	text-align: center;
}


/* ------ ICONS ------ */

.icons{
	background-color: var(--color-secundario);
	padding: 40px 10px;
	color: #fff;
}

.icons h2, h4{
	text-align: center;
}

.icon-size{
	width: 60%;
	padding: 30px;
	margin: 0 auto;
	display: block;
}


.icons h5{
	text-align: center;
	font-weight: bold;
}

.icons p{
	text-align: center;
	font-weight: 300;
}


/* ------ CONTENT ------ */
.content{
	padding: 60px 10px;
}

.content h1{
	font-weight: bold;
	color: var(--color-secundario);
	font-size: 1.6em;
	margin-bottom: 30px;
}

.content h2{
	color: var(--color-secundario);
	font-size: 1.4em;
	margin-bottom: 30px;
	
}

.content p{
	text-align: justify;
}

.content ul{

}

.content li h3{
	font-size: 1em;
	font-weight: 400;
}


.content h4{
	color: var(--color-secundario);
	font-size: 1.4em;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	
}


/* ----- REVIEWS ------*/
.reviews{
	padding: 40px 10px;
}

/* ----- CTA ------*/
.cta{
	padding: 40px 10px;
}

.cta h2{
	color: var(--color-secundario);
	font-size: 2em;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}



.block-color{
	background-color: var(--color-secundario);
}


.wrapblock h2{
	color: #fff;
}

.wrapblock{
	padding: 40px;
	color: #fff;
}


/* ------ FOOTER ------ */

.footer{
	background-color: black;
	padding: 60px 10px;
	color: #fff;
}


.footer-map iframe{
	width: 100%;
	height: auto;
	margin: 10px;
}

.footer .footer-logo{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.copyright{
	font-size: 0.8em;
	text-align: center;
	font-weight: 300;
	margin-top: 40px;
}

.footer-rss ul{
	
}

.footer-rss li{
	list-style: none;
	display: inline-block;
	padding: 10px;
}

.contact-info h2{
	margin-bottom: 0px !important;
}

.contactform h3{ 
	font-weight: bold;
}


/* ------ MEDIA ------ */



body {
	font-size: 16px;
	padding: 10px;
  }
  
  .header {
	flex-direction: column;
	text-align: center;
  }

  
.topbar h3{
	font-size: 1.2em !important;
	text-align: center;
}




@media (max-width: 767px) {
	.hide-mobile{
		display: none;
	}

	.navbar-nocover{
		margin-top: 50px !important;
	}

	.btn-whatsapp{		
		font-size: 1em;			
	}

	.icon-size{
		width: 50%;
		padding: 30px;
		margin: 0 auto;
		display: block;
	}

	.footer .address{
		text-align: center;
	}

	.footer .footer-logo{
		width: 50%;
		padding: 10px;
		margin: 0 auto;
		display: block;
		margin-bottom: 30px;
	}

	.footer-rss ul{
		margin: 0 auto;
		display: table;
		padding: 0;
	}
}


.text-frame{
	padding: 40px;
}


  
  /* Tablets en adelante (mínimo 768px de ancho) */
  @media (min-width: 768px) {
	.header {
	  flex-direction: row;
	  justify-content: space-between;
	  text-align: left;
	}




  }
  
  /* Escritorio en adelante (mínimo 1024px de ancho) */
  @media (min-width: 1024px) {
	body {
	  font-size: 18px;
	  padding: 20px;
	}
  }

