@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap');

h1,h2{
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
}
h3,h4{
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
}
p, span{
    font-family: "Varela Round", sans-serif;
}
header{
    text-align: center;
    color: red;
    background: #212121;
    font-size: 1.2rem;
    font-family: "Exo 2", sans-serif;
}
header p{
    margin: 0;
}
.clm-titprinser{
    padding: 0;
    margin: 0;
    background: red;
}
.titprinser{
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: aliceblue;
    text-shadow: 1px 0px 4px #111;
}
.btn-prin{
    background: #0741d5;
    padding: 0.5rem 2.5rem;
    border-radius: 0.3rem;
    color: aliceblue;
    text-decoration: none;
    font-weight: bold;
}
.tiitlefr{
    color: aliceblue;
    font-size: 3rem;
    text-shadow: 1px 0px 4px #111;
}
.subtiitlefr{
    padding-top: 2rem;
    color: rgb(230, 231, 231);
    font-size: 1.2rem;
}
.separfr{
    font-size: 1.5rem;
    color: black;
}
.tiitlefn{
    color: red;
    font-size: 3rem;
    text-shadow: 1px 0px 4px #fafafa;
}
.subtiitlefn{
    padding-top: 2rem;
    color: aliceblue;
    font-size: 1.2rem;
}
.separfn{
    font-size: 1.5rem;
    color: rgb(227, 227, 227);    
}
.list_socialfn{
    display: flex;
    font-size: 1.7rem;
    list-style: none;
    padding: 0;    
    color: aliceblue;
}
.list_socialfn li{
    padding: 0rem 0.5rem;
}
.list_socialfn li:hover{
    font-size: 1.8rem;
}
.list_social{
    display: flex;
    font-size: 1.7rem;
    list-style: none;
    padding: 0;
}
.list_social li{
    padding: 0rem 0.5rem;
}
.list_social li:hover{
    font-size: 1.8rem;
}
/* navbar */
nav{
    background: #212121;
    color: aliceblue;
}
nav .nav-link{
    color: antiquewhite;
    font-family: "Exo 2", sans-serif;
}
nav .navbar-brand img{
    height: 80px;
}
@media screen and (max-width: 768px){
    nav .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: rgb(255 255 255 / 65%);
        background-color: white;
        border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }    
}
/* section slider */
.sliders{
    margin: 0;
    padding: 0;
}.sliders .row .clm-video {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}
.sliders .img_videosli{
    width: 100%;
}
.sliders .clm_slipri{
    position: absolute;
    top: 22rem;
}
.sliders .clm_slipri h1{
    color: red;
    font-weight: bold;
    font-size: 4rem;
}
.sliders .clm_slipri .prrsl1{
    font-size: 1.2rem;
    font-family: "Varela Round", sans-serif;
}
.sliders .clm_slipri p{
    color: antiquewhite;
}
.sliders .clm_slipri .slicondi{
    padding-top: 4rem;
    color: antiquewhite;
    font-size: 0.6rem;
}
.sliders .clm_slipri .btn-amarres{
    margin-top: 0.7rem;
    padding: 0.7rem 2rem;
    border-radius: 0.3rem;
    background: red;
    color: antiquewhite;
    text-decoration: none;
    font-weight: bold;
}
.sliders .rowslibtm{
    display: flex;
    justify-content: center;
}
.sliders .rowslibtm span{
    font-size: 2.5rem;
    color: red;
}
.sliders .rowslibtm .clmslibtm{
    padding: 2rem 0rem;
    margin: 4rem 2rem 1rem 2rem;
    border-radius: 0.9rem;
    background: rgba(50, 50, 50, 0.7);
    color: red;
}
@media screen and (max-width: 768px){
    .sliders .clm_slipri{
        position: absolute;
        top: 17rem;
    }
    .sliders .clm_slipri h1{
        color: red;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .sliders .clm_slipri .prrsl1{
        display:none;
    }
    .sliders .clm_slipri p{
        color: antiquewhite;
    }
    .sliders .clm_slipri .slicondi {
        padding-top: 0rem;
        color: antiquewhite;
        font-size: 0.5rem;
    }
    .sliders .rowslibtm {
        display: none;
    }
}
/* fin section sliders */
/*  section about */
.about{
    background: red;
    padding: 4rem 2rem;
}
.about img{
    border-radius: 4rem;
    height: 22rem;
    margin-left: 5rem;
}
@media screen and (max-width: 768px){
    .about img {
        border-radius: 4rem;
        height: 13rem;
        margin-left: 0rem;
    }
}
/* fin section about */
/* section servicios */
.services{
    background: #212121;
    padding: 4rem 2rem;
}
.services img{
    border-radius: 4rem;
    height: 22rem;
    margin-left: 5rem;
}
@media screen and (max-width: 768px){
    .services img {
        border-radius: 4rem;
        margin-top: 3rem;
        height: 13rem;
        margin-left: 0rem;
    }
}
/* fin section servicios */
/* section testimonios */
.testimony{
    padding-top: 3rem;
}
.testimony .tiitletest{
    padding-bottom: 2rem;
    text-align: center;
    font-size: 3rem;
}
.testimony img{
    height: 400px;
    padding-bottom: 1.5rem;
}
.testimony .tittle-testi{
    padding-top: 2rem;
    font-size: 3rem;
    color: red;
    font-weight: bold;
}
.testimony .subttesti{
    font-size: 2rem;
}
@media screen and (max-width: 768px){
    .testimony .row .col-md-3{
        text-align: center;
    }
    .testimony img{
        height: 400px;
        padding-bottom: 1.5rem;
    }
}
/* fin section testimonios */
/* section contact */
.contact{
    background: red;
    padding: 3rem 1rem;
}
.contact .clm-footer{
    background: url(../img/logo_Amarres.webp)center center no-repeat;
    background-size: contain;
    background-position: left;
    padding: 1rem 1rem;
}
.contact h3{
    color: aliceblue;
    font-size: 3.5rem;
    text-align: center;
    text-shadow: 1px 0px 4px #111;
}
.contact{
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
}
.contact .form-control{
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #ffffff;
    border-radius: 0.8rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact .btn-footer{
    color: #fff;
    padding: 0.3rem 0.7rem;
    background: transparent;
    border: 2px solid #fff;
    font-weight: bold;
    border-radius: 0.5rem;
}
@media screen and (max-width: 768px){
    .contact h3 {
        color: aliceblue;
        font-size: 2rem;
        padding-bottom: 2rem;
    }
}
/* fin section contact */
/* section footer */
footer{
    background: #212121;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}
footer .tittlefoot{
    color: red;
    font-weight: bold;
    font-size: 2.2rem;
    text-shadow: 1px 1px 1px #fafafa;
}
footer li b{
    color: rgb(220, 29, 29);
}
footer .subfoot{
    font-size: 1.2rem;
    color: #fafafa;
    list-style: none;
}
footer .prfotepoli{
    font-size: 0.6rem;
    text-align: justify;
    color: #c4c4c4;
}
/* fin section footer */
/* whatsApp */

.social {
	position: fixed;
	left: 15px;
	bottom: 10px; 
	z-index: 2000;
}

.social ul {
    list-style: none;
    padding: 0px;
}

.social ul li a {
    display: inline-block;
    font-size: 2rem;
    color:#fff;
    background: #000;
    margin-top: 3px;
    padding: 10px 17px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
    border-radius: 50%;
}

.social ul li .icon-whatsapp {background: #1abb1a;}

.social ul li a:hover {
    background: rgb(250, 250, 250); /* Cambiamos el fondo cuando el usuario pase el mouse */
    transform: scale(1.1304);
    transition: 1s;
}

/* whatsApp */