/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap');

:root {
	--font-border: 'Lato', sans-serif;
	--colorWhite: #ffffff;
	--colorBlack: #000000;
	--colorGreenDark: #405c50;
	--colorGoldenDark: #ba915d;
}

.text-green {
	color: var(--colorGreenDark);
}

.text-bold {
	font-weight: bold;
}

.text-hove {
	transition: 1s;
}

.text-hover:hover {
	color: #627f70;
}

.link-color a {
	color: #626262;
}
/* Text Borde Color Black  */
.text_border {
	font-family: var(--font-border);
	font-weight: 700;
	font-size: 4.3rem;
	line-height: 0.8;
    margin: 0;
    -webkit-text-stroke-width: .75px;
    -webkit-text-stroke-color: #fff;
    cursor: pointer;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.text_border:hover {
    margin: 0;
    color: #fff !important;
    -webkit-text-stroke-color: #fff !important;
}

.text_border_black {
	font-family: var(--font-border);
	font-weight: 700;
	font-size: 4.3rem;
	line-height: 0.8;
    margin: 0;
    -webkit-text-stroke-width: .75px;
    -webkit-text-stroke-color: #626262;
    cursor: pointer;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
	cursor: text;
}

@media screen and (max-width: 767px) {
	.text_border, .text_border_black {
		font-size: 2.3rem !important;
	}
	.bg-text-gradient-left {
    left: 0px !important;
}

.bg-text-gradient-right {
    right: 0px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.text_border, .text_border_black {
		font-size: 2.3rem !important;
	}
	.bg-text-gradient-left {
    left: 0px !important;
}

.bg-text-gradient-right {
    right: 0px !important;
}
}

.bg-btn:after, .bg-btn-xl:after {
	content: "";
    background-image: url(assets/images/bg_img_btn-min.png);
    background-size: 130px 50px;
    display: inline-block;
    width: 130px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
	z-index: -1;
}

.bg-btn-xl:after {
	left: 46px;
}

.box-tag p {
    color: #fff;
    font-size: 0.6rem;
    margin-bottom: 5px;
	font-family: var(--e-global-typography-5266740-font-family);
	font-weight: 500;
}

.box-reviews cite.elementor-testimonial__cite {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.box-reviews .elementor-star-rating {
    padding: 3px 0px 0px 5px;
}

/* Text Gradient */

.box-text-gradient {
    position: relative;
}

.bg-text-gradient, .bg-text-gradient-left, .bg-text-gradient-right {
    position: absolute;
    font-size: 7rem;
    text-transform: uppercase;
    font-family: var(--e-global-typography-3bd63c8-font-family);
    font-weight: 900;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: #F7F7F7;
    background: linear-gradient(to right, #F7F7F7 0%, #E2E2E2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-text-gradient-left {
    bottom: 10px;
    left: -102px;
}

.bg-text-gradient-right {
    right: -80px;
}

/* CSS Formulario */

textarea#form-field-message {
    background: #627f70;
    border: none;
    color: #fff;
}

/* CSS Arrow */

.m_scroll_arrows
{
  display: inline-block;
  -ms-transform: rotate(-40deg); /* IE 9 */
  -webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
  transform: rotate(-40deg);
   
  border-right: 2px solid #627f70;
  border-bottom: 2px solid #627f70;
  margin: 0;
  
  width: 10px;
  height: 10px;
}


.unu
{
	margin-top: 1px;
	margin-left: 10px;
}

.unu, .doi
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/* CSS BOX OPINIONES */

.box-puntaje {
    margin-top: 13px;
}

.puntuacion {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

span.cant-puntaje {
    font-size: 4rem;
    line-height: 0.8;
}

.opinion {
    margin-left: 15px;
}

.opinion span {
	font-family: var(--e-global-typography-3bd63c8-font-family);
    font-weight: 900;
	font-size: 0.9rem;
}

.text-opciones {
    margin-top: 20px;
}

.text-opciones p {
	font-family: var(--e-global-typography-3bd63c8-font-family);
	font-weight: 500;
    font-size: 1rem;
    line-height: 1;
}
