/*===========================================================

  ~ Copyright (c) 16/12/21 09:01
  ~ Creado en 2021
  ~ Mail: sergioscaridgno82@gmail.com
  ~ Cel: +542241682386

=================================================
  Tabla de Contenidos
=================================================

	1. Estilos Basicos
	2. Header
        2.1 Responsive Header
    3. Hero Slider
	5. Toggle
	6. Slider proyectos
	7. Clientes
	8. Footer


=======================================================*/

/* =================================== */
/*  1. Estilos Basicos
/* =================================== */
.rojo{ color: #E94650;}
.naranja{ color: #F39123;}
.amarillo{ color: #FCC54B;}
.verde{ color: #00A488;}
.azul{ color: #587691 ;}


body, html {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
}
ul, li {
    font-family: 'Raleway', sans-serif !important;
}
/* =================================== */
/*  2. Header
/* =================================== */
.tel {
    font-size: x-large;
    color: #234b6b !important;
}
.menu{
    color: #00A488 !important;
}
.linea-negra {
    border-bottom: black 1px solid;
    margin-top: -10px;
    margin-bottom: -5px;
}
/* =================================== */
/*  2.1 Responsive Header*/
/* =================================== */

/*//Pantallas grandes (desktops de menos de 1200px)*/
    .logo{
        text-align: left;
    }

    .social{
        margin-top: 25px;
        text-align: right;
        padding-bottom: 20px;
    }

/*/ Tablets en horizonal y escritorios normales*/
/*------------------------------------------------------------------------- /*/
    @media (min-width: 768px) and (max-width: 1199px) {

    }

/*/ Móviles en horizontal o tablets en vertical*/
/*  ------------------------------------------------------------------------- /*/
    @media (max-width: 767px) {
        .logo{
            text-align: center;
        }

        .social{
            margin-top: 25px;
            text-align: center;
            padding-bottom: 20px;
        }
    }

/*/ Móviles en vertical*/
/*  ------------------------------------------------------------------------- *!*/
    @media (max-width: 480px) {
         .logo{
            text-align: center;
        }

        .social{
            margin-top: 25px;
            text-align: center;
            padding-bottom: 20px;
        }
    }

/* =================================== */
/*  2.1 Fin de Responsive Header*/
/* =================================== */

/* =================================== */
/*  3. Hero Slider
/* =================================== */
.hero-section {
    background: url("https://programador.cloud/images/portada.jpg") 50% no-repeat;
    background-size: cover;
    height: 60vh;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-section .hero-section-text {
    color: #234b6b !important;
}
/* =================================== */
/*  Fin de Hero Slider
/* =================================== */

/* =================================== */
/*  4. Toggle
/* =================================== */
.titulo-barra h1 {
    font-family: 'Raleway', sans-serif !important;
    background-color: #F39123;
    color: white;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;

}
.titulo h2{
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
}
.texto p{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    font-size: 16px;
}
/*.fa-plus-circle{*/
/*    color: #F39123;*/
/*}*/
/*.fa-minus-circle{*/
/*    color: #F39123;*/
/*}*/
.titulo-barra-2 h1{
    font-family: 'Raleway', sans-serif !important;
    background-color: #FCC54B;
    color: white;
    font-size: 20px !important;
    padding: 10px;
    font-weight: bold;
}
#boton9 .glyphicon-plus-sign{
    color: #FCC54B;
}
#boton10 .glyphicon-plus-sign{
    color: #FCC54B;
}
#boton11 .glyphicon-plus-sign{
    color: #FCC54B;
}
.fas{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.titulo-barra-3 h1{
    background-color: #00A488 !important;
    font-size: 20px !important;
    padding: 10px;
    font-weight: bold;
    color: white;
    font-family: 'Raleway', sans-serif !important;
    }

.titulo-barra-4 h1{
    background-color: #234b6b;
    font-size: 20px !important;
    padding: 10px;
    font-weight: bold;
    color: white;
    font-family: 'Raleway', sans-serif !important;
}

.titulo-barra-5 h1{
    background-color: #E94650;
    font-size: 20px !important;
    padding: 10px;
    font-weight: bold;
    color: white;
    font-family: 'Raleway', sans-serif !important;
}
/* =================================== */
/*  Fin de Toggle
/* =================================== */

/* =================================== */
/*  6. Slider proyectos
/* =================================== */
#arrow1{
    position: absolute ;
    margin-top: 15% !important;
}
#arrow2{
    position: absolute ;
    margin-top: -15% !important;

    /*margin-bottom: 20% !important;*/
}
.fa-chevron-left{
    left: -40px;
    width: 0;
    height: 0;
    color: #00A488;
}
.fa-chevron-right{
    right: -40px;
    width: 0;
    height: 0;
    color: #00A488;
}
.img-centro {
    margin: 10px auto 10px;
    display: block;
}
.titulo-centrado h2{
    color: #234b6b;
}
/* =================================== */
/*  6. Fin Slider proyectos
/* =================================== */

/* =================================== */
/*  7. Clientes
/* =================================== */
.brands-grid {
    overflow: hidden;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/* =================================== */
/*  Fin Clientes
/* =================================== */

/* =================================== */
/*  8. Footer
/* =================================== */
.pre-footer-titulo{
    color: #234b6b;
    text-align: center;
}
.pre-footer-subtitulo{
    color: white;
    text-align: center;
}
.fondo-verde {
    color: #FFFFFF;
    background-color: #00A488;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    }
.footer{
    background-color: #234b6b;
}
.footer-texto{
    color: white;
}
.footer-texto a{
    color: white;
}
.codigoqr{
    text-align: right;
    float: right;
}
.mas-info{
    color: white;
    text-align: right;
}
.colores{
    background-color: #E94650;
}
.block-rojo{ background-color: #E94650; width: 40px; height: 2px; padding: 10px 2px 2px 10px;}
.block-naranja{ background-color: #F39123; width: 40px; height: 2px; padding: 10px 2px 2px 10px;}
.block-amarillo{ background-color: #FCC54B; width: 40px; height: 2px; padding: 10px 2px 2px 10px;}
.block-verde{ background-color: #00A488; width: 40px; height: 2px; padding: 10px 2px 2px 10px;}
.block-azul{ background-color: #587691 ; width: 40px; height: 2px; padding: 10px 2px 2px 10px;}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
}
.my-float{
    margin-top:16px;
}
/* =================================== */
/*  Fin de Footer
/* =================================== */