/* CSS TINTORERO.COM.AR */

@font-face {
    font-family: 'lulo';
    src: url(../fonts/lulo.ttf);
}

:root{
    /* --verde0: #25423e; */
    --verde0: #10312b;
    --verde0a: #284b44;
    /* --verde1: var(--verde0); */
    --verde1: #007565;
    /* --verde2: #5be193; */
    --verde2: #90d5ac;
    --verde3: #b3d0be;
     /* --gris1: #d8d6d3; */
     --gris1: #d9d8d6;
     --gris2: #d5d3cf;
     --gris3: #f7f7f7;
   --orange1: #dcb19a;
}

*, html, body {scroll-behavior: smooth !important;}

.bg_verde0{background-color: var(--verde0) !important;}
.bg_verde1{background-color: var(--verde1) !important;}
.bg_verde2{background-color: var(--verde2) !important;}
.bg_verde3{background-color: var(--verde3) !important;}
 .bg_gris1{background-color: var( --gris1) !important;}
 .bg_gris2{background-color: var( --gris2) !important;}
 .bg_gris3{background-color: var( --gris3) !important;}

.text_verde0{color: var(--verde0) !important;}
.text_verde1{color: var(--verde1) !important;}
.text_verde2{color: var(--verde2) !important;}
 .text_gris1{color: var( --gris1) !important;}
 .text_gris2{color: var( --gris2) !important;}
.text_orange1{color: var(--orange1) !important;}

._small{font-size: 0.8em;}

body{
    background-color: var(--verde0) !important;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.font_poppins{font-family: 'Poppins', sans-serif;}
.font_lulo{font-family: 'lulo', sans-serif;}

.fw_lighter{font-weight:light}
.fw_600{font-weight: 600 !important;}

.w_full{width: 100%;}
.h_full{height: 100%}

.mw_700{
    max-width:700px; 
    margin:auto;
    text-align: center;
    padding:10px;
}

.mw_800{
    max-width:800px; 
    margin:auto;
    text-align: center;
    padding:10px;
}

.mw_900{
    max-width:900px; 
    margin:auto;
    text-align: center;
    padding:10px;
}

.mw_1000{
    max-width:1000px; 
    margin:auto;
    text-align: center;
    padding:10px;
}

.mw_1200{
    max-width:1200px; 
    margin:auto;
    text-align: center;
    padding:10px;
}

.img{
    max-width: 100%;
    object-fit: cover;
}

.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pos_rel{position: relative;}

.pos_abs_center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* .btn1{
    border-radius: 0%;
    border: none;
    background-color: var(--verde1);
    color: var(--gris1);
    box-shadow: 0px 0px 10px 5px #5be193;
    padding: 10px 10px;
    font-size: small;
    letter-spacing: 0.1em;
    transition: 0.3s;
} */

.btn1{
    border-radius: 0%;
    border: none;
    background-color: var(--verde1);
    color: var(--gris1);
    padding: 10px 15px;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    transition: 0.3s;
}

.btn1:hover{
    background-color: var(--verde2);
}

/* .btn2{
    border-radius: 0%;
    border: none;
    background-color: var(--gris1);
    color: var(--verde0);
    box-shadow: 0px 0px 10px 5px #5be193;
    padding: 10px 10px;
    font-weight: bold;
    font-size: small;
    letter-spacing: 0.1em;
    transition: 0.3s;
} */


.btn2{
    border-radius: 0%;
    border: none;
    /* background-color: var(--gris1); */
    background-color: #fff;
    color: var(--verde1);
    padding: 6px 20px;
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    transition: 0.3s;
}

.btn2:hover{
    background-color: var(--verde2) !important;
    color: white !important;
}

/* ******************************************* */
.triangle{
    fill: var(--verde0);
    fill-opacity:var(--verde1);
}
.rotate180{
    transform: rotate(180deg);
}
/* ******************************************* */

#navbarNav ul li:hover{
    box-shadow: 0 -5px 0 var(--gris1);
}

@media screen and (max-width: 992px){
    #navbarNav ul li:hover{
    box-shadow: none;
    }
}

#main{
    min-height: 85vh;
    /* background-image: url("../../images/tintorero_bg1.png"); */
    /* background-image: url("../../images/tintorero01_color.webp"); */
    /* background-image: url("../../images/tintorero04b.webp"); */
    background-image: url("../../images/header_20250410.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ******************************************* */

#s1{
    background-image: url("../../images/fondo2.gif");
    /* background-position: left bottom; */
    background-size: 100% auto;
}


#s2{
    /* scroll-margin-top: 55px; */
}
.video1{width: 80%;}

#s2b{
    background-image: url("../../images/fondo1.webp");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 0px 50px;
}

#s2b div{margin-top: 30px;}

.s2_texto{
    /* padding: 30px 50px 50px; */
}

/* ******************************************* */

.s3_padding{
    padding-top:30px;
    padding-bottom: 20px;
}

/* .play{
    margin: auto;
    fill: var(--verde0);
    width:50px;
    height:50px;
    cursor: pointer;
    padding: 10px;
    border: 2px solid #10312b;
    border-radius: 50%;
}

.play:hover{
    fill: var(--verde2) !important;
} */

.play2{
    margin: auto;
    fill: var(--verde0) !important;
    width:70px;
    height:70px;
    cursor: pointer;
    /* transition: 0.3; */
}

.play2:hover .play2_inside{
    fill: var(--verde2) !important;
}

/* ******************************************* */
#s4{
    /* scroll-margin-top: 55px; */
    /* min-height: 700px; */
    /* background-image: url("../../images/tintorero02_color.webp"); */
    background-image: url("../../images/tintorero07a.webp");
    background-position: center; 
    background-size: cover;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Detectar iOS (Safari en iPhone/iPad) y desactivar parallax */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 1024px) {

        #main{
            background-attachment: scroll !important;
            background-size: cover !important;
            background-position: center top !important;
        }
        #s4 {
            background-attachment: scroll !important;
            background-size: cover !important;
            background-position: center top !important;
        }
    }
}

.testimonio1{text-align: left;}
.testimonio3{text-align: right;}

.testimonio_texto{
    min-height:200px;
    color: #000;
    max-width: 400px;
}

.t_gigante{
    font-family: 'lulo';
    font-size: 400px;
    color: #5be193;
    line-height: 100%;
    margin-left:-70px;
    /* padding-top:50px; */
    /* display: inline-block; */
    -webkit-text-stroke: 1px black; /* width and color */
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
    background-color: chocolate;
}

.img_t{
 max-width: 270px;
 max-height: 270px;
}

.hr2{
    width: 80vw;
    border-top: 1px solid var(--verde2);
    margin-left: auto;
    margin-right: auto;
}

/* ******************************************* */
/* OPINIONES */

.img_opinion{
    max-width: 450px;
    /* min-width: 300px; */
    border: 6px solid;
    border-color: #10312b;
    margin: 0px 20px 20px;
}

/* ******************************************* */

#s5{
    /* scroll-margin-top: 55px; */
    /* scroll-snap-align: start; */
    /* scroll-snap-type: proximity; */
    background-image: linear-gradient(var(--verde0), var(--verde0a));
    background-image: url('../../images/tintorero05a.webp');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.col_align_left{text-align: left !important;}
.col_align_right{text-align: right !important;}
/* ******************************************* */

#s6{
    /* scroll-margin-top: 55px; */
    /* scroll-snap-type: proximity; */
}

.img_propiedad{
    object-fit:cover;
    width:100%;
    min-height: 200px;
    transition: 0.4s;
}

.img_propiedad:hover{
    transform: scale(1.1);
}


/* ******************************************* */

#s7{
    min-height: 700px;
    background-image: url("../../images/tintorero06a.webp");
    background-position: center; 
    background-size: cover;
    /* scroll-margin-top: 55px; */
    
    /* Create the parallax scrolling effect */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.equipo_row2{
    margin-top:80px !important;
}

/* ******************************************* */

#s8{
    background-image: url("../../images/fondo2.gif");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}

.icon1{
    display: inline-block;
    border-radius: 50%;
    background-color: var(--verde0);
    padding: 10px;
    margin: auto 2px;
    /* transition: 0.2s; */
}

.icon1:hover{
    background-color: var(--verde2);
    /* transform: scale(1.05); */
    /* cursor: pointer; */
}

/* .icon_svg:hover{
    fill: var(--verde2);
} */
/* ******************************************* */

.hr1{
    width: 300px;
    border-top: 1px solid var(--verde2);
    margin-left: auto;
    margin-right: auto;
}

.desarrollo{
    /* color: #bcbebe; */
    color: #d7d8d8;
    cursor: default;
    font-size: 10px;
}
.desarrollo:hover{
    color: #497c75;
}

/* ************************************************************** */


@media screen and (max-width: 575px){

    

}



@media screen and (max-width: 768px){

    #main{
        min-height: 80vh;

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-size: 200%; */
    }

   
    #s2b{
        /* background-image: url("../../images/fondo1.webp"); */
        /* background-repeat: no-repeat; */
        /* background-size: 100% auto; */
        background-position: right bottom;
        background-size: 140%;
        padding-top: 0px;
    }

    #s2b div{
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .s3_padding{padding-top:15px; padding-bottom: 15px;}

    .s2_texto{padding: 30px 40px 50px;}

    .testimonio_texto{min-height:auto;}
    .testimonio1{text-align: center;}
    .testimonio3{text-align: center;}

    .t_grande{display:none}
    .t_blanca{display:none}

    .servicios_small{display:block !important}
    .servicios_large{display:none !important}

    .col_align_left{text-align: center !important;}
    .col_align_right{text-align: center !important;}

    


}

.navbar{padding-top: 1rem !important;}

@media screen and (max-width: 992px){

    .navbar{padding-top: 0.2rem !important;}

    
    .img_propiedad{
        height: 300px;
    }

    .equipo_row2{margin-top:0px !important}

}
/* ************************************************************** */

ul  {padding-left: 0 !important;}
/* ul li {list-style-position: inside !important;} */
/* li {list-style-position: inside !important;} */

.li_inside{list-style-position: inside !important;}
.li_outside{list-style-position: outside !important;}

a:link {color: white;}
a:link {color: inherit;}
a:visited {color: inherit;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

/* a:hover{color: var(--azul) !important;} */

.cp{cursor:pointer}
.ca{cursor:default}

/* ******************************************************* */
.wapp_wrapper{
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 55px;
	height: 55px;
	color: #fff !important;
	/* background-color: #25D366; */
	background-color: #4dc247;
	border-radius: 50%;
	z-index: 100;
	text-align: center;
	/*padding: 20px;*/
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
}
.wapp{
	margin-top: 12px;

}

/* ************************************************************** */
/* SPINNER BOOTSTRAP */
.sp1-container{
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
  }
  
  .sp1{
    width: 200px;
    height: 100%;
    /* color: var(--negro) !important; */
  }
  
  .spinner_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: arial, sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: var(--gris2);
  }
  /* ************************************************************** */

  ul {
    list-style-type: "* ";
  }

  /* ************************************************************** */
  /* ************************************************************** */
.slick-dots li button::before{
    font-size: 12px !important;
}

@media screen and (max-width: 650px){
    .slick-dots li button::before{
        font-size: 8px !important;
    }
}
.slick-prev:before {
    content: url(../../images/svg/chevron_left.svg);
    color: rgb(255, 255, 255);
    /* font-size: 40px; */
  }
  
  .slick-next {
    right: 0px;
  }
    .slick-next:before {
    content: url(../../images/svg/chevron_right.svg);
    color: rgb(255, 255, 255);
    /* font-size: 30px; */
  }
  
  /* ************************************************************** */

.navbar-light .navbar-toggler {
    border-color: var(--verde0);
}

.navbar-dark .navbar-toggler {
    border-color: var(--verde0);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }


iframe{
    aspect-ratio: 16 / 9;
}

.btn_iframe{
    position: absolute;
    top: -31px;
    right: -37px;
}

.modal_subtitulo{
    font-size: 2em;
}

@media screen and (max-width: 650px){

    .modal_subtitulo{
        font-size: 1em;
    }

}