/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.flecha:before {content: "";
		  position: absolute;
		  top: 0;
		  left: 200px;
		  width: 0;height: 0;
		  border-width: 25px;
		  border-style: solid;
		  border-color:  transparent transparent transparent rgb(168, 181, 115);
            }
.cuerpo{width: 200px;height: 50px;
    background: rgb(168, 181, 115);
    position: relative;
	padding-top:1px;}

.etiqueta{vertical-align:middle;font-weight:700;padding-left: 10%;color:black;}	
.grosor{font-weight:600;}
.delegado{font-weight:600;color:rgb(0,176,80);text-align:center;vertical-align:middle;padding:1% 0;}
.verde{color:rgb(0,176,80);}
.rojo{color:red;}
.azul{color:rgb(0,176,240);}
.negro{color:black;}
.negrita{font-weight:600;}
.subrayar{text-decoration:underline;}
.normal{font-weight:normal;text-decoration:none;color:black;text-align:justify;}
@media (max-width:768px){
  #textoSlideHome{display:none;}
  #divLetraHome{width:100%;}
  #divImgHome{width:100%; height:auto;}
}
.headerHome{text-transform:uppercase; color:green;}
.parrafoHome{font-size:calc(1em + 1vw);line-height: 1em;}
.wd80{width: 80%;}
#divLetraHome{float: left; width: 50%; height: 50px; padding-top: 8%;}
#divImgHome{float: left; width: 50%; height: 250px;}
hr{border-top: 1px solid #4caf50!important;}